mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 14:13:04 +00:00
Clang: Should there not be a prefix when using a cross compiler where clang refers to the host clang.
This commit is contained in:
parent
cf44fd6ec0
commit
8fa5e9772b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue