From fe442822dfa38b192e45f874e0b8b21d2fe56ce8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Dec 2005 17:50:35 +0100 Subject: [PATCH] --- yaml --- r: 15211 b: refs/heads/master c: 53c0b59dcdb7c68c3cfd4b9a0bd17373b785f2eb h: refs/heads/master i: 15209: 43632342b4a5d36418ae7ee11b4600c8a77c158a 15207: 6f2edf81ee49ca181be1f39885a0746495143736 v: v3 --- [refs] | 2 +- trunk/arch/um/Makefile-x86_64 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4ad969787203..757bef0fcdf1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ce7677cfd7cd871adb457c80bea3b581b839641 +refs/heads/master: 53c0b59dcdb7c68c3cfd4b9a0bd17373b785f2eb diff --git a/trunk/arch/um/Makefile-x86_64 b/trunk/arch/um/Makefile-x86_64 index 4f118d5cc2ee..38df311e75dc 100644 --- a/trunk/arch/um/Makefile-x86_64 +++ b/trunk/arch/um/Makefile-x86_64 @@ -12,3 +12,7 @@ CHECKFLAGS += -m64 ELF_ARCH := i386:x86-64 ELF_FORMAT := elf64-x86-64 + +# Not on all 64-bit distros /lib is a symlink to /lib64. PLD is an example. + +LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64