view sources/targets/armv4eb/settings @ 772:7cb6ef2cdf10

Busybox unstable currently needs this patch too.
author Rob Landley <rob@landley.net>
date Wed, 01 Jul 2009 18:02:44 -0500
parents dd8c70b7e1b6
children b274eb556b50
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"