2005-07-13 Eric Christopher <echristo@redhat.com>
* configure.in: Add toplevel noconfigdir support for tpf. * configure: Regenerate.
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
			
		||||
2005-07-13  Eric Christopher  <echristo@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* configure.in: Add toplevel noconfigdir support for tpf.
 | 
			
		||||
	* configure: Regenerate.
 | 
			
		||||
 | 
			
		||||
2005-07-11  Jakub Jelinek  <jakub@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* Makefile.def (target_modules): Add libssp.
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										161
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										161
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@@ -1202,6 +1202,10 @@ case "${target}" in
 | 
			
		||||
  *-*-rtems*)
 | 
			
		||||
    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
 | 
			
		||||
    ;;
 | 
			
		||||
    # The tpf target doesn't support gdb yet.
 | 
			
		||||
  *-*-tpf*)
 | 
			
		||||
    noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
 | 
			
		||||
    ;;
 | 
			
		||||
  *-*-uclinux*)
 | 
			
		||||
    noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
 | 
			
		||||
    ;;
 | 
			
		||||
@@ -1806,7 +1810,7 @@ else
 | 
			
		||||
  # Extract the first word of "gcc", so it can be a program name with args.
 | 
			
		||||
set dummy gcc; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:1810: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:1814: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -1836,7 +1840,7 @@ if test -z "$CC"; then
 | 
			
		||||
  # Extract the first word of "cc", so it can be a program name with args.
 | 
			
		||||
set dummy cc; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:1840: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:1844: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -1887,7 +1891,7 @@ fi
 | 
			
		||||
      # Extract the first word of "cl", so it can be a program name with args.
 | 
			
		||||
set dummy cl; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:1891: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:1895: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -1919,7 +1923,7 @@ fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:1923: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 | 
			
		||||
echo "configure:1927: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 | 
			
		||||
 | 
			
		||||
ac_ext=c
 | 
			
		||||
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
 | 
			
		||||
@@ -1930,12 +1934,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 | 
			
		||||
 | 
			
		||||
cat > conftest.$ac_ext << EOF
 | 
			
		||||
 | 
			
		||||
#line 1934 "configure"
 | 
			
		||||
#line 1938 "configure"
 | 
			
		||||
#include "confdefs.h"
 | 
			
		||||
 | 
			
		||||
main(){return(0);}
 | 
			
		||||
EOF
 | 
			
		||||
