mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app builds and enable it for 32 bit too. Fixes linking errors on simbuilds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29983 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9f96325e2
commit
331b23d15b
8 changed files with 25 additions and 26 deletions
|
|
@ -11,7 +11,6 @@ ROCKBOY_SRCDIR = $(APPSDIR)/plugins/rockboy
|
|||
ROCKBOY_OBJDIR = $(BUILDDIR)/apps/plugins/rockboy
|
||||
|
||||
ROCKBOY_SRC := $(call preprocess, $(ROCKBOY_SRCDIR)/SOURCES)
|
||||
ROCKBOY_SRC += $(ROOTDIR)/firmware/libc/sscanf.c
|
||||
ROCKBOY_OBJ := $(call c2obj, $(ROCKBOY_SRC))
|
||||
|
||||
OTHER_SRC += $(ROCKBOY_SRC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue