aarch64-libpath
authorMatthias Klose <doko@debian.org>
Tue, 22 Sep 2020 18:10:17 +0000 (19:10 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 22 Sep 2020 18:10:17 +0000 (19:10 +0100)
===================================================================

Gbp-Pq: Name aarch64-libpath.diff

ld/emulparams/aarch64linux.sh

index 7b4a0e860738fc1c3fdedcdec2f010506b18edd9..2469a934fc5494ad436741618e6e8538616c2efd 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\"