mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fix error with nonfragile api
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@40454 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6cf643fb02
commit
d0263e4fb4
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-04-07 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* common.make: correct earlier change ... error pointed out by
|
||||
Galen Rhodes as b ug #50751
|
||||
|
||||
2016-11-22 Doug Simons <doug.simons@testplant.com>
|
||||
|
||||
* target.make: Fix EXTRACT_CLASS_NAMES_COMMAND for Mingw64.
|
||||
|
|
|
@ -667,8 +667,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 += -D_NONFRAGILE_ABI
|
||||
INTERNAL_LDFLAGS += -fobjc-nonfragile-abi
|
||||
INTERNAL_OBJCFLAGS += -fobjc-nonfragile-abi -D_NONFRAGILE_ABI
|
||||
endif
|
||||
|
||||
# If we are using garbage collection we set a define to say so.
|
||||
|
|
Loading…
Reference in a new issue