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
47816305
Commit
47816305
authored
May 22, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
May 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_build: Use -d when invoking gcc_update.
From-SVN: r42426
parent
57d02dd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
contrib/ChangeLog
+4
-0
contrib/gcc_build
+2
-2
No files found.
contrib/ChangeLog
View file @
47816305
2001-05-21 Mark Mitchell <mark@codesourcery.com>
* gcc_build: Use -d when invoking gcc_update.
2001-05-18 Andreas Jaeger <aj@suse.de>
2001-05-18 Andreas Jaeger <aj@suse.de>
* gcc_update: Add rules for libf2c/libI77.
* gcc_update: Add rules for libf2c/libI77.
...
...
contrib/gcc_build
View file @
47816305
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# Contents:
# Contents:
# Script to automatically download and build GCC.
# Script to automatically download and build GCC.
#
#
# Copyright (c) 2000 Free Software Foundation.
# Copyright (c) 2000
, 2001
Free Software Foundation.
#
#
# This file is part of GNU CC.
# This file is part of GNU CC.
#
#
...
@@ -127,7 +127,7 @@ update_gcc() {
...
@@ -127,7 +127,7 @@ update_gcc() {
changedir
${
DESTINATION
}
changedir
${
DESTINATION
}
# Update the tree
# Update the tree
./contrib/gcc_update
||
\
./contrib/gcc_update
-d
||
\
error
"Could not update GCC"
error
"Could not update GCC"
}
}
...
...
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