aarch64-libpath
authorMatthias Klose <doko@debian.org>
Thu, 21 Nov 2019 14:28:14 +0000 (14:28 +0000)
committerMatthias Klose <doko@debian.org>
Thu, 21 Nov 2019 14:28:14 +0000 (14:28 +0000)
===================================================================

Gbp-Pq: Name aarch64-libpath.diff

ld/emulparams/aarch64linux.sh

index 5df6ae18d810152110fb7e84050850b41fa92024..6bc745798d3eecf6ff7f287e98fedcd340aad84e 100644 (file)
@@ -38,12 +38,15 @@ PLT=".plt          ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_P
 
 # 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\"