use gcc by default on darwin 65/7765/1
authoryoonki.park <yoonki.park@samsung.com>
Mon, 5 Aug 2013 08:11:03 +0000 (17:11 +0900)
committeryoonki.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

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)