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

PR 31395
This commit is contained in:
Nick Clifton 2024-07-25 15:27:40 +01:00
parent a93faed5d4
commit f026d7063e

View 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*)