Skip to content

Commit

Permalink
More robust compiler check.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc2/trunk@34975 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
ngrewe committed Mar 22, 2012
1 parent 6ace5f7 commit d7b8d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CXXFLAGS += -fPIC -fexceptions
CPPFLAGS += -DTYPE_DEPENDENT_DISPATCH -DGNUSTEP
CPPFLAGS += -D__OBJC_RUNTIME_INTERNAL__=1 -D_XOPEN_SOURCE=500 -D__BSD_VISIBLE=1 -D_BSD_SOURCE=1

ASMFLAGS += `if [ "$(CC)" = "clang" ] ; then echo -no-integrated-as ; fi`
ASMFLAGS += `if $(CC) -v 2>&1| grep -q 'clang' ; then echo -no-integrated-as ; fi`

STRIP=`if [ "$(strip)" = "yes" ] ; then echo -s ; fi`

Expand Down

0 comments on commit d7b8d8d

Please sign in to comment.