Author: rfm
Date: Fri Apr  7 18:54:40 2017
New Revision: 40454

URL: http://svn.gna.org/viewcvs/gnustep?rev=40454&view=rev
Log:
Fix error with nonfragile api

Modified:
    tools/make/trunk/ChangeLog
    tools/make/trunk/common.make

Modified: tools/make/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/ChangeLog?rev=40454&r1=40453&r2=40454&view=diff
==============================================================================
--- tools/make/trunk/ChangeLog  (original)
+++ tools/make/trunk/ChangeLog  Fri Apr  7 18:54:40 2017
@@ -1,3 +1,8 @@
+2017-04-07 Richard Frith-Macdonald <[email protected]>
+
+       * common.make: correct earlier change ... error pointed out by
+       Galen Rhodes as b ug #50751
+
 2016-11-22 Doug Simons <[email protected]>
 
        * target.make: Fix EXTRACT_CLASS_NAMES_COMMAND for Mingw64.

Modified: tools/make/trunk/common.make
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/common.make?rev=40454&r1=40453&r2=40454&view=diff
==============================================================================
--- tools/make/trunk/common.make        (original)
+++ tools/make/trunk/common.make        Fri Apr  7 18:54:40 2017
@@ -667,8 +667,7 @@
 # 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.


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to