view sources/targets/x86_64/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/x86_64/details@b4a9c0084f2f
children b274eb556b50
line wrap: on
line source

KARCH=x86_64
KERNEL_PATH=arch/${KARCH}/boot/bzImage
GCC_FLAGS="--enable-sjlj-exceptions"
BINUTILS_FLAGS="--enable-64-bit-bfd"
QEMU_TEST=

ROOT=hda
CONSOLE=ttyS0

# Gentoo from Scratch
GFS_CHOST="x86_64-gentoo-linux-uclibc"
GFS_ARCH="amd64"

emulator_command()
{
  echo qemu-system-x86_64 -m 256 $(qemu_defaults "$@")
}