view sources/targets/m68k/settings @ 705:04109e3f877e

Rename "details" to "settings" in sources/targets.
author Rob Landley <rob@landley.net>
date Tue, 07 Apr 2009 19:48:56 -0500
parents sources/targets/m68k/details@b4a9c0084f2f
children 4ff4cf117082
line wrap: on
line source

# XXX Status: builds but can't test it, need a kernel .config and matching emulator.
# The current kernel miniconfig is based on defconfig (aimed at the Amiga).

KARCH=m68k
KERNEL_PATH=vmlinux
GCC_FLAGS="--enable-sjlj-exceptions" # "--with-float=soft"
BINUTILS_FLAGS=
QEMU_TEST= #$KARCH

ROOT=sda
CONSOLE=ttyAMA0

emulator_command()
{
#  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
#    -net nic,model=rtl8139 -net user
  echo
}