view sources/targets/i686/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 c0a992ba6caf
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

CONSOLE=ttyS0
ROOT=hda

# Gentoo from Scratch
GFS_CHOST="i686-gentoo-linux-uclibc"
GFS_ARCH="x86"

UCLIBC_CONFIG="
ARCH_HAS_MMU=y
TARGET_i386=y
CONFIG_PENTIUMIII=y
UCLIBC_HAS_FPU=y
"

emulator_command()
{
  echo qemu -cpu pentium3 $(qemu_defaults "$@") \
    -net nic,model=e1000 -net user
}