Author: mlytwyn
Date: Thu Dec 10 23:02:32 2015
New Revision: 39231

URL: http://svn.gna.org/viewcvs/gnustep?rev=39231&view=rev
Log:
Fix -mno-sse inclusion

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=39231&r1=39230&r2=39231&view=diff
==============================================================================
--- tools/make/trunk/common.make        (original)
+++ tools/make/trunk/common.make        Thu Dec 10 23:02:32 2015
@@ -598,7 +598,7 @@
 # Clang inserts move aligned packed instructions (i.e. movaps,etc) assembly
 # code however stack is not aligned causing fault crashes...
 ifeq ($(CC),clang)
-ifeq ($(wildcard /etc/redhat-release),"")
+ifneq ($(wildcard /etc/redhat-release),"")
 RH_RELEASE := $(shell cat /etc/redhat-release)
 ifeq ($(findstring CentOS,$(RH_RELEASE)),CentOS)
 ifeq ($(findstring 6.5,$(RH_RELEASE)),6.5)


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

Reply via email to