fixed build error 86/10386/1
authorkh5325.kim <kh5325.kim@samsung.com>
Tue, 1 Oct 2013 06:31:35 +0000 (15:31 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Tue, 1 Oct 2013 06:31:35 +0000 (15:31 +0900)
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
Makefile

index 6e4e500cbd135f059d960fd42c382d2f9e5a0d21..918b4344db189faa60aca169dd4be796cfbf395a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,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)