[binutils-gdb] Add /usr/lib32 to the native search paths for FreeBSD systems.

Nick Clifton nickc@sourceware.org
Thu Jul 25 14:28:22 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f026d7063ecec8b64af5d67247129514d57e6e87

commit f026d7063ecec8b64af5d67247129514d57e6e87
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jul 25 15:27:40 2024 +0100

    Add /usr/lib32 to the native search paths for FreeBSD systems.
    
      PR 31395

Diff:
---
 ld/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ld/configure.tgt b/ld/configure.tgt
index f937f78b876..74ddac49863 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -1113,7 +1113,7 @@ case "${target}" in
   ;;
 
 *-*-freebsd*)
-  NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib'
+  NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib /usr/lib32'
   ;;
 
 hppa*64*-*-hpux11*)


More information about the Binutils-cvs mailing list