aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson2017-10-13 18:17:45 -0500
committerSam Nelson2017-10-13 18:17:45 -0500
commitba3f6e6b9240bf107b58edef7aff052cbef3b3fc (patch)
tree0014341e15477baee762e05f1b5ed7fd86ff6584
parent5907bff5a29fe2ba8719ae8c3c5d62b20b7b6bc9 (diff)
downloadbig-data-ipc-examples-ba3f6e6b9240bf107b58edef7aff052cbef3b3fc.tar.gz
big-data-ipc-examples-ba3f6e6b9240bf107b58edef7aff052cbef3b3fc.tar.xz
big-data-ipc-examples-ba3f6e6b9240bf107b58edef7aff052cbef3b3fc.zip
makefile: Update linker uptions for new gcc version
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--host_bios/simple_buffer_example/host/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/host_bios/simple_buffer_example/host/makefile b/host_bios/simple_buffer_example/host/makefile
index 33988c1..18e4970 100644
--- a/host_bios/simple_buffer_example/host/makefile
+++ b/host_bios/simple_buffer_example/host/makefile
@@ -140,7 +140,7 @@ CFLAGS += -I../shared/bigdataxlat/bios
140CFLAGS += -DSERVER=\"$(SERVER)\" -DPLATFORM_$(PLATFORM) 140CFLAGS += -DSERVER=\"$(SERVER)\" -DPLATFORM_$(PLATFORM)
141 141
142LDFLAGS = $(LDPROFILE_$(PROFILE)) -mfloat-abi=hard -nostartfiles -Wl,-static -Wl,--gc-sections -Wl,-Map=$(@D)/obj/$(@F).map 142LDFLAGS = $(LDPROFILE_$(PROFILE)) -mfloat-abi=hard -nostartfiles -Wl,-static -Wl,--gc-sections -Wl,-Map=$(@D)/obj/$(@F).map
143LDLIBS = -L$(BIOS_INSTALL_DIR)/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib/fpu 143LDLIBS = -L$(BIOS_INSTALL_DIR)/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib/hard --specs=nano.specs
144 144
145CCPROFILE_debug = -g -ggdb -D_DEBUG_=1 145CCPROFILE_debug = -g -ggdb -D_DEBUG_=1
146CCPROFILE_release = -O2 146CCPROFILE_release = -O2