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
ec1ee655
Commit
ec1ee655
authored
Sep 05, 2006
by
Geoffrey Keating
Committed by
Geoffrey Keating
Sep 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
From-SVN: r116702
parent
d26cef13
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
contrib/regression/ChangeLog
+4
-0
contrib/regression/btest-gcc.sh
+2
-2
No files found.
contrib/regression/ChangeLog
View file @
ec1ee655
2006-09-05 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
...
...
contrib/regression/btest-gcc.sh
View file @
ec1ee655
...
@@ -123,8 +123,8 @@ echo build > $RESULT
...
@@ -123,8 +123,8 @@ echo build > $RESULT
if
[
$H_HOST
=
$H_TARGET
]
;
then
if
[
$H_HOST
=
$H_TARGET
]
;
then
$SOURCE
/configure
--prefix
=
$PREFIX
--target
=
$H_TARGET
||
exit
1
$SOURCE
/configure
--prefix
=
$PREFIX
--target
=
$H_TARGET
||
exit
1
if
!
make
$dashj
bootstrap
;
then
if
!
make
$dashj
bootstrap
;
then
[
-s
gcc/
.bad_compare
]
||
exit
1
[
-s
.bad_compare
]
||
exit
1
cat
gcc/
.bad_compare
>>
$REGRESS
||
exit
1
cat
.bad_compare
>>
$REGRESS
||
exit
1
make
$dashj
all
||
exit
1
make
$dashj
all
||
exit
1
fi
fi
else
else
...
...
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