summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/start/bsp_specs
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-04 12:34:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-20 17:57:55 +0200
commite3db084c6947703126567edcb9e8da99337bce59 (patch)
treef3da4be190fc3dba1c48993c974342612c43e7e3 /bsps/arm/stm32h7/start/bsp_specs
parent53433bd2c79a7b9347389db704d1bca76d0fa5fa (diff)
bsp/stm32h7: New BSPstm32h7
Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/start/bsp_specs')
-rw-r--r--bsps/arm/stm32h7/start/bsp_specs9
1 files changed, 9 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/start/bsp_specs b/bsps/arm/stm32h7/start/bsp_specs
new file mode 100644
index 0000000000..47dd31d46b
--- /dev/null
+++ b/bsps/arm/stm32h7/start/bsp_specs
@@ -0,0 +1,9 @@
+%rename endfile old_endfile
+%rename startfile old_startfile
+
+*startfile:
+%{!qrtems: %(old_startfile)} \
+%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
+
+*endfile:
+%{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s}