Fixes for bug 35466 from wtc, along with some suggestions for better

compiler flags from Jeff D. at Compaq.  This should not affect anything
other than Tru64 Unix.  If it does I can be reached at 919.859.3885
This commit is contained in:
jim_nance%yahoo.com 2000-04-13 03:13:14 +00:00
parent f0456d1d48
commit 8cfc5e80c0
2 changed files with 304 additions and 300 deletions

598
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -808,11 +808,13 @@ alpha*-*-osf*)
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
else
MOZ_DEBUG_FLAGS='-g3'
MOZ_OPTIMIZE_FLAGS='-fast'
ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g -std1'
CFLAGS="$CFLAGS -std1 -ieee_with_inexact"
CXXFLAGS="$CXXFLAGS -std1 -ieee_with_inexact -noexceptions"
CFLAGS="$CFLAGS -std1"
CXXFLAGS="$CXXFLAGS -noexceptions"
DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@'
DSO_CFLAGS=
DSO_PIC_CFLAGS=
MKSHLIB='-$(LD) $(DSO_LDOPTS)'
MKCSHLIB='-$(LD) $(DSO_LDOPTS)'
MKSHLIB_FORCE_ALL='-all'