Commit 5341599a by Francois-Xavier Coudert Committed by François-Xavier Coudert

* lib/ubsan-dg.exp: Add library path for libstdc++.

From-SVN: r219035
parent 69859058
2014-12-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* lib/ubsan-dg.exp: Add library path for libstdc++.
2014-12-22 Oleg Endo <olegendo@gcc.gnu.org>
PR target/58314
......
......@@ -47,6 +47,7 @@ proc ubsan_link_flags { paths } {
append flags " -B${gccpath}/libsanitizer/ubsan/ "
append flags " -L${gccpath}/libsanitizer/ubsan/.libs"
append ld_library_path ":${gccpath}/libsanitizer/ubsan/.libs"
append ld_library_path ":${gccpath}/libstdc++-v3/src/.libs"
}
} else {
global tool_root_dir
......
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