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
7fc242e0
Commit
7fc242e0
authored
Aug 26, 2012
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Aug 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* btest-gcc.sh (TESTLOGS): Make gfortran.sum optional.
From-SVN: r190702
parent
a1c741f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
contrib/regression/ChangeLog
+2
-0
contrib/regression/btest-gcc.sh
+4
-1
No files found.
contrib/regression/ChangeLog
View file @
7fc242e0
2012-08-26 Hans-Peter Nilsson <hp@axis.com>
* btest-gcc.sh (TESTLOGS): Make gfortran.sum optional.
* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
2009-09-02 Geoff Keating <geoffk@apple.com>
...
...
contrib/regression/btest-gcc.sh
View file @
7fc242e0
...
...
@@ -117,7 +117,6 @@ 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.
...
...
@@ -144,6 +143,10 @@ echo error > $RESULT || exit 1
# Test GCC against its internal testsuite.
make
$dashj
-k
check
if
[
-f
gcc/testsuite/gfortran/gfortran.sum
]
;
then
TESTLOGS
=
"
$TESTLOGS
gcc/testsuite/gfortran/gfortran.sum"
fi
if
[
-f
$BUILD
/
$H_TARGET
/libstdc++-v3/testsuite/libstdc++.sum
]
;
then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libstdc++-v3/testsuite/libstdc++.sum"
fi
...
...
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