use -fshort-wchar on x86_64 too (only exclude it form arm)

This commit is contained in:
Dan Mills 2009-02-10 00:51:06 -08:00
parent 6f30d62779
commit 7e1052f11e

View File

@ -220,7 +220,7 @@ ifeq ($(os), Linux)
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align \
-Wno-long-long \
-include xpcom-config.h $(headers)
ifeq ($(arch), x86)
ifneq ($(arch), arm)
cppflags += -fshort-wchar
else
endif