summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstage18
1 files 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 ]