diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-01 19:59:22 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-01 19:59:22 +0000 |
commit | d240b39de0b472c976f2839d9fe0ce94e926025d (patch) | |
tree | 62ec0251d052e334d35b3b36aba982a2949bb7cb /config-ml.in | |
parent | 00050002ab4fa72472832493f56357b7affa0386 (diff) | |
download | gcc-d240b39de0b472c976f2839d9fe0ce94e926025d.tar.gz |
config-ml.in doesn't need to worry about cygnus configure
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config-ml.in')
-rw-r--r-- | config-ml.in | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/config-ml.in b/config-ml.in index 5692fb33a46..d19a79703b6 100644 --- a/config-ml.in +++ b/config-ml.in @@ -64,11 +64,6 @@ # newlib. It is up to each target to turn on multilib support for the other # 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: # srcdir, host, ac_configure_args # @@ -78,21 +73,10 @@ # Note that `host' in this case is GCC's `target'. Target libraries are # configured for a particular host. -if [ -n "${ac_configure_args}" ]; then - Makefile=${ac_file-Makefile} - ml_config_shell=${CONFIG_SHELL-/bin/sh} - ml_arguments="${ac_configure_args}" - 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 +Makefile=${ac_file-Makefile} +ml_config_shell=${CONFIG_SHELL-/bin/sh} +ml_arguments="${ac_configure_args}" +ml_realsrcdir=${srcdir} # Scan all the arguments and set all the ones we need. |