From bf517e6f2cbe69bddc55b62dfdd8911743d020cc Mon Sep 17 00:00:00 2001 From: "kh5325.kim" Date: Tue, 1 Oct 2013 15:31:35 +0900 Subject: [PATCH] fixed build error Signed-off-by: kh5325.kim --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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) -- 2.34.1