Skip to content

Commit

Permalink
Fix -mno-sse inclusion
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39231 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
Marcian Lytwyn committed Dec 10, 2015
1 parent 95c1b3e commit 6d19f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.make
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ INTERNAL_OBJCFLAGS = -fno-strict-aliasing
# 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)
Expand Down

0 comments on commit 6d19f1e

Please sign in to comment.