mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
91a294aa45
The `ldr r1, =sched_active_thread` instruction couldn't be assembled with LTO, as the no immediate offset could be found to construct the address of `sched_active_thread`. This commit instructs the assembler to generate a literate pool which can be used to construct the address. While this issue was only triggered during LTO, it theoretically could also pop up without LTO due to unrelated changes. Thus, it is a good idea to create the literate pool even without LTO enabled.
4 lines
49 B
Makefile
4 lines
49 B
Makefile
DIRS = periph
|
|
|
|
include $(RIOTBASE)/Makefile.base
|