view sources/targets/i586/settings @ 871:b274eb556b50

Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
author Rob Landley <rob@landley.net>
date Fri, 30 Oct 2009 03:45:47 -0500
parents 4ff4cf117082
children 0b53de0d6eec
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"

UCLIBC_CONFIG="
TARGET_i386=y
CONFIG_586=y
UCLIBC_HAS_FPU=y
"

emulator_command()
{
  echo qemu -cpu pentium $(qemu_defaults "$@")
}