Fix for the Tru64 changes to work with the autoconf scheme we are using.

r=cls


git-svn-id: svn://10.0.0.236/trunk@62287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jim_nance%yahoo.com 2000-03-07 02:35:43 +00:00
parent 9d5206017d
commit a2a6bc329f
2 changed files with 3 additions and 1 deletions

View File

@ -239,7 +239,7 @@ TAR = tar
endif
endif
ifneq (,$(filter OpenVMS OSF1,$(OS_ARCH)))
ifeq ($(OS_ARCH),OpenVMS)
include $(topsrcdir)/config/$(OS_ARCH).mk
endif

View File

@ -736,6 +736,8 @@ alpha*-*-osf*)
if test "$GNU_CC"; then
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
else
MOZ_DEBUG_FLAGS='-gall'
ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g -std1'
CFLAGS="$CFLAGS -std1 -ieee_with_inexact"
CXXFLAGS="$CXXFLAGS -std1 -ieee_with_inexact -noexceptions"
DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@'