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
2d6fd5fd
Commit
2d6fd5fd
authored
Dec 22, 2000
by
Joseph Myers
Committed by
Joseph Myers
Dec 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* release: Change some EGCS references to GCC.
From-SVN: r38448
parent
292b48db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
contrib/ChangeLog
+4
-0
contrib/release
+12
-12
No files found.
contrib/ChangeLog
View file @
2d6fd5fd
2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
* release: Change some EGCS references to GCC.
2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
...
...
contrib/release
View file @
2d6fd5fd
...
...
@@ -84,11 +84,11 @@ fi
# the repository, then check out the release branch, then retag the release
# branch.
if
test
$dotag
=
yes
;
then
rm
-rf
egcs
cvs
-Q
rtag
-d
$release_tag
egcs
cvs
-Q
co
-r
$release_branch
egcs
rm
-rf
gcc
cvs
-Q
rtag
-d
$release_tag
gcc
cvs
-Q
co
-r
$release_branch
gcc
cvs
-Q
tag
-f
$release_tag
rm
-rf
egcs
rm
-rf
gcc
fi
# Get a copy of the previous release. Get it from the ftp dir to avoid minor
...
...
@@ -101,23 +101,23 @@ else
zcat ~ftp/pub/gcc/releases/
$last_release_name
/
$last_release_name
.tar.gz |
tar
xf -
fi
# Files/directories which are not part of the
egcs
-core module.
# Files/directories which are not part of the
gcc
-core module.
noncore_files
=
"gcc/cp libio libstdc++ gcc/f libf2c gcc/objc libobjc gcc/ch libchill gcc/java libjava gcc/testsuite"
# Get the
egcs core. Note that the egcs
-core module doesn't work yet, so
# Get the
gcc core. Note that the gcc
-core module doesn't work yet, so
# we get the whole directory, then prune the things we do not want.
#
# Also, get the latest copy of the installation instructions and the
# faq in html, build plaintext versions of those documents.
cvs
-Q
export
-ko
-r
$release_tag
egcs
cd
egcs
cvs
-Q
export
-ko
-r
$release_tag
gcc
cd
gcc
contrib/gcc_update
--touch
cp
${
GCCBASE
}
/gcc.pot gcc/po
cd
..
cvs
-Q
export
-ko
-Dnow
wwwdocs/htdocs/install
cvs
-Q
export
-ko
-Dnow
wwwdocs/htdocs/faq.html
#cvs -Q export -ko -Dnow wwwdocs/htdocs/bugs.html
mv
egcs
$release_name
mv
gcc
$release_name
release_docs
$release_name
$$
# Build a list of files in this release.
...
...
@@ -163,15 +163,15 @@ else
zcat ~ftp/pub/gcc/releases/
$last_release_name
/
$last_release_name
.tar.gz |
tar
xf -
fi
cvs
-Q
export
-ko
-r
$release_tag
egcs
cd
egcs
cvs
-Q
export
-ko
-r
$release_tag
gcc
cd
gcc
contrib/gcc_update
--touch
cp
${
GCCBASE
}
/gcc.pot gcc/po
cd
..
cvs
-Q
export
-ko
-Dnow
wwwdocs/htdocs/install
cvs
-Q
export
-ko
-Dnow
wwwdocs/htdocs/faq.html
#cvs -Q export -ko -Dnow wwwdocs/htdocs/bugs.html
mv
egcs
$release_name
mv
gcc
$release_name
find
$release_name
/gcc/testsuite
-type
f
-print
| xargs rm
-f
release_docs
$release_name
$$
...
...
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