aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2009-05-27 23:02:02 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2009-05-27 23:02:02 +0300
commit667e6f892412bcd32deb79ebfb8d41e211e9cbed (patch)
treed48b0401796454016a4478c9b24cbf00a2bb496a /libgomp/testsuite
parentcea32bca722edb23b8225c79be664232c3b756b5 (diff)
downloadgcc-667e6f892412bcd32deb79ebfb8d41e211e9cbed.zip
gcc-667e6f892412bcd32deb79ebfb8d41e211e9cbed.tar.gz
gcc-667e6f892412bcd32deb79ebfb8d41e211e9cbed.tar.bz2
Don't link to or test existence of libgfortranbegin
From-SVN: r147929
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r--libgomp/testsuite/libgomp.fortran/fortran.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgomp/testsuite/libgomp.fortran/fortran.exp b/libgomp/testsuite/libgomp.fortran/fortran.exp
index 0f7ad6e..3d6615f 100644
--- a/libgomp/testsuite/libgomp.fortran/fortran.exp
+++ b/libgomp/testsuite/libgomp.fortran/fortran.exp
@@ -1,5 +1,5 @@
set lang_library_path "../libgfortran/.libs"
-set lang_link_flags "-lgfortranbegin -lgfortran"
+set lang_link_flags "-lgfortran"
set lang_test_file_found 0
load_lib libgomp-dg.exp
@@ -8,11 +8,11 @@ load_lib libgomp-dg.exp
dg-init
if { $blddir != "" } {
- if [file exists "${blddir}/${lang_library_path}/libgfortranbegin.a"] {
- set lang_test_file "${lang_library_path}/libgfortranbegin.a"
+ if [file exists "${blddir}/${lang_library_path}/libgfortran.a"] {
+ set lang_test_file "${lang_library_path}/libgfortran.a"
set lang_test_file_found 1
} else {
- puts "No libgfortranbegin library found, will not execute fortran tests"
+ puts "No libgfortran library found, will not execute fortran tests"
}
} elseif [info exists GFORTRAN_UNDER_TEST] {
set lang_test_file_found 1