Automated update

This commit is contained in:
leaf%mozilla.org 2000-03-17 03:45:33 +00:00
parent b2b22d9317
commit 078ee91429

2
configure vendored
View File

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