if { (eval echo configure:1939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 | 
			
		||||
if { (eval echo configure:1943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 | 
			
		||||
  ac_cv_prog_cc_works=yes
 | 
			
		||||
  # If we can't run a trivial program, we are probably using a cross compiler.
 | 
			
		||||
  if (./conftest; exit) 2>/dev/null; then
 | 
			
		||||
@@ -1961,12 +1965,12 @@ if test $ac_cv_prog_cc_works = no; then
 | 
			
		||||
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
 | 
			
		||||
fi
 | 
			
		||||
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:1965: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 | 
			
		||||
echo "configure:1969: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 | 
			
		||||
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
 | 
			
		||||
cross_compiling=$ac_cv_prog_cc_cross
 | 
			
		||||
 | 
			
		||||
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:1970: checking whether we are using GNU C" >&5
 | 
			
		||||
echo "configure:1974: checking whether we are using GNU C" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -1975,7 +1979,7 @@ else
 | 
			
		||||
  yes;
 | 
			
		||||
#endif
 | 
			
		||||
EOF
 | 
			
		||||
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1979: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 | 
			
		||||
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 | 
			
		||||
  ac_cv_prog_gcc=yes
 | 
			
		||||
else
 | 
			
		||||
  ac_cv_prog_gcc=no
 | 
			
		||||
@@ -1994,7 +1998,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
 | 
			
		||||
ac_save_CFLAGS="$CFLAGS"
 | 
			
		||||
CFLAGS=
 | 
			
		||||
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:1998: checking whether ${CC-cc} accepts -g" >&5
 | 
			
		||||
echo "configure:2002: checking whether ${CC-cc} accepts -g" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2061,7 +2065,7 @@ fi
 | 
			
		||||
# Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
 | 
			
		||||
set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2065: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2069: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2093,7 +2097,7 @@ if test -n "$ac_tool_prefix"; then
 | 
			
		||||
  # Extract the first word of "gnatbind", so it can be a program name with args.
 | 
			
		||||
set dummy gnatbind; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2097: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2101: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2126,7 +2130,7 @@ fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2130: checking whether compiler driver understands Ada" >&5
 | 
			
		||||
echo "configure:2134: checking whether compiler driver understands Ada" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2158,7 +2162,7 @@ else
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2162: checking how to compare bootstrapped objects" >&5
 | 
			
		||||
echo "configure:2166: checking how to compare bootstrapped objects" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2256,9 +2260,9 @@ saved_CFLAGS="$CFLAGS"
 | 
			
		||||
CFLAGS="$CFLAGS $gmpinc"
 | 
			
		||||
# Check GMP actually works
 | 
			
		||||
echo $ac_n "checking for correct version of gmp.h""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2260: checking for correct version of gmp.h" >&5
 | 
			
		||||
echo "configure:2264: checking for correct version of gmp.h" >&5
 | 
			
		||||
cat > conftest.$ac_ext <<EOF
 | 
			
		||||
#line 2262 "configure"
 | 
			
		||||
#line 2266 "configure"
 | 
			
		||||
#include "confdefs.h"
 | 
			
		||||
#include "gmp.h"
 | 
			
		||||
int main() {
 | 
			
		||||
@@ -2269,7 +2273,7 @@ choke me
 | 
			
		||||
 | 
			
		||||
; return 0; }
 | 
			
		||||
EOF
 | 
			
		||||
if { (eval echo configure:2273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 | 
			
		||||
if { (eval echo configure:2277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 | 
			
		||||
  rm -rf conftest*
 | 
			
		||||
  echo "$ac_t""yes" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2282,12 +2286,12 @@ rm -f conftest*
 | 
			
		||||
 | 
			
		||||
if test x"$have_gmp" = xyes; then
 | 
			
		||||
  echo $ac_n "checking for MPFR""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2286: checking for MPFR" >&5
 | 
			
		||||
echo "configure:2290: checking for MPFR" >&5
 | 
			
		||||
 | 
			
		||||
  saved_LIBS="$LIBS"
 | 
			
		||||
  LIBS="$LIBS $gmplibs"
 | 
			
		||||
  cat > conftest.$ac_ext <<EOF
 | 
			
		||||
#line 2291 "configure"
 | 
			
		||||
#line 2295 "configure"
 | 
			
		||||
#include "confdefs.h"
 | 
			
		||||
#include <gmp.h>
 | 
			
		||||
#include <mpfr.h>
 | 
			
		||||
@@ -2295,7 +2299,7 @@ int main() {
 | 
			
		||||
mpfr_t n; mpfr_init(n);
 | 
			
		||||
; return 0; }
 | 
			
		||||
EOF
 | 
			
		||||
if { (eval echo configure:2299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 | 
			
		||||
if { (eval echo configure:2303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 | 
			
		||||
  rm -rf conftest*
 | 
			
		||||
  echo "$ac_t""yes" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2789,7 +2793,7 @@ do
 | 
			
		||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
 | 
			
		||||
set dummy $ac_prog; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2793: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2797: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_BISON'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2824,7 +2828,7 @@ do
 | 
			
		||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
 | 
			
		||||
set dummy $ac_prog; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2828: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2832: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_YACC'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2859,7 +2863,7 @@ do
 | 
			
		||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
 | 
			
		||||
set dummy $ac_prog; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2863: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2867: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_M4'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2894,7 +2898,7 @@ do
 | 
			
		||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
 | 
			
		||||
set dummy $ac_prog; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2898: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2902: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_FLEX'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2929,7 +2933,7 @@ do
 | 
			
		||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
 | 
			
		||||
set dummy $ac_prog; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2933: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2937: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LEX'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -2964,7 +2968,7 @@ do
 | 
			
		||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
 | 
			
		||||
set dummy $ac_prog; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:2968: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:2972: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_MAKEINFO'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3571,7 +3575,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}ar; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3575: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3579: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3604,7 +3608,7 @@ if test -z "$ac_cv_prog_AR" ; then
 | 
			
		||||
    # Extract the first word of "ar", so it can be a program name with args.
 | 
			
		||||
set dummy ar; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3608: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3612: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3643,7 +3647,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}as; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3647: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3651: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3676,7 +3680,7 @@ if test -z "$ac_cv_prog_AS" ; then
 | 
			
		||||
    # Extract the first word of "as", so it can be a program name with args.
 | 
			
		||||
set dummy as; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3680: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3684: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3715,7 +3719,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}dlltool; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3719: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3723: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3748,7 +3752,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then
 | 
			
		||||
    # Extract the first word of "dlltool", so it can be a program name with args.
 | 
			
		||||
set dummy dlltool; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3752: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3756: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3787,7 +3791,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}ld; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3791: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3795: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3820,7 +3824,7 @@ if test -z "$ac_cv_prog_LD" ; then
 | 
			
		||||
    # Extract the first word of "ld", so it can be a program name with args.
 | 
			
		||||
set dummy ld; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3824: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3828: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3859,7 +3863,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}nm; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3863: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3867: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3892,7 +3896,7 @@ if test -z "$ac_cv_prog_NM" ; then
 | 
			
		||||
    # Extract the first word of "nm", so it can be a program name with args.
 | 
			
		||||
set dummy nm; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3896: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3900: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3931,7 +3935,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}ranlib; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3935: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3939: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -3964,7 +3968,7 @@ if test -z "$ac_cv_prog_RANLIB" ; then
 | 
			
		||||
    # Extract the first word of "ranlib", so it can be a program name with args.
 | 
			
		||||
set dummy ranlib; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:3968: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:3972: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4003,7 +4007,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}windres; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4007: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4011: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4036,7 +4040,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then
 | 
			
		||||
    # Extract the first word of "windres", so it can be a program name with args.
 | 
			
		||||
set dummy windres; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4040: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4044: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4075,7 +4079,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}objcopy; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4079: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4083: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4108,7 +4112,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then
 | 
			
		||||
    # Extract the first word of "objcopy", so it can be a program name with args.
 | 
			
		||||
set dummy objcopy; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4112: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4116: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4147,7 +4151,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_tool_prefix}objdump; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4151: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4155: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4180,7 +4184,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then
 | 
			
		||||
    # Extract the first word of "objdump", so it can be a program name with args.
 | 
			
		||||
set dummy objdump; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4184: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4188: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4226,7 +4230,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_target_tool_prefix}ar; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4230: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4234: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4259,7 +4263,7 @@ if test -z "$ac_cv_prog_CONFIGURED_AR_FOR_TARGET" ; then
 | 
			
		||||
    # Extract the first word of "ar", so it can be a program name with args.
 | 
			
		||||
set dummy ar; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4263: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4267: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4298,7 +4302,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_target_tool_prefix}as; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4302: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4306: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4331,7 +4335,7 @@ if test -z "$ac_cv_prog_CONFIGURED_AS_FOR_TARGET" ; then
 | 
			
		||||
    # Extract the first word of "as", so it can be a program name with args.
 | 
			
		||||
set dummy as; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4335: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4339: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4370,7 +4374,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4374: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4378: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4403,7 +4407,7 @@ if test -z "$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET" ; then
 | 
			
		||||
    # Extract the first word of "dlltool", so it can be a program name with args.
 | 
			
		||||
set dummy dlltool; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4407: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4411: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4442,7 +4446,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_target_tool_prefix}ld; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4446: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4450: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4475,7 +4479,7 @@ if test -z "$ac_cv_prog_CONFIGURED_LD_FOR_TARGET" ; then
 | 
			
		||||
    # Extract the first word of "ld", so it can be a program name with args.
 | 
			
		||||
set dummy ld; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4479: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4483: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4514,7 +4518,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_target_tool_prefix}nm; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4518: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4522: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4547,7 +4551,7 @@ if test -z "$ac_cv_prog_CONFIGURED_NM_FOR_TARGET" ; then
 | 
			
		||||
    # Extract the first word of "nm", so it can be a program name with args.
 | 
			
		||||
