]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add /usr/lib32 to the native search paths for FreeBSD systems.
authorNick Clifton <nickc@redhat.com>
Thu, 25 Jul 2024 14:27:40 +0000 (15:27 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 25 Jul 2024 14:27:40 +0000 (15:27 +0100)
  PR 31395

ld/configure.tgt

index f937f78b876a70f2d8eba4bf50d24ee8fe4946ec..74ddac4986336ea3ec44bb19d8d5b2751960ff0a 100644 (file)
@@ -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*)