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
1584031f
Commit
1584031f
authored
Dec 23, 2007
by
Geoffrey Keating
Committed by
Geoffrey Keating
Dec 23, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
From-SVN: r131146
parent
30f4c25d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
contrib/regression/ChangeLog
+2
-0
contrib/regression/btest-gcc.sh
+5
-0
No files found.
contrib/regression/ChangeLog
View file @
1584031f
2007-12-22 Geoff Keating <geoffk@geoffk.org>
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
which it now is, rather than XHTML, which it never was.
(<head>): Mark as UTF-8. Add title. Move CSS to top of
...
...
contrib/regression/btest-gcc.sh
View file @
1584031f
...
...
@@ -116,6 +116,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
# look at.
TESTLOGS
=
"gcc/testsuite/gcc/gcc.sum
gcc/testsuite/g++/g++.sum
gcc/testsuite/gfortran/gfortran.sum
gcc/testsuite/objc/objc.sum"
# Build.
...
...
@@ -153,6 +154,10 @@ if [ -f $BUILD/$H_TARGET/libjava/testsuite/libjava.sum ] ; then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libjava/testsuite/libjava.sum"
fi
if
[
-f
$BUILD
/
$H_TARGET
/libgomp/testsuite/libgomp.sum
]
;
then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libgomp/testsuite/libgomp.sum"
fi
# Test the just-built GCC with the GDB testsuite.
if
[
-d
$GDB_TESTSUITE
]
;
then
mkdir test-gdb
||
exit
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