view sources/targets/i586/details @ 701:b4a9c0084f2f

Converted ARMV5L from OABI to EABI with VFP support. Added patches for uClibc and uClibc++ to deal with Unwind Exception handling, made uClibc++ pull in libgcc_eh for this as well, and disabled SJLJ exceptions for ARMV5L EABI, which is apparently required, so --enable-sjlj-exceptions was added to the details file for all the other arches. Also correct the GENTOO_CHOST variable for armeb.
author Mark Miller <mark@mirell.org>
date Mon, 06 Apr 2009 07:11:26 -0500
parents 243594326fb2
children
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="--enable-sjlj-exceptions"
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 "$@")
}