Clang: Should there not be a prefix when using a cross compiler where clang refers to the host clang.

This commit is contained in:
Gregory Nutt 2017-07-02 06:51:21 -06:00
parent cf44fd6ec0
commit 8fa5e9772b

View File

@ -61,6 +61,9 @@ else
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
endif
#CC = $(CROSSDEV)clang
#CXX = $(CROSSDEV)clang++
#CPP = $(CROSSDEV)clang -E
CC = clang
CXX = clang++
CPP = clang -E