diff 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
line wrap: on
line diff
--- a/sources/targets/powerpc-440fp/settings	Sun Jun 26 20:09:37 2011 -0500
+++ b/sources/targets/powerpc-440fp/settings	Mon Jun 27 06:40:25 2011 -0500
@@ -1,8 +1,7 @@
-source "$CONFIG_DIR/powerpc/settings"
-
 DESCRIPTION="Power PC 440, with hardware floating point."
 
-CROSS_TARGET=powerpc-unknown-linux
+base_architecture powerpc
+
 GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
 BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"