From a6bcc4ce309b6b9c0392430c06f9b28973d4bd84 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 5 Jul 2012 18:20:27 -0400 Subject: Fix location of ld-linux-armhf.so.3 --- stage1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage1') diff --git a/stage1 b/stage1 index 5b270b7..3a8123b 100755 --- a/stage1 +++ b/stage1 @@ -459,7 +459,7 @@ 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/ld-linux.so.3 + ln -s ld-linux-armhf.so.3 $ROOTFS/lib/ld-linux.so.3 ;; -- cgit