toolchain: add powerpc SPE ABI support
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 5 Jan 2012 19:31:43 +0000 (16:31 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 7 Jan 2012 19:46:11 +0000 (20:46 +0100)
commit5a6087d62e5c2a272278606ebf1cc62830cf4c68
tree965b155a8b887704f2d321e544c183152d4a5fb5
parentc2c06aad27b59dc85d8747a05433aae51781a775
toolchain: add powerpc SPE ABI support

Add the ability for buildroot to build an SPE ABI enabled toolchain.

This is mandatory for e500v1/v2 cores since they don't support classic
FPU mode as the e500mc does.

Useful for Freescale's PowerQUICC III and single/dual-core QorIQ
line of processors.

The new TARGET_ABI variable is used rather than TARGET_CFLAGS for
uclibc's UCLIBC_EXTRA_CFLAGS to avoid breakish CFLAGS leaking in, a
good example being -mthumb for ARM.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in
target/Config.in.arch
toolchain/gcc/Makefile.in
toolchain/uClibc/uclibc.mk