view sources/targets/mips/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 243594326fb2
line wrap: on
line source

# Mips r4k big endian

KARCH=mips
KERNEL_PATH=vmlinux
BINUTILS_FLAGS=
GCC_FLAGS=
QEMU_TEST=mips

ROOT=hda
CONSOLE=ttyS0

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