summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stage2-eglibc.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/stage2-eglibc.morph b/stage2-eglibc.morph
index 6bde598cf..7c73b6dff 100644
--- a/stage2-eglibc.morph
+++ b/stage2-eglibc.morph
@@ -52,6 +52,12 @@ install-commands:
install -d "$DESTDIR/lib64"
ln -s "$PREFIX/lib/ld64.so.1" \
"$DESTDIR/lib64/ld64.so.1" ;;
+
+ mips64)
+ install -d "$DESTDIR/lib64"
+ ln -s "$PREFIX/lib/ld.so.1" \
+ "$DESTDIR/lib64/ld.so.1" ;;
+
*)
loader=$(basename $(ls "$DESTDIR$PREFIX"/lib/ld-linux*))
ln -s "$PREFIX/lib/$loader" "$DESTDIR/lib/$loader"