Remove dead code in Makefiles

Change-Id: I57363da89a49443be7fad8f687299393bc0f3a82
This commit is contained in:
Felix Raimundo
2016-03-22 18:29:24 +01:00
parent 605dd9f372
commit 2ee147a48c
2 changed files with 2 additions and 3 deletions

View File

@@ -23,12 +23,10 @@ endif
# Language-specific flags
CFLAGS = -std=c99
CXXFLAGS = -std=c++11 -fno-exceptions -fno-rtti #-fno-unwind-tables
CXXFLAGS = -std=c++11 -fno-exceptions -fno-rtti
products := boot.elf boot.hex boot.bin test.elf test.hex test.bin
#lib/private/mem5.o: CFLAGS += -w
ifeq ($(VERBOSE),1)
default: info clean app_size app_memory_map
else

View File

@@ -1,4 +1,5 @@
TOOLCHAIN=arm-none-eabi
# FIXME decide which one to use.
#COMPILER=llvm
ifeq ($(COMPILER),llvm)