зеркало из https://github.com/mozilla/pjs.git
Fix for the Tru64 changes to work with the autoconf scheme we are using.
r=cls
This commit is contained in:
Родитель
a66e1842fa
Коммит
5f67ce7b92
|
@ -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 $@'
|
||||
|
|
Загрузка…
Ссылка в новой задаче