forked from len0rd/rockbox
Configure Gigabeat S with EABI compiler by default. Implement the INIT section that this enables (due to selective need for long calls). Remove pcm_postinit from INIT section since it's asynchronous. Disable strict aliasing on SPC codec for now just to shut it up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26779 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5a27c2fb1
commit
60f843bf18
17 changed files with 50 additions and 43 deletions
|
|
@ -17,7 +17,7 @@ $(SPCLIB): $(SPCLIB_OBJ)
|
|||
$(SILENT)$(shell rm -f $@)
|
||||
$(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
|
||||
|
||||
SPCFLAGS = $(filter-out -O%,$(CODECFLAGS))
|
||||
SPCFLAGS = $(filter-out -O%,$(CODECFLAGS)) -fno-strict-aliasing
|
||||
SPCFLAGS += -O1
|
||||
|
||||
$(CODECDIR)/libspc/%.o: $(ROOTDIR)/apps/codecs/libspc/%.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue