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
59c341cb
Commit
59c341cb
authored
Oct 26, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Oct 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_build: Fix typos.
From-SVN: r37066
parent
4667f705
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
contrib/ChangeLog
+4
-0
contrib/gcc_build
+3
-3
No files found.
contrib/ChangeLog
View file @
59c341cb
2000-10-25 Mark Mitchell <mark@codesourcery.com>
* gcc_build: Fix typos.
2000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
* gperf-2.7-19981006.pat: Remove.
...
...
contrib/gcc_build
View file @
59c341cb
...
...
@@ -167,7 +167,7 @@ export_gcc() {
changedir
${
DESTINATION
}
# Go up one level.
changedir ..
# Build a tarbal
of
f the source directory.
# Build a tarbal
l o
f the source directory.
tar
czf
${
TARFILE
}
\
--exclude
=
${
OBJDIR
}
\
--exclude
=
CVS
\
...
...
@@ -230,14 +230,14 @@ UPDATE=0
########################################################################
# Parse the options.
while
getopts
"c:d:m:
t
:"
ARG
;
do
while
getopts
"c:d:m:
p:t:u
:"
ARG
;
do
case
$ARG
in
c
)
CONFIGURE_OPTIONS
=
"
${
OPTARG
}
"
;;
d
)
DESTINATION
=
"
${
OPTARG
}
"
;;
m
)
MAKE_OPTIONS
=
"
${
OPTARG
}
"
;;
u
)
CVS_USERNAME
=
"
${
OPTARG
}
"
;;
p
)
CVS_PROTOCOL
=
"
${
OPTARG
}
"
;;
t
)
CVS_TARGFILE
=
"
${
OPTARG
}
"
;;
u
)
CVS_USERNAME
=
"
${
OPTARG
}
"
;;
\?
)
usage
;;
esac
done
...
...
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