view sources/targets/armv4eb/settings @ 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 sources/targets/armv4eb/details@b4a9c0084f2f
children dd8c70b7e1b6
line wrap: on
line source

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"