[testhal] Removed ccache dependency.
This commit is contained in:
parent
0b5d913847
commit
8974911eda
|
@ -175,8 +175,8 @@ MCU = cortex-m7
|
|||
|
||||
#TRGT = arm-elf-
|
||||
TRGT = arm-none-eabi-
|
||||
CC = ccache $(TRGT)gcc
|
||||
CPPC = ccache $(TRGT)g++
|
||||
CC = $(TRGT)gcc
|
||||
CPPC = $(TRGT)g++
|
||||
# Enable loading with g++ only if you need C++ runtime support.
|
||||
# NOTE: You can use C++ even without C++ support if you are careful. C++
|
||||
# runtime support makes code size explode.
|
||||
|
|
Loading…
Reference in New Issue