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

# Originally contributed by Bertl.

KARCH=sparc
KERNEL_PATH=arch/${KARCH}/boot/image
BINUTILS_FLAGS=
GCC_FLAGS="--enable-sjlj-exceptions"
QEMU_TEST=$KARCH

ROOT=sda
CONSOLE=ttyS0

emulator_command()
{
  echo qemu-system-sparc $(qemu_defaults "$@")
}