remove flag on David's advice

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39445 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-03-02 18:45:58 +00:00
parent ec3ca6960a
commit 0121729c2e

View file

@ -108,7 +108,7 @@ ifeq ($(OBJC_RUNTIME_LIB), ng)
OBJC_LDFLAGS =
OBJC_LIB_DIR =
OBJC_LIBS = $(OBJC_LIB_FLAG) -fobjc-nonfragile-abi
RUNTIME_FLAG = -fobjc-runtime=gnustep-1.8 -fblocks -fno-objc-legacy-dispatch
RUNTIME_FLAG = -fobjc-runtime=gnustep-1.8 -fblocks
RUNTIME_DEFINE = -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1
# Projects may control the use of ARC by defining GS_WITH_ARC=1
# or GS_WITH_ARC=0 at the start of their GNUmakefile, or in the environment,