aboutsummaryrefslogtreecommitdiff
path: root/arch/src/Makefile
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2018-06-18 12:04:57 +0100
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-09-17 11:30:58 +0100
commita5acbe1bedca97924b5783b4d14e68a4a63b4d72 (patch)
tree371b119b7e7cd432c480485eeb6c16cde8c7abde /arch/src/Makefile
parenteff37bd0548b96daf29ae02483dd8fc186ceefff (diff)
arch: Move to Newlib's crt0
- Remove the custom crt0 initialization routines - Implement required Newlib symbols This includes _exit() and main() as well as __bss_start__, __bss_end__ and __stack, which are all used by newlib's crt0 routines. Change-Id: I229509c56bcccbfdbdf5700a5f048767aa9ecea5 Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'arch/src/Makefile')
-rw-r--r--arch/src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/src/Makefile b/arch/src/Makefile
index 56c50436..7e620049 100644
--- a/arch/src/Makefile
+++ b/arch/src/Makefile
@@ -14,7 +14,6 @@ BS_LIB_SOURCES_armv7-m += armv7-m/reset.S
BS_LIB_SOURCES_armv7-m += arm_nvic.c
BS_LIB_SOURCES_armv7-m += arm_main.c
BS_LIB_SOURCES_armv7-m += arm_mm.c
-BS_LIB_SOURCES_armv7-m += arm_crt0.S
BS_LIB_INCLUDES_armv7-m += $(TOP_DIR)/cmsis/CMSIS/Core/Include/