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
90b65165
Commit
90b65165
authored
Jul 16, 2000
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_build: New script.
From-SVN: r35061
parent
b9faa6b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
contrib/gcc_build
+3
-3
No files found.
contrib/gcc_build
View file @
90b65165
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
# exit code.
# exit code.
error
()
{
error
()
{
echo
"
build-gcc.sh
: error:
$1
"
echo
"
gcc_build
: error:
$1
"
exit
1
exit
1
}
}
...
@@ -53,7 +53,7 @@ error() {
...
@@ -53,7 +53,7 @@ error() {
usage
()
{
usage
()
{
cat
<<
EOF
cat
<<
EOF
build-gcc.sh
[-c configure_options]
gcc_build
[-c configure_options]
[-d destination_directory]
[-d destination_directory]
[-m make_options]
[-m make_options]
[-u username]
[-u username]
...
@@ -265,7 +265,7 @@ fi
...
@@ -265,7 +265,7 @@ fi
# Remove any old logfiles.
# Remove any old logfiles.
rm
-f
${
LOGFILE
}
rm
-f
${
LOGFILE
}
# Tell the user where to find the logfile.
# Tell the user where to find the logfile.
echo
"
build-gcc.sh
: The logfile for this run is
${
LOGFILE
}
"
echo
"
gcc_build
: The logfile for this run is
${
LOGFILE
}
"
# Checkout the tree.
# Checkout the tree.
if
[
${
CHECKOUT
}
-ne
0
]
;
then
if
[
${
CHECKOUT
}
-ne
0
]
;
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