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:
parent
82c4ef2462
commit
a67449f20f
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue