view sources/targets/mips/settings @ 979:88b354c0eee1

Tweak mercurial repo entry and add link to current snapshot.
author Rob Landley <rob@landley.net>
date Tue, 16 Feb 2010 06:57:14 -0600
parents b274eb556b50
children fb2c1618f1ba
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"

UCLIBC_CONFIG="
TARGET_mips=y
UCLIBC_HAS_FPU=y
"

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