diff options
-rwxr-xr-x | stage1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ] |