changeset 1434:b499abdbcdfa

Remove old Gentoo From Scratch debris, it's basically CROSS_TARGET and KARCH.
author Rob Landley <rob@landley.net>
date Fri, 02 Sep 2011 16:36:40 -0500
parents 7e0747a665ab
children de8e06350227
files sources/targets/armv4eb sources/targets/armv4l sources/targets/armv4tl sources/targets/armv5l sources/targets/armv6l sources/targets/i486 sources/targets/i586 sources/targets/i686 sources/targets/mips sources/targets/mips64 sources/targets/mipsel sources/targets/powerpc sources/targets/sh4 sources/targets/x86_64
diffstat 14 files changed, 0 insertions(+), 58 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/armv4eb	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/armv4eb	Fri Sep 02 16:36:40 2011 -0500
@@ -35,9 +35,3 @@
   echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
     -net nic,model=rtl8139 -net user
 }
-
-# Gentoo from Scratch
-GFS_CHOST="armeb-softfloat-linux-uclibc"
-GFS_ARCH="arm"
-
-
--- a/sources/targets/armv4l	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/armv4l	Fri Sep 02 16:36:40 2011 -0500
@@ -20,10 +20,6 @@
 ROOT=sda
 CONSOLE=ttyAMA0
 
-# Gentoo from Scratch
-GFS_CHOST="armv4l-gentoo-linux-uclibc"
-GFS_ARCH="arm"
-
 UCLIBC_CONFIG="
 TARGET_arm=y
 ARCH_WANTS_LITTLE_ENDIAN=y
--- a/sources/targets/armv4tl	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/armv4tl	Fri Sep 02 16:36:40 2011 -0500
@@ -24,10 +24,6 @@
 # This is every bit as ugly as it looks, because it's for gcc.
 export target_cpu_cname=arm9tdmi
 
-# Gentoo from Scratch
-GFS_CHOST="$CROSS_TARGET"
-GFS_ARCH="$KARCH"
-
 UCLIBC_CONFIG="
 TARGET_arm=y
 CONFIG_ARM_EABI=y
--- a/sources/targets/armv5l	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/armv5l	Fri Sep 02 16:36:40 2011 -0500
@@ -17,10 +17,6 @@
 ROOT=sda
 CONSOLE=ttyAMA0
 
-# Gentoo from Scratch
-GFS_CHOST="armv5l-unknown-linux-gnueabi"
-GFS_ARCH="arm"
-
 UCLIBC_CONFIG="
 TARGET_arm=y
 CONFIG_ARM_EABI=y
--- a/sources/targets/armv6l	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/armv6l	Fri Sep 02 16:36:40 2011 -0500
@@ -18,10 +18,6 @@
 ROOT=sda
 CONSOLE=ttyAMA0
 
-# Gentoo from Scratch
-GFS_CHOST="armv6l-unknown-linux-gnueabi"
-GFS_ARCH="arm"
-
 UCLIBC_CONFIG="
 TARGET_arm=y
 CONFIG_ARM_EABI=y
--- a/sources/targets/i486	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/i486	Fri Sep 02 16:36:40 2011 -0500
@@ -18,10 +18,6 @@
 ROOT=hda
 CONSOLE=ttyS0
 
-# Gentoo from Scratch
-GFS_CHOST="i486-gentoo-linux-uclibc"
-GFS_ARCH="x86"
-
 UCLIBC_CONFIG="
 TARGET_i386=y
 CONFIG_486=y
--- a/sources/targets/i586	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/i586	Fri Sep 02 16:36:40 2011 -0500
@@ -16,10 +16,6 @@
 ROOT=hda
 CONSOLE=ttyS0
 
-# Gentoo from Scratch
-GFS_CHOST="i586-gentoo-linux-uclibc"
-GFS_ARCH="x86"
-
 UCLIBC_CONFIG="
 TARGET_i386=y
 CONFIG_586=y
--- a/sources/targets/i686	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/i686	Fri Sep 02 16:36:40 2011 -0500
@@ -9,10 +9,6 @@
 CONSOLE=ttyS0
 ROOT=hda
 
-# Gentoo from Scratch
-GFS_CHOST="i686-gentoo-linux-uclibc"
-GFS_ARCH="x86"
-
 UCLIBC_CONFIG="
 ARCH_HAS_MMU=y
 TARGET_i386=y
--- a/sources/targets/mips	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/mips	Fri Sep 02 16:36:40 2011 -0500
@@ -9,10 +9,6 @@
 ROOT=hda
 CONSOLE=ttyS0
 
-# Gentoo from Scratch
-GFS_CHOST="mips-gentoo-linux-uclibc"
-GFS_ARCH="mips"
-
 UCLIBC_CONFIG="
 TARGET_mips=y
 UCLIBC_HAS_FPU=y
--- a/sources/targets/mips64	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/mips64	Fri Sep 02 16:36:40 2011 -0500
@@ -9,10 +9,6 @@
 ROOT=hda
 CONSOLE=ttyS0
 
-# Gentoo from Scratch
-GFS_CHOST="mips64-gentoo-linux-uclibc"
-GFS_ARCH="mips64"
-
 UCLIBC_CONFIG="
 TARGET_mips=y
 CONFIG_MIPS_N64_ABI=y
--- a/sources/targets/mipsel	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/mipsel	Fri Sep 02 16:36:40 2011 -0500
@@ -9,10 +9,6 @@
 ROOT=hda
 CONSOLE=ttyS0
 
-# Gentoo from Scratch
-GFS_CHOST="mipsel-gentoo-linux-uclibc"
-GFS_ARCH="mips"
-
 UCLIBC_CONFIG="
 TARGET_mips=y
 ARCH_WANTS_LITTLE_ENDIAN=y
--- a/sources/targets/powerpc	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/powerpc	Fri Sep 02 16:36:40 2011 -0500
@@ -21,10 +21,6 @@
 ROOT=hda
 CONSOLE=ttyS0
 
-# Gentoo from Scratch
-GFS_CHOST="powerpc-gentoo-linux-uclibc"
-GFS_ARCH="ppc"
-
 UCLIBC_CONFIG="
 TARGET_powerpc=y
 UCLIBC_HAS_FPU=y
--- a/sources/targets/sh4	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/sh4	Fri Sep 02 16:36:40 2011 -0500
@@ -16,10 +16,6 @@
 ROOT=sda
 CONSOLE="ttySC1 noiotrap"
 
-# Gentoo from Scratch
-GFS_CHOST="sh4-gentoo-linux-uclibc"
-GFS_ARCH="sh"
-
 UCLIBC_CONFIG="
 TARGET_sh=y
 ARCH_WANTS_LITTLE_ENDIAN=y
--- a/sources/targets/x86_64	Tue Aug 23 08:42:18 2011 -0500
+++ b/sources/targets/x86_64	Fri Sep 02 16:36:40 2011 -0500
@@ -13,10 +13,6 @@
 ROOT=hda
 CONSOLE=ttyS0
 
-# Gentoo from Scratch
-GFS_CHOST="x86_64-gentoo-linux-uclibc"
-GFS_ARCH="amd64"
-
 UCLIBC_CONFIG="
 TARGET_x86_64=y
 UCLIBC_HAS_FPU=y