summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2012-10-04 05:47:02 -0400
committerJon Masters <jcm@jonmasters.org>2012-10-04 05:47:02 -0400
commit52168f0128fa3b496f4fed42394d33fdaf66a5a2 (patch)
treee324b33b53a56b04fa727b1b79fbd90b70809cfe /stage1
parentf6c5e7c6ad9478cc16e10208f009b6dd65c4fa31 (diff)
downloadbootstrap.git.DONOTUSE-52168f0128fa3b496f4fed42394d33fdaf66a5a2.tar.gz
bootstrap.git.DONOTUSE-52168f0128fa3b496f4fed42394d33fdaf66a5a2.tar.xz
bootstrap.git.DONOTUSE-52168f0128fa3b496f4fed42394d33fdaf66a5a2.zip
aarch64: remove linker path hack from armv7hl
Signed-off-by: Jon Masters <jcm@jonmasters.org>
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" )