From 7158254d1dfaa8f7c947dcfd27c6bc08e8983ced Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Tue, 11 Sep 2012 01:32:32 -0400 Subject: aarch64: change -march to correct --with-cpu, etc. Signed-off-by: Jon Masters --- stage1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'stage1') diff --git a/stage1 b/stage1 index d28987a..899c0fc 100755 --- a/stage1 +++ b/stage1 @@ -57,10 +57,8 @@ RPMTARGET=aarch64-redhat-linux-gnu # this is where the new rootfs will be built ROOTFS=$TOP/rootfs -CONFIG_EXTRA="-march=armv8 - -mfpu=fp-armv8 - -mfpu=neon-fp-armv8 - -mfpu=crypto-neon-fp-armv8 +CONFIG_EXTRA="--with-arch=armv8 + --with-fpu=neon-fp-armv8 " if [ -f $MYDIR/local.conf ] -- cgit