view sources/targets/armv6l/settings @ 791:b9fa1da23205

Remove patch that got committed upstream.
author Rob Landley <rob@landley.net>
date Mon, 06 Jul 2009 05:27:12 -0500
parents 946b01b2cc7f
children b274eb556b50
line wrap: on
line source

# ARMv6 with vector floating point (vfp).

KARCH=arm
KERNEL_PATH=arch/${KARCH}/boot/zImage
GCC_FLAGS="--with-march=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
}