From 8974911eda3154feeba29fd680a13b84e7138e20 Mon Sep 17 00:00:00 2001 From: Romain Reignier Date: Tue, 28 Feb 2017 22:56:08 +0100 Subject: [testhal] Removed ccache dependency. --- testhal/STM32/STM32F7xx/USB_MSD/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/STM32F7xx/USB_MSD') diff --git a/testhal/STM32/STM32F7xx/USB_MSD/Makefile b/testhal/STM32/STM32F7xx/USB_MSD/Makefile index 912a555..8f4695f 100644 --- a/testhal/STM32/STM32F7xx/USB_MSD/Makefile +++ b/testhal/STM32/STM32F7xx/USB_MSD/Makefile @@ -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. -- cgit v1.2.3