mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Darwin, libffi, testsuite: Ensure we pick up the convenience lib.
For several Darwin linker versions, the link paths are first traversed looking for shared libraries, and then again looking for archives. We want the paths to be searched for both shared and archives in order so that we will find the non-shared libffi in the testsuite (otherwise the installed version in the system will be found instead). Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> libffi/ChangeLog: * testsuite/lib/libffi.exp: Search for both shared and archive in each path in turn.
This commit is contained in:
parent
d5717e7f6f
commit
e4703bd0e1
@ -384,6 +384,7 @@ proc libffi_target_compile { source dest type options } {
|
||||
if { [istarget "*-*-darwin9*"] || [istarget "*-*-darwin1*"]
|
||||
|| [istarget "*-*-darwin2*"] } {
|
||||
lappend options "additional_flags=-Wl,-allow_stack_execute"
|
||||
lappend options "additional_flags=-Wl,-search_paths_first"
|
||||
}
|
||||
|
||||
# If you're building the compiler with --prefix set to a place
|
||||
|
Loading…
Reference in New Issue
Block a user