mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 20:04:33 +08:00
libgcc_s is required by libstdc++
libgomp/ * testsuite/lib/libgomp.exp (libgomp_init): Potentially append to always_ld_library_path the path to libgcc_s. From-SVN: r234170
This commit is contained in:
parent
44e66a7709
commit
be9f71435f
@ -1,3 +1,8 @@
|
||||
2016-03-13 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* testsuite/lib/libgomp.exp (libgomp_init): Potentially append to
|
||||
always_ld_library_path the path to libgcc_s.
|
||||
|
||||
2016-03-10 Cesar Philippidis <cesar@codesourcery.com>
|
||||
|
||||
PR testsuite/70009
|
||||
|
@ -142,6 +142,8 @@ proc libgomp_init { args } {
|
||||
append always_ld_library_path ":${blddir}/../liboffloadmic/plugin/.libs"
|
||||
# libstdc++ is required by liboffloadmic
|
||||
append always_ld_library_path ":${blddir}/../libstdc++-v3/src/.libs"
|
||||
# libgcc_s is required by libstdc++
|
||||
append always_ld_library_path ":${blddir}/../libgcc"
|
||||
}
|
||||
|
||||
global offload_additional_lib_paths
|
||||
|
Loading…
Reference in New Issue
Block a user