changeset 122:2b748009f1a6

Fix x86_64 dynamic linker.
author Rob Landley <rob@landley.net>
date Mon, 05 Mar 2007 01:28:16 -0500
parents a787603f0d3d
children 27bdecacab37
files mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Sun Mar 04 17:51:02 2007 -0500
+++ b/mini-native.sh	Mon Mar 05 01:28:16 2007 -0500
@@ -37,7 +37,7 @@
 cp "${WORK}"/config-uClibc .config &&
 (yes "" | make CROSS="${ARCH}-" oldconfig) > /dev/null &&
 make CROSS="${ARCH}-" KERNEL_HEADERS="${TOOLS}/include" PREFIX="${TOOLS}/" \
-        RUNTIME_PREFIX=/ DEVEL_PREFIX=/ \
+        RUNTIME_PREFIX=/ DEVEL_PREFIX=/ UCLIBC_LDSO_NAME=ld-uClibc \
         all install_runtime install_dev utils &&
 # utils_install wants to put stuff in usr/bin instead of bin.
 install -m 755 utils/{readelf,ldd,ldconfig} "${TOOLS}/bin" &&