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
Родитель 23bd123d07
Коммит f0b78c3c63
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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