From: Nick Clifton Date: Thu, 25 Jul 2024 14:27:40 +0000 (+0100) Subject: Add /usr/lib32 to the native search paths for FreeBSD systems. X-Git-Tag: gdb-16-branchpoint~1321 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f026d7063ecec8b64af5d67247129514d57e6e87;p=thirdparty%2Fbinutils-gdb.git Add /usr/lib32 to the native search paths for FreeBSD systems. PR 31395 --- 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*)