summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-07-05 18:20:27 -0400
committerDJ Delorie <dj@delorie.com>2012-07-05 18:20:27 -0400
commita6bcc4ce309b6b9c0392430c06f9b28973d4bd84 (patch)
tree876f716f2f1ebb46eb4c1b7cb24cff36b70898b9 /stage1
parent682b4ba85c22ab9862304cb883a7234373e3f893 (diff)
downloadbootstrap.git.DONOTUSE-a6bcc4ce309b6b9c0392430c06f9b28973d4bd84.tar.gz
bootstrap.git.DONOTUSE-a6bcc4ce309b6b9c0392430c06f9b28973d4bd84.tar.xz
bootstrap.git.DONOTUSE-a6bcc4ce309b6b9c0392430c06f9b28973d4bd84.zip
Fix location of ld-linux-armhf.so.3
Diffstat (limited to 'stage1')
-rwxr-xr-xstage12
1 files changed, 1 insertions, 1 deletions
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
;;