]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgcc_s is required by libstdc++
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Mar 2016 19:08:21 +0000 (19:08 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Mar 2016 19:08:21 +0000 (19:08 +0000)
libgomp/
* testsuite/lib/libgomp.exp (libgomp_init): Potentially append to
always_ld_library_path the path to libgcc_s.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234170 138bc75d-0d04-0410-961f-82ee72b054a4

libgomp/ChangeLog
libgomp/testsuite/lib/libgomp.exp

index 7293e697362c811ce0dfec77ac5038525051ccb7..5a9150483ae0acf12aafb289344d9c8dfe684b0a 100644 (file)
@@ -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
index 0d5b6d42d7e89f85f64d3e2925d7ded5f672df88..1cb4991e07e6e271a5246e48782f027ec1b64f20 100644 (file)
@@ -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