]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hppa: Define GLIBC_DYNAMIC_LINKER in pa64-linux.h
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 23 Nov 2025 22:31:17 +0000 (17:31 -0500)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 23 Nov 2025 22:31:17 +0000 (17:31 -0500)
2025-11-23  John David Anglin  <danglin@gcc.gnu.org>

gcc/ChangeLog:

* config/pa/pa64-linux.h (GLIBC_DYNAMIC_LINKER): Define.

gcc/config/pa/pa64-linux.h

index 9b9c1f4a32a3b09014870de7aada4e5cee29d384..5af825332d06dc51b7948e62bfcf041203124423 100644 (file)
@@ -21,6 +21,12 @@ along with GCC; see the file COPYING3.  If not see
 #undef TARGET_ELF64
 #define TARGET_ELF64 1
 
+/* Define this for shared library support because it isn't in the main
+   linux.h file.  */
+
+#undef GLIBC_DYNAMIC_LINKER
+#define GLIBC_DYNAMIC_LINKER "/lib64/ld64.so.1"
+
 #if 0 /* needs some work :-( */
 /* If defined, this macro specifies a table of register pairs used to
    eliminate unneeded registers that point into the stack frame.  */