Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
667e6f89
Commit
667e6f89
authored
May 27, 2009
by
Janne Blomqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't link to or test existence of libgfortranbegin
From-SVN: r147929
parent
cea32bca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
libgomp/ChangeLog
+7
-0
libgomp/testsuite/libgomp.fortran/fortran.exp
+4
-4
No files found.
libgomp/ChangeLog
View file @
667e6f89
2009-05-27 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/39718
* testsuite/libgomp.fortran/fortran.exp: Don't link with
libgfortranbegin, check existence of libgfortran.a instead of
libgfortranbegin.a.
2009-05-20 Jakub Jelinek <jakub@redhat.com>
PR libgomp/40174
...
...
libgomp/testsuite/libgomp.fortran/fortran.exp
View file @
667e6f89
set lang_library_path "../libgfortran/.libs"
set lang_link_flags "-lgfortran
begin -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}/libgfortran
begin
.a"] {
set lang_test_file "${lang_library_path}/libgfortran
begin
.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 libgfortran
begin
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment