mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
Remove dead code in Makefiles
Change-Id: I57363da89a49443be7fad8f687299393bc0f3a82
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
TOOLCHAIN=arm-none-eabi
|
||||
# FIXME decide which one to use.
|
||||
#COMPILER=llvm
|
||||
|
||||
ifeq ($(COMPILER),llvm)
|
||||
|
||||
Reference in New Issue
Block a user