summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-10-10 23:30:12 +0000
committerwtchang%redhat.com <devnull@localhost>2005-10-10 23:30:12 +0000
commitfba06507c447ea6273d79307276b4354f89b41a4 (patch)
tree10e0c8a9118716199dd18ed1060606454575f7ae
parente4198e89046c1e9356f91e2bbd1e02182cc70439 (diff)
downloadnss-hg-fba06507c447ea6273d79307276b4354f89b41a4.tar.gz
Bug 311402: upgraded the NSS version on the MOZILLA_1_8_BRANCH to
NSS 3.10.2 Beta 2, which we expect will be the same as NSS 3.10.2 final. a=asa for mozilla1.8rc1. Tag: MOZILLA_1_8_BRANCH
-rw-r--r--security/coreconf/OS2.mk2
-rw-r--r--security/coreconf/arch.mk4
2 files changed, 5 insertions, 1 deletions
diff --git a/security/coreconf/OS2.mk b/security/coreconf/OS2.mk
index b95328a36..4c965531f 100644
--- a/security/coreconf/OS2.mk
+++ b/security/coreconf/OS2.mk
@@ -89,7 +89,7 @@ MKSHLIB = $(CXX) $(CXXFLAGS) $(DSO_LDOPTS) -o $@
MKCSHLIB = $(CC) $(CFLAGS) $(DSO_LDOPTS) -o $@
MKSHLIB_FORCE_ALL =
MKSHLIB_UNFORCE_ALL =
-DSO_LDOPTS = -Zomf -Zdll
+DSO_LDOPTS = -Zomf -Zdll -Zmap
SHLIB_LDSTARTFILE =
SHLIB_LDENDFILE =
ifdef MAPFILE
diff --git a/security/coreconf/arch.mk b/security/coreconf/arch.mk
index f3ceec3c2..aaf812175 100644
--- a/security/coreconf/arch.mk
+++ b/security/coreconf/arch.mk
@@ -210,6 +210,10 @@ 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.