set dummy nm; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4551: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4555: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4586,7 +4590,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4590: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4594: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4619,7 +4623,7 @@ if test -z "$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET" ; then
 | 
			
		||||
    # Extract the first word of "ranlib", so it can be a program name with args.
 | 
			
		||||
set dummy ranlib; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4623: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4627: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4658,7 +4662,7 @@ fi
 | 
			
		||||
  # Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args.
 | 
			
		||||
set dummy ${ncn_target_tool_prefix}windres; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4662: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4666: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4691,7 +4695,7 @@ if test -z "$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET" ; then
 | 
			
		||||
    # Extract the first word of "windres", so it can be a program name with args.
 | 
			
		||||
set dummy windres; ac_word=$2
 | 
			
		||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4695: checking for $ac_word" >&5
 | 
			
		||||
echo "configure:4699: checking for $ac_word" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4776,7 +4780,7 @@ RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_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 "configure:4780: checking whether to enable maintainer-specific portions of Makefiles" >&5
 | 
			
		||||
echo "configure:4784: checking whether to enable maintainer-specific portions of Makefiles" >&5
 | 
			
		||||
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
 | 
			
		||||
if test "${enable_maintainer_mode+set}" = set; then
 | 
			
		||||
  enableval="$enable_maintainer_mode"
 | 
			
		||||
