changeset 705:04109e3f877e

Rename "details" to "settings" in sources/targets.
author Rob Landley <rob@landley.net>
date Tue, 07 Apr 2009 19:48:56 -0500
parents efed8b9f43c3
children 4ff4cf117082
files sources/include.sh sources/targets/armv4eb/details sources/targets/armv4eb/settings sources/targets/armv4l/details sources/targets/armv4l/settings sources/targets/armv5l/details sources/targets/armv5l/settings sources/targets/armv6l/details sources/targets/armv6l/settings sources/targets/hw-wrt610n/details sources/targets/hw-wrt610n/settings sources/targets/i586/details sources/targets/i586/settings sources/targets/i686/details sources/targets/i686/settings sources/targets/m68k/details sources/targets/m68k/settings sources/targets/mips/details sources/targets/mips/settings sources/targets/mipsel/details sources/targets/mipsel/settings sources/targets/powerpc-440fp/details sources/targets/powerpc-440fp/settings sources/targets/powerpc/details sources/targets/powerpc/settings sources/targets/sh4/details sources/targets/sh4/settings sources/targets/sparc/details sources/targets/sparc/settings sources/targets/x86_64/details sources/targets/x86_64/settings
diffstat 31 files changed, 275 insertions(+), 275 deletions(-) [+]
line wrap: on
line diff
--- a/sources/include.sh	Tue Apr 07 19:47:36 2009 -0500
+++ b/sources/include.sh	Tue Apr 07 19:48:56 2009 -0500
@@ -70,7 +70,7 @@
 if [ -z "$NO_ARCH" ]
 then
   ARCH_NAME="$1"
-  if [ ! -f "${TOP}/sources/targets/${ARCH_NAME}/details" ]
+  if [ ! -f "${TOP}/sources/targets/${ARCH_NAME}/settings" ]
   then
     echo "Supported architectures: "
     (cd "${TOP}/sources/targets" && ls)
@@ -81,7 +81,7 @@
 
   ARCH="$ARCH_NAME"
   CONFIG_DIR="${TOP}/sources/targets"
-  source "${CONFIG_DIR}/${ARCH}/details"
+  source "${CONFIG_DIR}/${ARCH}/settings"
 
   # Which platform are we building for?
 
