view sources/targets/x86_64/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 9ae3c9520bec
children 0b53de0d6eec
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"

UCLIBC_CONFIG="
TARGET_x86_64=y
UCLIBC_HAS_FPU=y
"

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