@@ -4823,7 +4827,7 @@ esac
 | 
			
		||||
# gcc for stageN-gcc and stagePREV-gcc for stage(N-1).  In case this is not
 | 
			
		||||
# possible, however, we can resort to mv.
 | 
			
		||||
echo $ac_n "checking if symbolic links between directories work""... $ac_c" 1>&6
 | 
			
		||||
echo "configure:4827: checking if symbolic links between directories work" >&5
 | 
			
		||||
echo "configure:4831: checking if symbolic links between directories work" >&5
 | 
			
		||||
if eval "test \"`echo '$''{'gcc_cv_prog_ln_s_dir'+set}'`\" = set"; then
 | 
			
		||||
  echo $ac_n "(cached) $ac_c" 1>&6
 | 
			
		||||
else
 | 
			
		||||
@@ -4937,15 +4941,34 @@ trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
 | 
			
		||||
# Transform confdefs.h into DEFS.
 | 
			
		||||
# Protect against shell expansion while executing Makefile rules.
 | 
			
		||||
# Protect against Makefile macro expansion.
 | 
			
		||||
cat > conftest.defs <<\EOF
 | 
			
		||||
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
 | 
			
		||||
s%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%g
 | 
			
		||||
s%\[%\\&%g
 | 
			
		||||
s%\]%\\&%g
 | 
			
		||||
s%\$%$$%g
 | 
			
		||||
EOF
 | 
			
		||||
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
 | 
			
		||||
rm -f conftest.defs
 | 
			
		||||
#
 | 
			
		||||
# If the first sed substitution is executed (which looks for macros that
 | 
			
		||||
# take arguments), then we branch to the quote section.  Otherwise,
 | 
			
		||||
# look for a macro that doesn't take arguments.
 | 
			
		||||
cat >confdef2opt.sed <<\_ACEOF
 | 
			
		||||
t clear
 | 
			
		||||
: clear
 | 
			
		||||
s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*([^)]*)\)[ 	]*\(.*\),-D\1=\2,g
 | 
			
		||||
t quote
 | 
			
		||||
s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\),-D\1=\2,g
 | 
			
		||||
t quote
 | 
			
		||||
d
 | 
			
		||||
: quote
 | 
			
		||||
s,[ 	`~#$^&*(){}\\|;'"<>?],\\&,g
 | 
			
		||||
s,\[,\\&,g
 | 
			
		||||
s,\],\\&,g
 | 
			
		||||
s,\$,$$,g
 | 
			
		||||
p
 | 
			
		||||
_ACEOF
 | 
			
		||||
# We use echo to avoid assuming a particular line-breaking character.
 | 
			
		||||
# The extra dot is to prevent the shell from consuming trailing
 | 
			
		||||
# line-breaks from the sub-command output.  A line-break within
 | 
			
		||||
# single-quotes doesn't work because, if this script is created in a
 | 
			
		||||
# platform that uses two characters for line-breaks (e.g., DOS), tr
 | 
			
		||||
# would break.
 | 
			
		||||
ac_LF_and_DOT=`echo; echo .`
 | 
			
		||||
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
 | 
			
		||||
rm -f confdef2opt.sed
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Without the "./", some shells look in PATH for config.status.
 | 
			
		||||
 
 | 
			
		||||
@@ -413,6 +413,10 @@ case "${target}" in
 | 
			
		||||
  *-*-rtems*)
 | 
			
		||||
    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
 | 
			
		||||
    ;;
 | 
			
		||||
    # The tpf target doesn't support gdb yet.
 | 
			
		||||
  *-*-tpf*)
 | 
			
		||||
    noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
 | 
			
		||||
    ;;
 | 
			
		||||
  *-*-uclinux*)
 | 
			
		||||
    noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
 | 
			
		||||
    ;;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user