* lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Fri, 29 Dec 2000 22:25:57 +0000 (22:25 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 29 Dec 2000 22:25:57 +0000 (15:25 -0700)
From-SVN: r38553

gcc/testsuite/ChangeLog
gcc/testsuite/lib/g++.exp

index fa4de147e83efa00a58737fc0cde82710bfe1c5b..d916616a0364507a09338d8a94b8d33e3d7e7751 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
+
 2000-12-29  Richard Henderson  <rth@redhat.com>
 
        * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
index c0762b4331f222d7b8cd0453b78aca537c570e00..dd71b7b218ee6135f4d51a782350c6174c991e1a 100644 (file)
@@ -86,7 +86,7 @@ proc g++_include_flags { args } {
     if { ${HAVE_LIBSTDCXX_V3} } {
       set odir_v3 [lookfor_file ${gccpath} libstdc++-v3]
       set sdir_v3 [lookfor_file ${srcdir} libstdc++-v3]
-      append flags [exec ${odir_v3}/tests_flags --compiler ${odir_v3} ${sdir_v3}]
+      append flags [exec sh ${odir_v3}/tests_flags --compiler ${odir_v3} ${sdir_v3}]
     } else {
       set odir_v2 [lookfor_file ${gccpath} libstdc++]
       set sdir_v2 [lookfor_file ${srcdir} libstdc++]