summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-06-28 16:02:19 -0700
committerYing Wang <wangying@google.com>2012-06-28 16:02:19 -0700
commit478ba5e3f00bb1321cd022d744020231f2449287 (patch)
tree7daa95d179f24c96e27926ff5b36fa5c35422f04 /core/combo
parent6e587f53152127370c6b45204f6529dd7b0ce32a (diff)
downloadbuild-478ba5e3f00bb1321cd022d744020231f2449287.zip
build-478ba5e3f00bb1321cd022d744020231f2449287.tar.gz
build-478ba5e3f00bb1321cd022d744020231f2449287.tar.bz2
Move the llvm-gcc warning from HOST_darwin-x86.mk to main.mk
Bug: 6754632 So the warning won't show up when you run lunch. Now the warning only shows when you do a clean build. Change-Id: I7876da783f059d390f0072df37d3ab0291589eb7
Diffstat (limited to 'core/combo')
-rw-r--r--core/combo/HOST_darwin-x86.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/combo/HOST_darwin-x86.mk b/core/combo/HOST_darwin-x86.mk
index 8be6a42..cae37a7 100644
--- a/core/combo/HOST_darwin-x86.mk
+++ b/core/combo/HOST_darwin-x86.mk
@@ -44,16 +44,6 @@ HOST_GLOBAL_LDFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_
HOST_GLOBAL_CFLAGS += -fPIC
HOST_NO_UNDEFINED_LDFLAGS := -Wl,-undefined,error
-GCC_REALPATH = $(realpath $(shell which gcc))
-ifneq ($(findstring llvm-gcc,$(GCC_REALPATH)),)
- # Using LLVM GCC results in a non functional emulator due to it
- # not honouring global register variables
- $(warning ****************************************)
- $(warning * gcc is linked to llvm-gcc which will *)
- $(warning * not create a useable emulator. *)
- $(warning ****************************************)
-endif
-
HOST_CC := gcc
HOST_CXX := g++
HOST_AR := $(AR)