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
7739adfb
Commit
7739adfb
authored
Feb 07, 2001
by
Ben Elliston
Committed by
DJ Delorie
Feb 06, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Output host type to stdout, not stderr.
From-SVN: r39505
parent
df447210
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
+4
-0
configure
+2
-2
No files found.
ChangeLog
View file @
7739adfb
2001-02-06 Ben Elliston <bje@redhat.com>
* configure: Output host type to stdout, not stderr.
2001-02-05 Mark Mitchell <mark@codesourcery.com>
* ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
...
...
configure
View file @
7739adfb
...
...
@@ -89,7 +89,7 @@ subdirs=
target_alias
=
NOTARGET
target_makefile_frag
=
undefs
=
NOUNDEFS
version
=
"
$Revision
: 1.3
2
$"
version
=
"
$Revision
: 1.3
3
$"
x11
=
default
bindir
=
'${exec_prefix}/bin'
sbindir
=
'${exec_prefix}/sbin'
...
...
@@ -457,7 +457,7 @@ case "${fatal}" in
fi
;;
esac
echo
"Configuring for a
${
host_alias
}
host."
1>&2
echo
"Configuring for a
${
host_alias
}
host."
arguments
=
"--host=
$host_alias
$arguments
"
else
echo
'Config.guess failed to determine the host type. You need to specify one.'
1>&2
...
...
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