aarch64-libpath
authorMatthias Klose <doko@debian.org>
Mon, 22 Jul 2024 04:58:53 +0000 (06:58 +0200)
committerMatthias Klose <doko@debian.org>
Mon, 22 Jul 2024 04:58:53 +0000 (06:58 +0200)
Gbp-Pq: Name aarch64-libpath.diff

ld/emulparams/aarch64linux.sh

index 6fe82a70659f1a00ef1480098a77a6269f5bd88c..b706ecc02d2f9f74bbc6942f5e099f99901ae43f 100644 (file)
@@ -40,12 +40,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\"