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
5c96cc3b
Commit
5c96cc3b
authored
Nov 28, 1999
by
William Bader
Committed by
Jeff Law
Nov 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_update: Allow patches compressed by bzip2.
From-SVN: r30680
parent
1c1c0761
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
contrib/ChangeLog
+4
-0
contrib/gcc_update
+2
-0
No files found.
contrib/ChangeLog
View file @
5c96cc3b
Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
* gcc_update: Allow patches compressed by bzip2.
1999-10-11 Martin v. Lwis <loewis@informatik.hu-berlin.de>
* newcvsroot: New file.
...
...
contrib/gcc_update
View file @
5c96cc3b
...
...
@@ -123,6 +123,8 @@ apply_patch () {
case
"
$1
"
in
*
gz
)
gzip
-d
-c
$1
| patch
-p1
;;
*
bz2
)
bzip2
-d
-c
$1
| patch
-p1
;;
*
)
cat
$1
| patch
-p1
;;
esac
...
...
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