view sources/targets/armv5l/details @ 641:243594326fb2

Added variables for Gentoo from Scratch
author Mark Miller <mark@mirell.org>
date Fri, 20 Mar 2009 21:52:26 -0500
parents f0ceae67ebd0
children b4a9c0084f2f
line wrap: on
line source

# 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=
BINUTILS_FLAGS=
QEMU_TEST=$KARCH

ROOT=sda
CONSOLE=ttyAMA0

# Gentoo from Scratch
GFS_CHOST="armv5l-gentoo-linux-uclibc"
GFS_ARCH="arm"

emulator_command()
{
  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
    -net nic,model=rtl8139 -net user
}