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
c75e90f3
Commit
c75e90f3
authored
May 09, 2012
by
David Edelsohn
Committed by
David Edelsohn
May 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_update: Use $GCC_SVN to retrieve branch and revision.
From-SVN: r187337
parent
0d03ac1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
contrib/ChangeLog
+4
-0
contrib/gcc_update
+2
-2
No files found.
contrib/ChangeLog
View file @
c75e90f3
2012
-
05
-
09
David
Edelsohn
<
dje
.
gcc
@gmail
.
com
>
*
gcc_update
:
Use
$
GCC_SVN
to
retrieve
branch
and
revision
.
2012
-
05
-
01
Richard
Henderson
<
rth
@redhat
.
com
>
*
gcc_update
:
Add
libatomic
generated
files
.
...
...
contrib/gcc_update
View file @
c75e90f3
...
...
@@ -372,8 +372,8 @@ case $vcs_type in
exit
1
fi
revision
=
`
svn
info | awk
'/Revision:/ { print $2 }'
`
branch
=
`
svn
info | sed
-ne
"/URL:/ {
revision
=
`
$GCC_SVN
info | awk
'/Revision:/ { print $2 }'
`
branch
=
`
$GCC_SVN
info | sed
-ne
"/URL:/ {
s,.*/trunk,trunk,
s,.*/branches/,,
s,.*/tags/,,
...
...
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