remove unused flag

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39786 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-05-19 12:25:03 +00:00
parent 66a474abd7
commit 9e519435a7

View file

@ -697,7 +697,7 @@ endif
# If the compiler supports nonfragile ABI and the user wants us to
# use them, turn them on!
ifeq ($(USE_NONFRAGILE_ABI), yes)
INTERNAL_OBJCFLAGS += -fobjc-nonfragile-abi -D_NONFRAGILE_ABI
INTERNAL_OBJCFLAGS += -D_NONFRAGILE_ABI
INTERNAL_LDFLAGS += -fobjc-nonfragile-abi
endif