Mercurial > hg > aboriginal
view sources/targets/armv6l/settings @ 710:946b01b2cc7f
ARMV6L typo. Doesn't seem to affect anything, but might as well be consistent.
author | Mark Miller <mark@mirell.org> |
---|---|
date | Wed, 08 Apr 2009 04:28:59 -0500 |
parents | 04109e3f877e |
children | b274eb556b50 |
line wrap: on
line source
# ARMv6 with vector floating point (vfp). KARCH=arm KERNEL_PATH=arch/${KARCH}/boot/zImage GCC_FLAGS="--with-march=armv6 --with-mfloat-abi=soft --with-mfp=vfp --disable-sjlj-exceptions" BINUTILS_FLAGS= QEMU_TEST=$KARCH CROSS_TARGET="armv6l-unknown-linux-gnueabi" ROOT=sda CONSOLE=ttyAMA0 # Gentoo from Scratch GFS_CHOST="armv6l-unknown-linux-gnueabi" GFS_ARCH="arm" emulator_command() { echo qemu-system-arm -M versatilepb -cpu arm1136 $(qemu_defaults "$@") \ -net nic,model=rtl8139 -net user }