Skip to content

Commit 7d8af19

Browse files
author
John David Anglin
committed
hppa: Define GLIBC_DYNAMIC_LINKER in pa64-linux.h
2025-11-23 John David Anglin <[email protected]> gcc/ChangeLog: * config/pa/pa64-linux.h (GLIBC_DYNAMIC_LINKER): Define.
1 parent 389a023 commit 7d8af19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gcc/config/pa/pa64-linux.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ along with GCC; see the file COPYING3. If not see
2121
#undef TARGET_ELF64
2222
#define TARGET_ELF64 1
2323

24+
/* Define this for shared library support because it isn't in the main
25+
linux.h file. */
26+
27+
#undef GLIBC_DYNAMIC_LINKER
28+
#define GLIBC_DYNAMIC_LINKER "/lib64/ld64.so.1"
29+
2430
#if 0 /* needs some work :-( */
2531
/* If defined, this macro specifies a table of register pairs used to
2632
eliminate unneeded registers that point into the stack frame. */

0 commit comments

Comments
 (0)