view sources/targets/m68k/settings @ 928:0291e9591d18

Update downloads/binaries/README
author Rob Landley <rob@landley.net>
date Tue, 08 Dec 2009 20:22:53 -0600
parents 7e4057d3b52a
children 5e22b534839a
line wrap: on
line source

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

ROOT=sda
CONSOLE=ttyAMA0

UCLIBC_CONFIG="
TARGET_m68k=y
UCLIBC_HAS_FPU=y
"

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