From ee58f7b5310360517b4d40346ae3b1d516b10bf9 Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Mon, 10 Sep 2012 17:47:30 -0400 Subject: aarch64: change to march without the A profile for now Signed-off-by: Jon Masters --- stage1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage1 b/stage1 index 9db3c94..d28987a 100755 --- a/stage1 +++ b/stage1 @@ -57,7 +57,7 @@ RPMTARGET=aarch64-redhat-linux-gnu # this is where the new rootfs will be built ROOTFS=$TOP/rootfs -CONFIG_EXTRA="-march=armv8-a +CONFIG_EXTRA="-march=armv8 -mfpu=fp-armv8 -mfpu=neon-fp-armv8 -mfpu=crypto-neon-fp-armv8 -- cgit