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:
parent
9d5206017d
commit
a2a6bc329f
@ -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
|
||||
|
||||
|
||||
@ -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 $@'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user