Author: rfm
Date: Thu May 19 14:25:03 2016
New Revision: 39786

URL: http://svn.gna.org/viewcvs/gnustep?rev=39786&view=rev
Log:
remove unused flag

Modified:
    tools/make/trunk/common.make

Modified: tools/make/trunk/common.make
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/common.make?rev=39786&r1=39785&r2=39786&view=diff
==============================================================================
--- tools/make/trunk/common.make        (original)
+++ tools/make/trunk/common.make        Thu May 19 14:25:03 2016
@@ -697,7 +697,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 += -fobjc-nonfragile-abi -D_NONFRAGILE_ABI
+  INTERNAL_OBJCFLAGS += -D_NONFRAGILE_ABI
   INTERNAL_LDFLAGS += -fobjc-nonfragile-abi
 endif
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to