view sources/targets/sparc/details @ 387:f0ceae67ebd0

Convert sources/configs/$ARCH files to sources/targets/$ARCH directories. The miniconfigs are no longer stored as "here" documents, but separate files, meaning they don't need to be copied into build/temp-$ARCH and are easier to use/update/compare. The remaining data goes in a "details" file for each architecture.
author Rob Landley <rob@landley.net>
date Tue, 12 Aug 2008 02:33:29 -0500
parents
children b4a9c0084f2f
line wrap: on
line source

# Status: Builds but doesn't run, due to bugs in uClibc 0.9.29 for sparc.

# Originally contributed by Bertl.

KARCH=sparc
KERNEL_PATH=arch/${KARCH}/boot/image
BINUTILS_FLAGS=
GCC_FLAGS=
QEMU_TEST=$KARCH

ROOT=sda
CONSOLE=ttyS0

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