From: kh5325.kim Date: Tue, 1 Oct 2013 06:31:35 +0000 (+0900) Subject: fixed build error X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf517e6f2cbe69bddc55b62dfdd8911743d020cc;p=sdk%2Ftools%2Fsdb.git fixed build error Signed-off-by: kh5325.kim --- diff --git a/Makefile b/Makefile index 6e4e500..918b434 100644 --- 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)