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

r=cls
This commit is contained in:
jim_nance%yahoo.com 2000-03-07 02:35:43 +00:00
Родитель a66e1842fa
Коммит 5f67ce7b92
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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 $@'