From: Nathanael Nerode Date: Mon, 1 Jul 2002 19:59:22 +0000 (+0000) Subject: config-ml.in doesn't need to worry about cygnus configure X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fd3853ac32388598cae208de4c3147af4119404;p=platform%2Fupstream%2Fgcc.git config-ml.in doesn't need to worry about cygnus configure From-SVN: r55149 --- diff --git a/ChangeLog b/ChangeLog index 5d10fbc..d76fe03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2002-07-01 Nathanael Nerode +2002-07-01 Nathanael Nerode + + * config-ml.in: Eliminate references to Cygnus configure. + +2002-07-01 Nathanael Nerode * Makefile.in: Eliminate references to building emacs. diff --git a/config-ml.in b/config-ml.in index 5692fb3..d19a797 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.