projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a71371e
)
Check for gcc in Makefile
author
Jagger
<robert@swiecki.net>
Wed, 9 Mar 2016 00:02:23 +0000
(
01:02
+0100)
committer
Jagger
<robert@swiecki.net>
Wed, 9 Mar 2016 00:02:23 +0000
(
01:02
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2c9ed8f374fc476503d323965d730170acbcfdf6..ff97a8bd3db261cc88148a4512974fa18b2b56ba 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,7
+33,7
@@
ifeq ($(COMPILER_CLANG),clang)
CFLAGS += -fblocks
LDFLAGS += -lBlocksRuntime
endif
-ifeq ($(COMPILER_
CLANG
),gcc)
+ifeq ($(COMPILER_
GCC
),gcc)
LDFLAGS += -Wa,--noexecstack
endif