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
063c573e
Commit
063c573e
authored
12 years ago
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
12 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
From-SVN: r190682
parent
618fc80d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
contrib/regression/ChangeLog
+4
-0
contrib/regression/btest-gcc.sh
+5
-1
No files found.
contrib/regression/ChangeLog
View file @
063c573e
2012-08-26 Hans-Peter Nilsson <hp@axis.com>
* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
2009-09-02 Geoff Keating <geoffk@apple.com>
* btest-gcc.sh: Continue after bootstrap comparison failure.
...
...
This diff is collapsed.
Click to expand it.
contrib/regression/btest-gcc.sh
View file @
063c573e
#!/bin/sh
# Test GCC.
# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2009
# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2009
, 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
...
...
@@ -160,6 +160,10 @@ if [ -f $BUILD/$H_TARGET/libgomp/testsuite/libgomp.sum ] ; then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libgomp/testsuite/libgomp.sum"
fi
if
[
-f
$BUILD
/
$H_TARGET
/libmudflap/testsuite/libmudflap.sum
]
;
then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libmudflap/testsuite/libmudflap.sum"
fi
# Test the just-built GCC with the GDB testsuite.
if
[
-d
$GDB_TESTSUITE
]
;
then
mkdir test-gdb
||
exit
1
...
...
This diff is collapsed.
Click to expand it.
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