mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add $(SHARED_CFLAGS) to fixedpoint.make to quash amd64 errors in 95e23de
.
Thanks to Frank Gevaerts. Change-Id: I6ca1d0258bfc70950d0ad5c2975d2bd88060b8a3
This commit is contained in:
parent
95e23defb0
commit
5314fb2103
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ CORE_LIBS += $(FIXEDPOINTLIB)
|
|||
CORE_GCSECTIONS := yes
|
||||
endif
|
||||
|
||||
FIXEDPOINTLIB_FLAGS := $(CFLAGS)
|
||||
FIXEDPOINTLIB_FLAGS := $(CFLAGS) $(SHARED_CFLAGS)
|
||||
|
||||
# Do not use '-ffunction-sections' and '-fdata-sections' when compiling sdl-sim
|
||||
ifneq ($(findstring sdl-sim, $(APP_TYPE)), sdl-sim)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue