summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2013-12-16 17:36:55 -0800
committerWan-Teh Chang <wtc@google.com>2013-12-16 17:36:55 -0800
commit6c408459126826e2064180e14ea66edbff194337 (patch)
treec2ceff835fb98b772fdc726f82d67f1befa4a3ff
parenta713f8b7821bd09c7d1501be810562cef22b48ee (diff)
downloadnss-hg-6c408459126826e2064180e14ea66edbff194337.tar.gz
Bug 947652: Remove support for building on Win9x machines, r=briansmith
-rw-r--r--coreconf/arch.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/coreconf/arch.mk b/coreconf/arch.mk
index 6557348b2..964284a2c 100644
--- a/coreconf/arch.mk
+++ b/coreconf/arch.mk
@@ -150,32 +150,6 @@ endif
#
#
-# The following hack allows one to build on a WIN95 machine (as if
-# s/he were cross-compiling on a WINNT host for a WIN95 target).
-# It also accomodates for MKS's and Cygwin's uname.exe.
-#
-ifeq ($(OS_ARCH),WIN95)
- OS_ARCH = WINNT
- OS_TARGET = WIN95
-endif
-ifeq ($(OS_ARCH),Windows_95)
- OS_ARCH = Windows_NT
- OS_TARGET = WIN95
-endif
-ifeq ($(OS_ARCH),CYGWIN_95-4.0)
- OS_ARCH = CYGWIN_NT-4.0
- OS_TARGET = WIN95
-endif
-ifeq ($(OS_ARCH),CYGWIN_98-4.10)
- OS_ARCH = CYGWIN_NT-4.0
- OS_TARGET = WIN95
-endif
-ifeq ($(OS_ARCH),CYGWIN_ME-4.90)
- OS_ARCH = CYGWIN_NT-4.0
- OS_TARGET = WIN95
-endif
-
-#
# On WIN32, we also define the variable CPU_ARCH, if it isn't already.
#
ifndef CPU_ARCH