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
e7700967
Commit
e7700967
authored
Jun 06, 2005
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Jun 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.
From-SVN: r100648
parent
addd6f64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
contrib/regression/ChangeLog
+4
-0
contrib/regression/btest-gcc.sh
+5
-3
No files found.
contrib/regression/ChangeLog
View file @
e7700967
2005-06-06 Hans-Peter Nilsson <hp@axis.com>
* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.
2004-11-07 James A. Morrison <phython@gcc.gnu.org>
* README: Update website URL.
...
...
contrib/regression/btest-gcc.sh
View file @
e7700967
#!/bin/sh
# Test GCC.
# Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
# Copyright (C) 1999, 2000, 2001, 2002
, 2005
Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -98,8 +98,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
# look at.
TESTLOGS
=
"gcc/testsuite/gcc.sum
gcc/testsuite/g++.sum
gcc/testsuite/objc.sum
$H_TARGET
/libstdc++-v3/testsuite/libstdc++.sum"
gcc/testsuite/objc.sum"
# Build.
echo
build
>
$RESULT
...
...
@@ -122,6 +121,9 @@ make -k check-gcc
# Test libstd++-v3
make check-target-libstdc++-v3
if
[
-f
$BUILD
/
$H_TARGET
/libstdc++-v3/testsuite/libstdc++.sum
]
;
then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libstdc++-v3/testsuite/libstdc++.sum"
fi
# Test libffi
make check-target-libffi
...
...
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