Configure Gigabeat S with EABI compiler by default. Implement the INIT section that...
commita53235a66011de8a4198ceba01c76f2cd4c1a0a0
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Jun 2010 14:39:35 +0000 (11 14:39 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Jun 2010 14:39:35 +0000 (11 14:39 +0000)
tree31399c08bb3ec25dd98318e6f23bcd2f4a0191d0
parentb202fadd5adeeed43728e1712bf4cbf2175019e9
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
17 files changed:
apps/codecs/libspc/libspc.make
firmware/export/config.h
firmware/export/pcm.h
firmware/target/arm/imx31/app.lds
firmware/target/arm/imx31/avic-imx31.c
firmware/target/arm/imx31/crt0.S
firmware/target/arm/imx31/dvfs_dptc-imx31.c
firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
firmware/target/arm/imx31/gigabeat-s/kernel-gigabeat-s.c
firmware/target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c
firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c
firmware/target/arm/imx31/gpio-imx31.c
firmware/target/arm/imx31/mc13783-imx31.c
firmware/target/arm/imx31/sdma-imx31.c
firmware/target/arm/imx31/spi-imx31.c
tools/configure