From 68b98791642ad931dd1681a7a50e685a27f8b150 Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Mon, 10 Sep 2012 17:44:29 -0400 Subject: aarch64: oops - fix march flags --- stage1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stage1 b/stage1 index 93078e0..9db3c94 100755 --- a/stage1 +++ b/stage1 @@ -57,10 +57,10 @@ RPMTARGET=aarch64-redhat-linux-gnu # this is where the new rootfs will be built ROOTFS=$TOP/rootfs -CONFIG_EXTRA="--march=armv8-a - --mfpu=fp-armv8 - --mfpu=neon-fp-armv8 - --mfpu=crypto-neon-fp-armv8 +CONFIG_EXTRA="-march=armv8-a + -mfpu=fp-armv8 + -mfpu=neon-fp-armv8 + -mfpu=crypto-neon-fp-armv8 " if [ -f $MYDIR/local.conf ] -- cgit