mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Build: Bump all toolchains to GCC 4.9.4 + Binutils 2.26.1
GCC 4.9.4 was already used for MIPS and all hosted targets; this enables it across the board for everything (ie m68k and arm native) Other changes: * Use '-Os' as the default optiomization for all targets (was only disabled for arm native) * Enable -funit-at-a-time and -Wextra * Drop all obsolete toolchain patches * Update ARM multilib/exception patch * Bump toolchain libs (gmp, mpfr, mpc) to recommended versions, and add 'isl' to enable better optimization & vectorization opportunities. (Will revisit optimization for the codecs and plugins at a later date) Confirmed working: * armv4t (ipodmini2g and many other PP502x targets) * arm >= v5 (sansaclipplus, ipod6g, ipodnano2g, sansafuzeplus) * m68k (ihp100) Change-Id: If9ed405ae0f289d9adea46d4cf46bfefc2f4250d
This commit is contained in:
parent
e91f89a410
commit
b4865b05b0
8 changed files with 92 additions and 722 deletions
|
@ -124,6 +124,7 @@ else ifeq ($(ARCH),arch_m68k)
|
|||
$(ATRACLIB) : CODECFLAGS += -O2
|
||||
$(COOKLIB): CODECFLAGS += -O2
|
||||
$(DEMACLIB) : CODECFLAGS += -O2
|
||||
$(FFMPEGFLACLIB) : CODECFLAGS += -Os
|
||||
$(SPCLIB) : CODECFLAGS += -O3
|
||||
$(WMAPROLIB) : CODECFLAGS += -O3
|
||||
$(WMAVOICELIB) : CODECFLAGS += -O2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue