view sources/targets/mipsel/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 fb2c1618f1ba
line wrap: on
line source

KARCH=mips
KERNEL_PATH=vmlinux
BINUTILS_FLAGS=
GCC_FLAGS="--enable-sjlj-exceptions"
QEMU_TEST=mipsel

ROOT=hda
CONSOLE=ttyS0

# Gentoo from Scratch
GFS_CHOST="mipsel-gentoo-linux-uclibc"
GFS_ARCH="mips"

UCLIBC_CONFIG="
TARGET_mips=y
ARCH_WANTS_LITTLE_ENDIAN=y
UCLIBC_HAS_FPU=y
"

emulator_command()
{
  echo qemu-system-mipsel -M malta $(qemu_defaults "$@")
}