summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/fixedpoint/fixedpoint.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fixedpoint/fixedpoint.make b/lib/fixedpoint/fixedpoint.make
index 9ee0e1f0c7..0233e9499b 100644
--- a/lib/fixedpoint/fixedpoint.make
+++ b/lib/fixedpoint/fixedpoint.make
@@ -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)