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
0a528c61
Commit
0a528c61
authored
Apr 22, 2002
by
Mark Mitchell
Committed by
Mark Mitchell
Apr 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_release (build_diffs): Remove reference to Chill.
From-SVN: r52614
parent
5c9c1293
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
maintainer-scripts/ChangeLog
+4
-0
maintainer-scripts/gcc_release
+1
-1
No files found.
maintainer-scripts/ChangeLog
View file @
0a528c61
2002-04-22 Mark Mitchell <mark@codesourcery.com>
* gcc_release (build_diffs): Remove reference to Chill.
2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
* update_web_docs (MANUALS): Remove chill. Add gnat_rm.
...
...
maintainer-scripts/gcc_release
View file @
0a528c61
...
...
@@ -299,7 +299,7 @@ build_diffs() {
old_vers
=
${
old_file
%.tar.gz
}
old_vers
=
${
old_vers
#gcc-
}
inform
"Building diffs against version
$old_vers
"
for
f
in
gcc gcc-ada gcc-
chill gcc-
g++ gcc-g77 gcc-java gcc-objc gcc-testsuite gcc-core
;
do
for
f
in
gcc gcc-ada gcc-g++ gcc-g77 gcc-java gcc-objc gcc-testsuite gcc-core
;
do
old_tar
=
${
old_dir
}
/
${
f
}
-
${
old_vers
}
.tar.gz
new_tar
=
${
WORKING_DIRECTORY
}
/
${
f
}
-
${
RELEASE
}
.tar.gz
if
[
-e
$old_tar
]
&&
[
-e
$new_tar
]
;
then
...
...
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