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
5fd3853a
Commit
5fd3853a
authored
Jul 01, 2002
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config-ml.in doesn't need to worry about cygnus configure
From-SVN: r55149
parent
eafa1afa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
21 deletions
+9
-21
ChangeLog
+5
-1
config-ml.in
+4
-20
No files found.
ChangeLog
View file @
5fd3853a
2002-07-01 Nathanael Nerode <neroden@twcny.rr.com>
2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
* config-ml.in: Eliminate references to Cygnus configure.
2002-07-01 Nathanael Nerode <neroden@twcny.rr.com>
* Makefile.in: Eliminate references to building emacs.
* Makefile.in: Eliminate references to building emacs.
...
...
config-ml.in
View file @
5fd3853a
...
@@ -64,11 +64,6 @@
...
@@ -64,11 +64,6 @@
# newlib. It is up to each target to turn on multilib support for the other
# newlib. It is up to each target to turn on multilib support for the other
# libraries as desired.
# libraries as desired.
# We have to handle being invoked by both Cygnus configure and Autoconf.
#
# Cygnus configure incoming variables:
# srcdir, subdir, host, arguments
#
# Autoconf incoming variables:
# Autoconf incoming variables:
# srcdir, host, ac_configure_args
# srcdir, host, ac_configure_args
#
#
...
@@ -78,21 +73,10 @@
...
@@ -78,21 +73,10 @@
# Note that `host' in this case is GCC's `target'. Target libraries are
# Note that `host' in this case is GCC's `target'. Target libraries are
# configured for a particular host.
# configured for a particular host.
if [ -n "${ac_configure_args}" ]; then
Makefile=${ac_file-Makefile}
Makefile=${ac_file-Makefile}
ml_config_shell=${CONFIG_SHELL-/bin/sh}
ml_config_shell=${CONFIG_SHELL-/bin/sh}
ml_arguments="${ac_configure_args}"
ml_arguments="${ac_configure_args}"
ml_realsrcdir=${srcdir}
ml_realsrcdir=${srcdir}
else
Makefile=${Makefile-Makefile}
ml_config_shell=${config_shell-/bin/sh}
ml_arguments="${arguments}"
if [ -n "${subdir}" -a "${subdir}" != "." ] ; then
ml_realsrcdir=${srcdir}/${subdir}
else
ml_realsrcdir=${srcdir}
fi
fi
# Scan all the arguments and set all the ones we need.
# Scan all the arguments and set all the ones we need.
...
...
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