changeset 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 64cc63ad26ce
children 20ba34b54140
files sources/targets/armv6l/settings
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/armv6l/settings	Wed Apr 08 19:31:55 2009 -0500
+++ b/sources/targets/armv6l/settings	Wed Apr 08 04:28:59 2009 -0500
@@ -2,7 +2,7 @@
 
 KARCH=arm
 KERNEL_PATH=arch/${KARCH}/boot/zImage
-GCC_FLAGS="--with-arch=armv6 --with-mfloat-abi=soft --with-mfp=vfp --disable-sjlj-exceptions" 
+GCC_FLAGS="--with-march=armv6 --with-mfloat-abi=soft --with-mfp=vfp --disable-sjlj-exceptions" 
 BINUTILS_FLAGS=
 QEMU_TEST=$KARCH