view sources/targets/i586/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 4ff4cf117082
children b274eb556b50
line wrap: on
line source

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 "$@")
}