comparison sources/targets/powerpc-440fp/settings @ 1401:f1d2afdf2034

Add base_architecture, make base architectures and extra targets work, and move i586 virtio stuff to new i686-kvm target.
author Rob Landley <rob@landley.net>
date Mon, 27 Jun 2011 06:40:25 -0500
parents 609ef233c55e
children
comparison
equal deleted inserted replaced
1400:0b1022dc9a36 1401:f1d2afdf2034
1 source "$CONFIG_DIR/powerpc/settings"
2
3 DESCRIPTION="Power PC 440, with hardware floating point." 1 DESCRIPTION="Power PC 440, with hardware floating point."
4 2
5 CROSS_TARGET=powerpc-unknown-linux 3 base_architecture powerpc
4
6 GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}" 5 GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
7 BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp" 6 BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"
8 7
9 UCLIBC_CONFIG=" 8 UCLIBC_CONFIG="
10 TARGET_powerpc=y 9 TARGET_powerpc=y