summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
Diffstat (limited to 'stage1')
-rwxr-xr-xstage118
1 files changed, 7 insertions, 11 deletions
diff --git a/stage1 b/stage1
index b0d5944..d20efc4 100755
--- a/stage1
+++ b/stage1
@@ -58,13 +58,13 @@ RPMTARGET=arm64-redhat-linux-gnu
# this is where the new rootfs will be built
ROOTFS=$TOP/rootfs
-CONFIG_EXTRA="--with-arch=armv8
- --with-fpu=neon-fp-armv8
-"
-
-#CONFIG_EXTRA="--with-arch=armv8-a
+#CONFIG_EXTRA="--with-arch=armv8
+# --with-fpu=neon-fp-armv8
#"
+CONFIG_EXTRA="--with-arch=armv8-a
+"
+
if [ -f $MYDIR/local.conf ]
then
. $MYDIR/local.conf
@@ -323,10 +323,10 @@ case "$1" in
go binutils
go gcc-host
go glibc-headers
-# only run this far, for now
- exit 0
go gcc-libgcc
go glibc
+# only run this far, for now
+ exit 0
go gcc
go dev
@@ -463,8 +463,6 @@ fi
done
$TARGET-gcc -nostdlib -nostartfiles -shared -x c /dev/null -o $ROOTFS/usr/lib/libc.so
- ln -s ld-linux-armhf.so.3 $ROOTFS/lib/ld-linux.so.3
-
;;
"eglibc-headers" )
@@ -521,8 +519,6 @@ fi
mv mathdef.h.new mathdef.h
)
- ln -s ld-linux-armhf.so.3 $ROOTFS/lib/ld-linux.so.3
-
;;
"eglibc" )