view sources/targets/sparc/settings @ 805:d6bf46d17ac5

Make sparc build a static version. (Yes, this involves rubbing the distcc ./configure's nose in something to avoid a gratuitous build break.) The result bots to a shell prompt! Which then has a bus error if you try to do an "ls -l" and freezes if you "echo *". Still, that's progress...
author Rob Landley <rob@landley.net>
date Thu, 13 Aug 2009 20:15:37 -0500
parents 4ff4cf117082
children b274eb556b50
line wrap: on
line source

# Originally contributed by Bertl.

KARCH=sparc
KERNEL_PATH=arch/${KARCH}/boot/image
BINUTILS_FLAGS=
GCC_FLAGS="--enable-sjlj-exceptions"
QEMU_TEST=$KARCH

# The uClibc dynamic linker doesn't work for sparc in 0.9.30.1.

BUILD_STATIC=1

ROOT=sda
CONSOLE=ttyS0

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