From 52168f0128fa3b496f4fed42394d33fdaf66a5a2 Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Thu, 4 Oct 2012 05:47:02 -0400 Subject: aarch64: remove linker path hack from armv7hl Signed-off-by: Jon Masters --- stage1 | 18 +++++++----------- 1 file 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" ) -- cgit