This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] remove hardwired multiarch directory layout in aarch64 LD


This patch removes hard wired multiarch directory layout support from LD. This patch is for trunk and in my opinion should be back ported to release 2.23 if that is still possible.

/Marcus

Proposed ChangeLog entry:

2012-09-26 Marcus Shawcroft <marcus.shawcroft@arm.com>

* configure.tgt (aarch64*-*-linux*): Remove MULTIARCHTUPLE.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index f8f9caa..92bbe91 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -755,8 +755,7 @@ case "${target}" in
   ;;
 
 aarch64*-*-linux*)
-  MULTIARCHTUPLE=aarch64-linux-gnu
-  NATIVE_LIB_DIRS="/usr/local/lib/$MULTIARCHTUPLE /lib/$MULTIARCHTUPLE /usr/lib/$MULTIARCHTUPLE"
+  NATIVE_LIB_DIRS="/usr/local/lib /lib /usr/lib"
   ;;
 
 hppa*64*-*-hpux11*)
-- 
1.7.12.rc0.22.gcdd159b

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]