mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
e621db5aac
commit
c2b15d75dd
1 changed files with 0 additions and 4 deletions
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue