Check for shared lib support before running ld tests with -shared
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto.exp
index b13c540850f58e0769854fed9cff6d7769fb3d05..b525acf0422ec8deb53149b37b5f62ed6dc15d2c 100644 (file)
@@ -18,8 +18,8 @@
 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-# Check to see if the C compiler works
-if { [which $CC] == 0 } {
+# Check to see if the C and C++ compilers work
+if { [which $CC] == 0 || [which $CXX] == 0 } {
     return
 }
 
This page took 0.02258 seconds and 4 git commands to generate.