--- a/sources/targets/armv4eb/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-KARCH=arm
-KERNEL_PATH=arch/${KARCH}/boot/zImage
-GCC_FLAGS="--with-float=soft --enable-sjlj-exceptions"
-BINUTILS_FLAGS=
-QEMU_TEST=$KARCH
-
-ROOT=sda
-CONSOLE=ttyAMA0
-
-emulator_command()
-{
-  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"
-
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/armv4eb/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,20 @@
+KARCH=arm
+KERNEL_PATH=arch/${KARCH}/boot/zImage
+GCC_FLAGS="--with-float=soft --enable-sjlj-exceptions"
+BINUTILS_FLAGS=
+QEMU_TEST=$KARCH
+
+ROOT=sda
+CONSOLE=ttyAMA0
+
+emulator_command()
+{
+  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/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-KARCH=arm
-KERNEL_PATH=arch/${KARCH}/boot/zImage
-GCC_FLAGS="--with-float=soft --enable-sjlj-exceptions"
-BINUTILS_FLAGS=
-QEMU_TEST=$KARCH
-
-ROOT=sda
-CONSOLE=ttyAMA0
-
-# Gentoo from Scratch
-GFS_CHOST="armv4l-gentoo-linux-uclibc"
-GFS_ARCH="arm"
-
-emulator_command()
-{
-  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
-    -net nic,model=rtl8139 -net user
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/armv4l/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,18 @@
+KARCH=arm
+KERNEL_PATH=arch/${KARCH}/boot/zImage
+GCC_FLAGS="--with-float=soft --enable-sjlj-exceptions"
+BINUTILS_FLAGS=
+QEMU_TEST=$KARCH
+
+ROOT=sda
+CONSOLE=ttyAMA0
+
+# Gentoo from Scratch
+GFS_CHOST="armv4l-gentoo-linux-uclibc"
+GFS_ARCH="arm"
+
+emulator_command()
+{
+  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
+    -net nic,model=rtl8139 -net user
+}
--- a/sources/targets/armv5l/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# ARMv5 with vector floating point (vfp).  Should run about 25% faster than
-# the armv4 image for integer stuff, and faster than that for floating point.
-# Assuming you have at least ARMv5 hardware (which most stuff sold today is).
-
-KARCH=arm
-KERNEL_PATH=arch/${KARCH}/boot/zImage
-GCC_FLAGS="--with-march=armv5 --with-mfloat-abi=soft --with-mfp=vfp --disable-sjlj-exceptions"
-BINUTILS_FLAGS=
-QEMU_TEST=$KARCH
-
-CROSS_TARGET=armv5l-unknown-linux-gnueabi
-
-ROOT=sda
-CONSOLE=ttyAMA0
-
-# Gentoo from Scratch
-GFS_CHOST="armv5l-unknown-linux-gnueabi"
-GFS_ARCH="arm"
-
-emulator_command()
-{
-  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
-    -net nic,model=rtl8139 -net user
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/armv5l/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,24 @@
+# ARMv5 with vector floating point (vfp).  Should run about 25% faster than
+# the armv4 image for integer stuff, and faster than that for floating point.
+# Assuming you have at least ARMv5 hardware (which most stuff sold today is).
+
+KARCH=arm
+KERNEL_PATH=arch/${KARCH}/boot/zImage
+GCC_FLAGS="--with-march=armv5 --with-mfloat-abi=soft --with-mfp=vfp --disable-sjlj-exceptions"
+BINUTILS_FLAGS=
+QEMU_TEST=$KARCH
+
+CROSS_TARGET=armv5l-unknown-linux-gnueabi
+
+ROOT=sda
+CONSOLE=ttyAMA0
+
+# Gentoo from Scratch
+GFS_CHOST="armv5l-unknown-linux-gnueabi"
+GFS_ARCH="arm"
+
+emulator_command()
+{
+  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
+    -net nic,model=rtl8139 -net user
+}
--- a/sources/targets/armv6l/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# ARMv6 with vector floating point (vfp).
-
-KARCH=arm
-KERNEL_PATH=arch/${KARCH}/boot/zImage
-GCC_FLAGS="--with-arch=armv6 --with-mfloat-abi=soft --with-mfp=vfp --disable-sjlj-exceptions" 
-BINUTILS_FLAGS=
-QEMU_TEST=$KARCH
-
-CROSS_TARGET="armv6l-unknown-linux-gnueabi"
-
-ROOT=sda
-CONSOLE=ttyAMA0
-
-# Gentoo from Scratch
-GFS_CHOST="armv6l-unknown-linux-gnueabi"
-GFS_ARCH="arm"
-
-emulator_command()
-{
-  echo qemu-system-arm -M versatilepb -cpu arm1136 $(qemu_defaults "$@") \
-    -net nic,model=rtl8139 -net user
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/armv6l/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,22 @@
+# ARMv6 with vector floating point (vfp).
+
+KARCH=arm
+KERNEL_PATH=arch/${KARCH}/boot/zImage
+GCC_FLAGS="--with-arch=armv6 --with-mfloat-abi=soft --with-mfp=vfp --disable-sjlj-exceptions" 
+BINUTILS_FLAGS=
+QEMU_TEST=$KARCH
+
+CROSS_TARGET="armv6l-unknown-linux-gnueabi"
+
+ROOT=sda
+CONSOLE=ttyAMA0
+
+# Gentoo from Scratch
+GFS_CHOST="armv6l-unknown-linux-gnueabi"
+GFS_ARCH="arm"
+
+emulator_command()
+{
+  echo qemu-system-arm -M versatilepb -cpu arm1136 $(qemu_defaults "$@") \
+    -net nic,model=rtl8139 -net user
+}
--- a/sources/targets/hw-wrt610n/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# Include base architecture
-
-ARCH=mipsel
-source "$CONFIG_DIR/$ARCH/details"
-
-KERNEL_PATH=arch/mips/boot/vmlinux.bin
-LINUX_FLAGS=vmlinux.bin
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/hw-wrt610n/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,7 @@
+# Include base architecture
+
+ARCH=mipsel
+source "$CONFIG_DIR/$ARCH/settings"
+
+KERNEL_PATH=arch/mips/boot/vmlinux.bin
+LINUX_FLAGS=vmlinux.bin
--- a/sources/targets/i586/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# An i586 board, to demonstrate that code that runs on the host can still be
-# cross compiling.
-
-# This should run on an original Pentium or Pentium Pro, which i686 code won't.
-
-KARCH=i386
-KERNEL_PATH=arch/${KARCH}/boot/bzImage
-BINUTILS_FLAGS=
-GCC_FLAGS="--enable-sjlj-exceptions"
-QEMU_TEST=$KARCH
-
-ROOT=hda
-CONSOLE=ttyS0
-
-# Gentoo from Scratch
-GFS_CHOST="i586-gentoo-linux-uclibc"
-GFS_ARCH="x86"
-
-emulator_command()
-{
-  echo qemu -cpu pentium $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/i586/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,22 @@
+# An i586 board, to demonstrate that code that runs on the host can still be
+# cross compiling.
+
+# This should run on an original Pentium or Pentium Pro, which i686 code won't.
+
+KARCH=i386
+KERNEL_PATH=arch/${KARCH}/boot/bzImage
+BINUTILS_FLAGS=
+GCC_FLAGS="--enable-sjlj-exceptions"
+QEMU_TEST=$KARCH
+
+ROOT=hda
+CONSOLE=ttyS0
+
+# Gentoo from Scratch
+GFS_CHOST="i586-gentoo-linux-uclibc"
+GFS_ARCH="x86"
+
+emulator_command()
+{
+  echo qemu -cpu pentium $(qemu_defaults "$@")
+}
--- a/sources/targets/i686/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# Standard x86 target.
-
-KARCH=i386
-KERNEL_PATH=arch/${KARCH}/boot/bzImage
-BINUTILS_FLAGS=
-GCC_FLAGS="--enable-sjlj-exceptions"
-QEMU_TEST=$KARCH
-
-CONSOLE=ttyS0
-ROOT=hda
-
-# Gentoo from Scratch
-GFS_CHOST="i686-gentoo-linux-uclibc"
-GFS_ARCH="x86"
-
-emulator_command()
-{
-  echo qemu -cpu pentium3 $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/i686/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,19 @@
+# Standard x86 target.
+
+KARCH=i386
+KERNEL_PATH=arch/${KARCH}/boot/bzImage
+BINUTILS_FLAGS=
+GCC_FLAGS="--enable-sjlj-exceptions"
+QEMU_TEST=$KARCH
+
+CONSOLE=ttyS0
+ROOT=hda
+
+# Gentoo from Scratch
+GFS_CHOST="i686-gentoo-linux-uclibc"
+GFS_ARCH="x86"
+
+emulator_command()
+{
+  echo qemu -cpu pentium3 $(qemu_defaults "$@")
+}
--- a/sources/targets/m68k/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# XXX Status: builds but can't test it, need a kernel .config and matching emulator.
-# The current kernel miniconfig is based on defconfig (aimed at the Amiga).
-
-KARCH=m68k
-KERNEL_PATH=vmlinux
-GCC_FLAGS="--enable-sjlj-exceptions" # "--with-float=soft"
-BINUTILS_FLAGS=
-QEMU_TEST= #$KARCH
-
-ROOT=sda
-CONSOLE=ttyAMA0
-
-emulator_command()
-{
-#  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
-#    -net nic,model=rtl8139 -net user
-  echo
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/m68k/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,18 @@
+# XXX Status: builds but can't test it, need a kernel .config and matching emulator.
+# The current kernel miniconfig is based on defconfig (aimed at the Amiga).
+
+KARCH=m68k
+KERNEL_PATH=vmlinux
+GCC_FLAGS="--enable-sjlj-exceptions" # "--with-float=soft"
+BINUTILS_FLAGS=
+QEMU_TEST= #$KARCH
+
+ROOT=sda
+CONSOLE=ttyAMA0
+
+emulator_command()
+{
+#  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
+#    -net nic,model=rtl8139 -net user
+  echo
+}
--- a/sources/targets/mips/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# Mips r4k big endian
-
-KARCH=mips
-KERNEL_PATH=vmlinux
-BINUTILS_FLAGS=
-GCC_FLAGS="--enable-sjlj-exceptions"
-QEMU_TEST=mips
-
-ROOT=hda
-CONSOLE=ttyS0
-
-# Gentoo from Scratch
-GFS_CHOST="mips-gentoo-linux-uclibc"
-GFS_ARCH="mips"
-
-emulator_command()
-{
-  echo qemu-system-mips -M malta $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/mips/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,19 @@
+# Mips r4k big endian
+
+KARCH=mips
+KERNEL_PATH=vmlinux
+BINUTILS_FLAGS=
+GCC_FLAGS="--enable-sjlj-exceptions"
+QEMU_TEST=mips
+
+ROOT=hda
+CONSOLE=ttyS0
+
+# Gentoo from Scratch
+GFS_CHOST="mips-gentoo-linux-uclibc"
+GFS_ARCH="mips"
+
+emulator_command()
+{
+  echo qemu-system-mips -M malta $(qemu_defaults "$@")
+}
--- a/sources/targets/mipsel/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# Mips r4k little endian
-
-KARCH=mips
-KERNEL_PATH=vmlinux
-BINUTILS_FLAGS=
-GCC_FLAGS="--enable-sjlj-exceptions"
-QEMU_TEST=mipsel
-
-ROOT=hda
-CONSOLE=ttyS0
-
-# Gentoo from Scratch
-GFS_CHOST="mipsel-gentoo-linux-uclibc"
-GFS_ARCH="mips"
-
-emulator_command()
-{
-  echo qemu-system-mipsel -M malta $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/mipsel/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,19 @@
+# Mips r4k little endian
+
+KARCH=mips
+KERNEL_PATH=vmlinux
+BINUTILS_FLAGS=
+GCC_FLAGS="--enable-sjlj-exceptions"
+QEMU_TEST=mipsel
+
+ROOT=hda
+CONSOLE=ttyS0
+
+# Gentoo from Scratch
+GFS_CHOST="mipsel-gentoo-linux-uclibc"
+GFS_ARCH="mips"
+
+emulator_command()
+{
+  echo qemu-system-mipsel -M malta $(qemu_defaults "$@")
+}
--- a/sources/targets/powerpc-440fp/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# Power PC system
-
-source "$CONFIG_DIR/powerpc/details"
-
-CROSS_TARGET=powerpc-unknown-linux
-GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
-BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"
-
-emulator_command()
-{
-  echo qemu-system-ppc -M bamboo $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/powerpc-440fp/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,12 @@
+# Power PC system
+
+source "$CONFIG_DIR/powerpc/settings"
+
+CROSS_TARGET=powerpc-unknown-linux
+GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
+BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"
+
+emulator_command()
+{
+  echo qemu-system-ppc -M bamboo $(qemu_defaults "$@")
+}
--- a/sources/targets/powerpc/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# Power PC system
-
-KARCH=powerpc
-KERNEL_PATH=vmlinux
-GCC_FLAGS="--enable-sjlj-exceptions"
-BINUTILS_FLAGS=
-QEMU_TEST= #ppc
-
-ROOT=hda
-CONSOLE=ttyS0
-
-# Gentoo from Scratch
-GFS_CHOST="powerpc-gentoo-linux-uclibc"
-GFS_ARCH="ppc"
-
-emulator_command()
-{
-  echo qemu-system-ppc -M g3beige $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/powerpc/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,19 @@
+# Power PC system
+
+KARCH=powerpc
+KERNEL_PATH=vmlinux
+GCC_FLAGS="--enable-sjlj-exceptions"
+BINUTILS_FLAGS=
+QEMU_TEST= #ppc
+
+ROOT=hda
+CONSOLE=ttyS0
+
+# Gentoo from Scratch
+GFS_CHOST="powerpc-gentoo-linux-uclibc"
+GFS_ARCH="ppc"
+
+emulator_command()
+{
+  echo qemu-system-ppc -M g3beige $(qemu_defaults "$@")
+}
--- a/sources/targets/sh4/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-KARCH=sh
-KERNEL_PATH=arch/${KARCH}/boot/zImage
-GCC_FLAGS="--enable-sjlj-exceptions" #"--with-cpu=m4-nofpu"
-BINUTILS_FLAGS=
-QEMU_TEST=$KARCH
-CROSS_TARGET=sh-superh-linux
-
-ROOT=sda
-CONSOLE=ttySC0
-
-# Gentoo from Scratch
-GFS_CHOST="sh4-gentoo-linux-uclibc"
-GFS_ARCH="sh"
-
-emulator_command()
-{
-  echo qemu-system-sh4 -M r2d $(qemu_defaults "$@") -serial null -serial stdio
-#	-net nic,model=rtl8139 -net user
-  echo
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/sh4/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,20 @@
+KARCH=sh
+KERNEL_PATH=arch/${KARCH}/boot/zImage
+GCC_FLAGS="--enable-sjlj-exceptions" #"--with-cpu=m4-nofpu"
+BINUTILS_FLAGS=
+QEMU_TEST=$KARCH
+CROSS_TARGET=sh-superh-linux
+
+ROOT=sda
+CONSOLE=ttySC0
+
+# Gentoo from Scratch
+GFS_CHOST="sh4-gentoo-linux-uclibc"
+GFS_ARCH="sh"
+
+emulator_command()
+{
+  echo qemu-system-sh4 -M r2d $(qemu_defaults "$@") -serial null -serial stdio
+#	-net nic,model=rtl8139 -net user
+  echo
+}
--- a/sources/targets/sparc/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# Status: Builds but doesn't run, due to bugs in uClibc 0.9.29 for sparc.
-
-# Originally contributed by Bertl.
-
-KARCH=sparc
-KERNEL_PATH=arch/${KARCH}/boot/image
-BINUTILS_FLAGS=
-GCC_FLAGS="--enable-sjlj-exceptions"
-QEMU_TEST=$KARCH
-
-ROOT=sda
-CONSOLE=ttyS0
-
-emulator_command()
-{
-  echo qemu-system-sparc $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/sparc/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,17 @@
+# Status: Builds but doesn't run, due to bugs in uClibc 0.9.29 for sparc.
+
+# Originally contributed by Bertl.
+
+KARCH=sparc
+KERNEL_PATH=arch/${KARCH}/boot/image
+BINUTILS_FLAGS=
+GCC_FLAGS="--enable-sjlj-exceptions"
+QEMU_TEST=$KARCH
+
+ROOT=sda
+CONSOLE=ttyS0
+
+emulator_command()
+{
+  echo qemu-system-sparc $(qemu_defaults "$@")
+}
--- a/sources/targets/x86_64/details	Tue Apr 07 19:47:36 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-KARCH=x86_64
-KERNEL_PATH=arch/${KARCH}/boot/bzImage
-GCC_FLAGS="--enable-sjlj-exceptions"
-BINUTILS_FLAGS="--enable-64-bit-bfd"
-QEMU_TEST=
-
-ROOT=hda
-CONSOLE=ttyS0
-
-# Gentoo from Scratch
-GFS_CHOST="x86_64-gentoo-linux-uclibc"
-GFS_ARCH="amd64"
-
-emulator_command()
-{
-  echo qemu-system-x86_64 -m 256 $(qemu_defaults "$@")
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/x86_64/settings	Tue Apr 07 19:48:56 2009 -0500
@@ -0,0 +1,17 @@
+KARCH=x86_64
+KERNEL_PATH=arch/${KARCH}/boot/bzImage
+GCC_FLAGS="--enable-sjlj-exceptions"
+BINUTILS_FLAGS="--enable-64-bit-bfd"
+QEMU_TEST=
+
+ROOT=hda
+CONSOLE=ttyS0
+
+# Gentoo from Scratch
+GFS_CHOST="x86_64-gentoo-linux-uclibc"
+GFS_ARCH="amd64"
+
+emulator_command()
+{
+  echo qemu-system-x86_64 -m 256 $(qemu_defaults "$@")
+}