Commit a9b8c959 by Richard Henderson Committed by Richard Henderson

re PR libffi/64607 (Multilib test stops working in libffi)

PR libffi/64607

 * testsuite/lib/libffi.exp (libffi-init): Append -L for the
 just built libstdc++.

From-SVN: r219852
parent 450e225b
2015-01-19 Richard Henderson <rth@redhat.com>
PR libffi/64607
* testsuite/lib/libffi.exp (libffi-init): Append -L for the
just built libstdc++.
2015-01-15 Dominique d'Humieres <dominiq@lps.ens.fr>
Richard Henderson <rth@redhat.com>
......
......@@ -152,6 +152,7 @@ proc libffi-init { args } {
if { $libffi_dir != "" } {
set libffi_dir [file dirname ${libffi_dir}]
set libffi_link_flags "-L${libffi_dir}/.libs"
lappend libffi_link_flags "-L${blddircxx}/src/.libs"
}
set_ld_library_path_env_vars
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment