mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
66a474abd7
commit
9e519435a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue