view sources/targets/i586/details @ 641:243594326fb2

Added variables for Gentoo from Scratch
author Mark Miller <mark@mirell.org>
date Fri, 20 Mar 2009 21:52:26 -0500
parents f0ceae67ebd0
children b4a9c0084f2f
line wrap: on
line source

# An i586 board, to demonstrate that code that runs on the host can still be
# cross compiling.

# This should run on an original Pentium or Pentium Pro, which i686 code won't.

KARCH=i386
KERNEL_PATH=arch/${KARCH}/boot/bzImage
BINUTILS_FLAGS=
GCC_FLAGS=
QEMU_TEST=$KARCH

ROOT=hda
CONSOLE=ttyS0

# Gentoo from Scratch
GFS_CHOST="i586-gentoo-linux-uclibc"
GFS_ARCH="x86"

emulator_command()
{
  echo qemu -cpu pentium $(qemu_defaults "$@")
}