summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-glibc.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-glibc.morph')
-rw-r--r--strata/build-essential/stage2-glibc.morph3
1 files changed, 1 insertions, 2 deletions
diff --git a/strata/build-essential/stage2-glibc.morph b/strata/build-essential/stage2-glibc.morph
index f44d0ebb..45f22db5 100644
--- a/strata/build-essential/stage2-glibc.morph
+++ b/strata/build-essential/stage2-glibc.morph
@@ -85,8 +85,7 @@ install-commands:
# sysdeps/unix/sysv/linux/configure.
- install -d $DESTDIR/lib
- |
- cpu=$(echo $TARGET | cut -d '-' -f 1)
- case "$cpu" in
+ case "$MORPH_ARCH" in
x86_64)
install -d "$DESTDIR/lib64"
ln -s "$PREFIX/lib/ld-linux-x86-64.so.2" \