Skip to content
Snippets Groups Projects
Commit 8fa5e977 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Clang: Should there not be a prefix when using a cross compiler where clang...

Clang: Should there not be a prefix when using a cross compiler where clang refers to the host clang.
parent cf44fd6e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment