Remove -std1 flag from dec unix compiles to avoid conflicts with gtk headers when gtk isn't built with strict ansi compliance.

Bug #192213 r=wtc
This commit is contained in:
seawood%netscape.com 2003-03-16 06:35:11 +00:00
Родитель 8c3d7c4801
Коммит 8f43b95807
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1322,8 +1322,8 @@ alpha*-*-osf*)
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
else
MOZ_DEBUG_FLAGS='-g3'
ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g -std1'
CFLAGS="$CFLAGS -std1 -ieee"
ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g'
CFLAGS="$CFLAGS -ieee"
CXXFLAGS="$CXXFLAGS "'-noexceptions -ieee -ptr $(DIST)/cxx_repository'
DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@ -update_registry $(DIST)/so_locations'
DSO_CFLAGS=