2005-09-19 David Edelsohn <edelsohn@gnu.org>
* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. (rs6000-*-aix*): Same. * configure: Regenerate. 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr> * configure.in: Recognize f95 in the --enable-languages option, and substitute it for fortran, issuing a warning. * configure: Regenerate.
This commit is contained in:
parent
c529909f45
commit
c2105cb94d
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2005-09-19 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
|
* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
|
||||||
|
(rs6000-*-aix*): Same.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
|
2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||||
|
|
||||||
|
* configure.in: Recognize f95 in the --enable-languages option,
|
||||||
|
and substitute it for fortran, issuing a warning.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2005-09-07 Ben Elliston <bje@au.ibm.com>
|
2005-09-07 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
Import from Autoconf sources:
|
Import from Autoconf sources:
|
||||||
|
|
|
@ -1298,15 +1298,15 @@ case "${target}" in
|
||||||
unsupported_languages="$unsupported_languages java"
|
unsupported_languages="$unsupported_languages java"
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-aout)
|
*-*-aout)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||||
*-*-elf)
|
*-*-elf)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||||
*)
|
*)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
@ -1457,7 +1457,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
mmix-*-*)
|
mmix-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
||||||
unsupported_languages="$unsupported_languages f95 java"
|
unsupported_languages="$unsupported_languages fortran java"
|
||||||
;;
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
|
@ -1470,7 +1470,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
|
@ -1494,7 +1494,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
||||||
|
@ -2345,6 +2345,15 @@ if test -d ${srcdir}/gcc; then
|
||||||
fi
|
fi
|
||||||
enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
|
enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
|
||||||
|
|
||||||
|
# 'f95' is the old name for the 'fortran' language. We issue a warning
|
||||||
|
# and make the substitution.
|
||||||
|
case ,${enable_languages}, in
|
||||||
|
*,f95,*)
|
||||||
|
echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
|
||||||
|
enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# First scan to see if an enabled language requires some other language.
|
# First scan to see if an enabled language requires some other language.
|
||||||
# We assume that a given config-lang.in will list all the language
|
# We assume that a given config-lang.in will list all the language
|
||||||
# front ends it requires, even if some are required indirectly.
|
# front ends it requires, even if some are required indirectly.
|
||||||
|
@ -2806,7 +2815,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:2810: checking for $ac_word" >&5
|
echo "configure:2819: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_BISON'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_BISON'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -2841,7 +2850,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:2845: checking for $ac_word" >&5
|
echo "configure:2854: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_YACC'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_YACC'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -2876,7 +2885,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:2880: checking for $ac_word" >&5
|
echo "configure:2889: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_M4'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_M4'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -2911,7 +2920,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:2915: checking for $ac_word" >&5
|
echo "configure:2924: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_FLEX'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_FLEX'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -2946,7 +2955,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:2950: checking for $ac_word" >&5
|
echo "configure:2959: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LEX'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LEX'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -2981,7 +2990,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:2985: checking for $ac_word" >&5
|
echo "configure:2994: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_MAKEINFO'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_MAKEINFO'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3506,7 +3515,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3510: checking for $ac_word" >&5
|
echo "configure:3519: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3537,7 +3546,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3541: checking for $ac_word" >&5
|
echo "configure:3550: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3581,7 +3590,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3585: checking for $ac_word" >&5
|
echo "configure:3594: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3612,7 +3621,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3616: checking for $ac_word" >&5
|
echo "configure:3625: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3656,7 +3665,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3660: checking for $ac_word" >&5
|
echo "configure:3669: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3687,7 +3696,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3691: checking for $ac_word" >&5
|
echo "configure:3700: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3731,7 +3740,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3735: checking for $ac_word" >&5
|
echo "configure:3744: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3762,7 +3771,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3766: checking for $ac_word" >&5
|
echo "configure:3775: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3806,7 +3815,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3810: checking for $ac_word" >&5
|
echo "configure:3819: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3837,7 +3846,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3841: checking for $ac_word" >&5
|
echo "configure:3850: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3881,7 +3890,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3885: checking for $ac_word" >&5
|
echo "configure:3894: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3912,7 +3921,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3916: checking for $ac_word" >&5
|
echo "configure:3925: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3951,7 +3960,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3955: checking for $ac_word" >&5
|
echo "configure:3964: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -3982,7 +3991,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:3986: checking for $ac_word" >&5
|
echo "configure:3995: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4026,7 +4035,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4030: checking for $ac_word" >&5
|
echo "configure:4039: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4057,7 +4066,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4061: checking for $ac_word" >&5
|
echo "configure:4070: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4101,7 +4110,7 @@ fi
|
||||||
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4105: checking for $ac_word" >&5
|
echo "configure:4114: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4132,7 +4141,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4136: checking for $ac_word" >&5
|
echo "configure:4145: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4184,7 +4193,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4188: checking for $ac_word" >&5
|
echo "configure:4197: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4215,7 +4224,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4219: checking for $ac_word" >&5
|
echo "configure:4228: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4259,7 +4268,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4263: checking for $ac_word" >&5
|
echo "configure:4272: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4290,7 +4299,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4294: checking for $ac_word" >&5
|
echo "configure:4303: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4334,7 +4343,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4338: checking for $ac_word" >&5
|
echo "configure:4347: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4365,7 +4374,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4369: checking for $ac_word" >&5
|
echo "configure:4378: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4409,7 +4418,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4413: checking for $ac_word" >&5
|
echo "configure:4422: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4440,7 +4449,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4444: checking for $ac_word" >&5
|
echo "configure:4453: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4484,7 +4493,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4488: checking for $ac_word" >&5
|
echo "configure:4497: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4515,7 +4524,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4519: checking for $ac_word" >&5
|
echo "configure:4528: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4559,7 +4568,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4563: checking for $ac_word" >&5
|
echo "configure:4572: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4590,7 +4599,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4594: checking for $ac_word" >&5
|
echo "configure:4603: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4629,7 +4638,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4633: checking for $ac_word" >&5
|
echo "configure:4642: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4660,7 +4669,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4664: checking for $ac_word" >&5
|
echo "configure:4673: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4704,7 +4713,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4708: checking for $ac_word" >&5
|
echo "configure:4717: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4735,7 +4744,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4739: checking for $ac_word" >&5
|
echo "configure:4748: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4779,7 +4788,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4783: checking for $ac_word" >&5
|
echo "configure:4792: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4810,7 +4819,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4814: checking for $ac_word" >&5
|
echo "configure:4823: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4854,7 +4863,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4858: checking for $ac_word" >&5
|
echo "configure:4867: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4885,7 +4894,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4889: checking for $ac_word" >&5
|
echo "configure:4898: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4929,7 +4938,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4933: checking for $ac_word" >&5
|
echo "configure:4942: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4960,7 +4969,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4964: checking for $ac_word" >&5
|
echo "configure:4973: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -4999,7 +5008,7 @@ fi
|
||||||
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:5003: checking for $ac_word" >&5
|
echo "configure:5012: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -5030,7 +5039,7 @@ fi
|
||||||
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
|
||||||
set dummy ${ncn_progname}; ac_word=$2
|
set dummy ${ncn_progname}; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:5034: checking for $ac_word" >&5
|
echo "configure:5043: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -5131,7 +5140,7 @@ RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
|
||||||
NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
|
NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
|
||||||
|
|
||||||
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
|
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
|
||||||
echo "configure:5135: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
echo "configure:5144: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
||||||
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
|
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
|
||||||
if test "${enable_maintainer_mode+set}" = set; then
|
if test "${enable_maintainer_mode+set}" = set; then
|
||||||
enableval="$enable_maintainer_mode"
|
enableval="$enable_maintainer_mode"
|
||||||
|
@ -5178,7 +5187,7 @@ esac
|
||||||
# gcc for stageN-gcc and stagePREV-gcc for stage(N-1). In case this is not
|
# gcc for stageN-gcc and stagePREV-gcc for stage(N-1). In case this is not
|
||||||
# possible, however, we can resort to mv.
|
# possible, however, we can resort to mv.
|
||||||
echo $ac_n "checking if symbolic links between directories work""... $ac_c" 1>&6
|
echo $ac_n "checking if symbolic links between directories work""... $ac_c" 1>&6
|
||||||
echo "configure:5182: checking if symbolic links between directories work" >&5
|
echo "configure:5191: checking if symbolic links between directories work" >&5
|
||||||
if eval "test \"`echo '$''{'gcc_cv_prog_ln_s_dir'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'gcc_cv_prog_ln_s_dir'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
21
configure.in
21
configure.in
|
@ -506,15 +506,15 @@ case "${target}" in
|
||||||
unsupported_languages="$unsupported_languages java"
|
unsupported_languages="$unsupported_languages java"
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-aout)
|
*-*-aout)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||||
*-*-elf)
|
*-*-elf)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||||
*)
|
*)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
@ -665,7 +665,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
mmix-*-*)
|
mmix-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
||||||
unsupported_languages="$unsupported_languages f95 java"
|
unsupported_languages="$unsupported_languages fortran java"
|
||||||
;;
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
|
@ -678,7 +678,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
|
@ -702,7 +702,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
||||||
|
@ -1143,6 +1143,15 @@ if test -d ${srcdir}/gcc; then
|
||||||
fi
|
fi
|
||||||
enable_languages=`echo "${enable_languages}" | sed -e 's/[[ ,]][[ ,]]*/,/g' -e 's/,$//'`
|
enable_languages=`echo "${enable_languages}" | sed -e 's/[[ ,]][[ ,]]*/,/g' -e 's/,$//'`
|
||||||
|
|
||||||
|
# 'f95' is the old name for the 'fortran' language. We issue a warning
|
||||||
|
# and make the substitution.
|
||||||
|
case ,${enable_languages}, in
|
||||||
|
*,f95,*)
|
||||||
|
echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
|
||||||
|
enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# First scan to see if an enabled language requires some other language.
|
# First scan to see if an enabled language requires some other language.
|
||||||
# We assume that a given config-lang.in will list all the language
|
# We assume that a given config-lang.in will list all the language
|
||||||
# front ends it requires, even if some are required indirectly.
|
# front ends it requires, even if some are required indirectly.
|
||||||
|
|
Loading…
Reference in New Issue