mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 01:53:38 +08:00
Add /usr/lib32 to the native search paths for FreeBSD systems.
PR 31395
This commit is contained in:
parent
a93faed5d4
commit
f026d7063e
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user