summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2004-03-30 19:38:53 +0000
committermkaply%us.ibm.com <devnull@localhost>2004-03-30 19:38:53 +0000
commitc038b2f9b9176504c01d0976fa609b953ed4a45d (patch)
tree5bcd3b478d5e829e669a6e36784631ca778679da
parentb1dd4e0d31d446dc0651dfb9d33a83c31fa174af (diff)
downloadnspr-hg-c038b2f9b9176504c01d0976fa609b953ed4a45d.tar.gz
#231934
r=mkaply, sr=blizzard (platform specific), a=mkaply OS/2 only - code from ganesh - generate map files on OS/2
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 713850b4..6278c383 100644
--- a/configure.in
+++ b/configure.in
@@ -1815,7 +1815,8 @@ mips-sony-newsos*)
CXXFLAGS="$CFLAGS -Wall -Zomf"
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
DSO_CFLAGS=
- DSO_LDOPTS='-Zomf -Zdll'
+ DSO_LDOPTS='-Zomf -Zdll -Zmap'
+ LDFLAGS='-Zmap'
_OPTIMIZE_FLAGS="-O2 -s"
_DEBUG_FLAGS="-g -fno-inline"
if test -n "$MOZ_OPTIMIZE"; then