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
5c032c4d
Commit
5c032c4d
authored
Dec 03, 2000
by
Bruce Korb
Committed by
Bruce Korb
Dec 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default the build machine triplet, if it is not provided
From-SVN: r37979
parent
3769600a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
gcc/ChangeLog
+5
-0
gcc/fixinc/mkfixinc.sh
+6
-4
No files found.
gcc/ChangeLog
View file @
5c032c4d
2000-12-03 Bruce Korb <bkorb@gcc.org>
* fixinc/mkfixinc.sh(build machine): Sometimes, there is no canonical
build machine name. Default to the target.
2000-12-03 Laurynas Biveinis <lauras@softhome.net>
* Makefile.in: use $(build_canonical), not $(canonical_build).
...
...
gcc/fixinc/mkfixinc.sh
View file @
5c032c4d
...
...
@@ -5,14 +5,16 @@ machine=$2
if
[
-z
"
$build
"
]
then
echo
No build
system name given
exit
1
echo
No target
system name given
exit
1
fi
# If we don't get two arguments, then assume both arguments
# are the same
#
if
[
-z
"
$machine
"
]
then
echo
No machine name given
exit
1
machine
=
"
$build
"
fi
target
=
../fixinc.sh
...
...
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