Fixed some more regressions.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15821 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-10-10 11:53:03 +00:00
parent 82c4ef2462
commit a67449f20f
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ endif
# Linker extra options here.
ifeq ($(USE_LDOPT),)
USE_LDOPT =
USE_LDOPT = --defsym=__main_thread_stack_base__=0,--defsym=__main_thread_stack_end__=0
endif
# Enable this if you want link time optimizations (LTO).

View File

@ -25,7 +25,7 @@ endif
# Linker extra options here.
ifeq ($(USE_LDOPT),)
USE_LDOPT =
USE_LDOPT = --defsym=___main_thread_stack_base__=0,--defsym=___main_thread_stack_end__=0
endif
# Enable this if you want link time optimizations (LTO).

View File

@ -25,7 +25,7 @@ endif
# Linker extra options here.
ifeq ($(USE_LDOPT),)
USE_LDOPT =
USE_LDOPT = --defsym=__main_thread_stack_base__=0,--defsym=__main_thread_stack_end__=0
endif
# Enable this if you want link time optimizations (LTO).

View File

@ -25,7 +25,7 @@ endif
# Linker extra options here.
ifeq ($(USE_LDOPT),)
USE_LDOPT =
USE_LDOPT = --defsym=___main_thread_stack_base__=0,--defsym=___main_thread_stack_end__=0
endif
# Enable this if you want link time optimizations (LTO).