freebsd-src/lib/libthr
Brooks Davis eb90239d08 lib{c,thr}: add DT_RUNPATH for gcc -m32
To allow gcc -m32 to work, link libc and libthr with --rpath-/usr/lib32.
When called with -m32, gcc is currently unable to communicate to
the bfd linker that it should look in /usr/lib32 to resolve needed (as
opposed to explicitly linked) libraries so we need to provide a hint.

See also: https://sourceware.org/bugzilla/show_bug.cgi?id=31395

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D43910
2024-02-19 22:44:08 +00:00
..
arch libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
sys Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
tests lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
thread libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
libthr.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
Makefile lib{c,thr}: add DT_RUNPATH for gcc -m32 2024-02-19 22:44:08 +00:00
Makefile.depend dirdeps: Update/fix Makefile.depend* for toolchain 2023-11-26 20:50:13 -05:00
plockstat.d Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
pthread.map libthr: filter rather than link with libsys 2024-02-07 19:50:47 +00:00