view sources/targets/mips/settings @ 706:4ff4cf117082

Add "description" files to each target, move settings comments (if any) into them, then fluff descriptions out a bit.
author Rob Landley <rob@landley.net>
date Tue, 07 Apr 2009 21:30:08 -0500
parents 04109e3f877e
children b274eb556b50
line wrap: on
line source

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

ROOT=hda
CONSOLE=ttyS0

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

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