projects
/
sdk
/
tools
/
sdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d347104
)
use gcc by default on darwin
65/7765/1
author
yoonki.park
<yoonki.park@samsung.com>
Mon, 5 Aug 2013 08:11:03 +0000
(17:11 +0900)
committer
yoonki.park
<yoonki.park@samsung.com>
Mon, 5 Aug 2013 08:11:03 +0000
(17:11 +0900)
Change-Id: If1b14fd3ab34ca6e49e84d24e037545f2efe096c
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6e4e500cbd135f059d960fd42c382d2f9e5a0d21..07d48530e0d82fa48fe133cce120e8bc2b8cf7e9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-8,12
+8,7
@@
HOST_OS := $(shell uname -s | tr A-Z a-z | cut -d'_' -f1)
# sdb host tool
# =========================================================
-
-ifeq ($(HOST_OS),darwin)
- CC := /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
-else
- CC := gcc
-endif
+CC := gcc
#
ifeq ($(HOST_OS),linux)