Do not use UTF-8 option for literal strings. It is default on gcc4 but not supported on older compilers and clang

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2011-11-25 11:39:33 +00:00
parent e621db5aac
commit c2b15d75dd

View file

@ -50,10 +50,6 @@ ifeq ($(BASE_MAKE_LOADED),)
FND_LIBS = -lgnustep-baseadd -framework Foundation
endif
# For literal string handling, base requires the compiler to store the
# string as UTF-8
AUXILIARY_OBJCFLAGS += -fexec-charset=UTF-8
GNUSTEP_BASE_HAVE_GNUTLS=@HAVE_GNUTLS@
GNUSTEP_BASE_HAVE_LIBXML=@HAVE_LIBXML@
GNUSTEP_BASE_HAVE_MDNS=@HAVE_MDNS@