summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
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
;;