mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 03:21:10 +00:00
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:
parent
13621af54e
commit
01c1f82b5e
@ -1322,8 +1322,8 @@ alpha*-*-osf*)
|
|||||||
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
|
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
|
||||||
else
|
else
|
||||||
MOZ_DEBUG_FLAGS='-g3'
|
MOZ_DEBUG_FLAGS='-g3'
|
||||||
ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g -std1'
|
ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g'
|
||||||
CFLAGS="$CFLAGS -std1 -ieee"
|
CFLAGS="$CFLAGS -ieee"
|
||||||
CXXFLAGS="$CXXFLAGS "'-noexceptions -ieee -ptr $(DIST)/cxx_repository'
|
CXXFLAGS="$CXXFLAGS "'-noexceptions -ieee -ptr $(DIST)/cxx_repository'
|
||||||
DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@ -update_registry $(DIST)/so_locations'
|
DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@ -update_registry $(DIST)/so_locations'
|
||||||
DSO_CFLAGS=
|
DSO_CFLAGS=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user