From 95e23defb085ee1a846ec2d379368485921d5aee Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 16 Apr 2013 17:47:58 -0400 Subject: Make fixepoint.c as a shared library (libfixedpoint.a). Change-Id: Icc10d6e85f890c432f191233a4d64e09f00be43d Reviewed-on: http://gerrit.rockbox.org/456 Reviewed-by: Michael Sevakis Tested-by: Michael Sevakis --- flash/bootbox/bootbox.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flash') diff --git a/flash/bootbox/bootbox.make b/flash/bootbox/bootbox.make index 0c05eec056..38a664d57d 100644 --- a/flash/bootbox/bootbox.make +++ b/flash/bootbox/bootbox.make @@ -9,5 +9,7 @@ SRC += $(call preprocess,$(APPSDIR)/SOURCES) +CORE_GCSECTIONS = yes + # don't build rombox.ucl ARCHOSROM= -- cgit