aarch64-libpath
authorMatthias Klose <doko@debian.org>
Mon, 13 Nov 2017 14:45:39 +0000 (14:45 +0000)
committerMatthias Klose <doko@debian.org>
Mon, 13 Nov 2017 14:45:39 +0000 (14:45 +0000)
===================================================================

Gbp-Pq: Name aarch64-libpath.diff

ld/emulparams/aarch64linux.sh

index 9867b33b6faf094c60f75ab79ef00ed6002f6ca1..9f18c349376de6f9c5e4dc65168b0f676fb040c1 100644 (file)
@@ -38,12 +38,15 @@ PLT=".plt          ${RELOCATING-0} : ALIGN(16) { *(.plt)${IREL_IN_PLT+ *(.iplt)}
 
 # Linux modifies the default library search path to first include
 # a 64-bit specific directory.
-case "$target" in
-  aarch64*-linux*)
-    case "$EMULATION_NAME" in
-      aarch64linux*) LIBPATH_SUFFIX=64 ;;
-    esac
-    ;;
-esac
+
+# not for multiarch systems ...
+
+#case "$target" in
+#  aarch64*-linux*)
+#    case "$EMULATION_NAME" in
+#      aarch64linux*) LIBPATH_SUFFIX=64 ;;
+#    esac
+#    ;;
+#esac
 
 ELF_INTERPRETER_NAME=\"/lib/ld-linux-aarch64.so.1\"