Merge upstream commit f026d7063ece:
Add /usr/lib32 to the native search paths for FreeBSD systems.
PR: 280447
Approved by: cy (maintainer)
Upstream PR: https://sourceware.org/bugzilla/show_bug.cgi?id=31395
MFH: 2024Q3
Sponsored by: DARPA, AFRL
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
--- ld/configure.tgt.orig 2024-07-18 19:15:53.355228000 +0100
|
|
+++ ld/configure.tgt 2024-07-18 19:17:43.053568000 +0100
|
|
@@ -1102,7 +1106,7 @@
|
|
;;
|
|
|
|
*-*-freebsd*)
|
|
- NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib'
|
|
+ NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib /usr/lib32'
|
|
;;
|
|
|
|
hppa*64*-*-hpux11*)
|