Merge trunk version 216723 into gupc branch.
[official-gcc.git] / configure.ac
blob904f286f1ecee44851e673c5a1b746c9675b4dc2
1 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2 #   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
3 #   Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3.  If not see
17 # <http://www.gnu.org/licenses/>.
19 ##############################################################################
20 ### WARNING: this file contains embedded tabs.  Do not run untabify on this file.
22 m4_include(config/acx.m4)
23 m4_include(config/override.m4)
24 m4_include(config/proginstall.m4)
25 m4_include(config/elf.m4)
26 m4_include([libtool.m4])
27 m4_include([ltoptions.m4])
28 m4_include([ltsugar.m4])
29 m4_include([ltversion.m4])
30 m4_include([lt~obsolete.m4])
31 m4_include([config/isl.m4])
32 m4_include([config/cloog.m4])
34 AC_INIT(move-if-change)
35 AC_PREREQ(2.64)
36 AC_DISABLE_OPTION_CHECKING
38 progname=$0
39 # if PWD already has a value, it is probably wrong.
40 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
42 # Export original configure arguments for use by sub-configures.
43 # Quote arguments with shell meta charatcers.
44 TOPLEVEL_CONFIGURE_ARGUMENTS=
45 set -- "$progname" "$@"
46 for ac_arg
48   case "$ac_arg" in
49   *" "*|*"      "*|*[[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']]*)
50     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
51     # if the argument is of the form -foo=baz, quote the baz part only
52     ac_arg=`echo "'$ac_arg'" | sed "s/^'\([[-a-zA-Z0-9]]*=\)/\\1'/"` ;;
53   *) ;;
54   esac
55   # Add the quoted argument to the list.
56   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
57 done
58 if test "$silent" = yes; then
59   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
61 # Remove the initial space we just introduced and, as these will be
62 # expanded by make, quote '$'.
63 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
64 AC_SUBST(TOPLEVEL_CONFIGURE_ARGUMENTS)
66 # Find the build, host, and target systems.
67 ACX_NONCANONICAL_BUILD
68 ACX_NONCANONICAL_HOST
69 ACX_NONCANONICAL_TARGET
71 dnl Autoconf 2.5x and later will set a default program prefix if
72 dnl --target was used, even if it was the same as --host.  Disable
73 dnl that behavior.  This must be done before AC_CANONICAL_SYSTEM
74 dnl to take effect.
75 test "$host_noncanonical" = "$target_noncanonical" &&
76   test "$program_prefix$program_suffix$program_transform_name" = \
77     NONENONEs,x,x, &&
78   program_transform_name=s,y,y,
80 AC_CANONICAL_SYSTEM
81 AC_ARG_PROGRAM
83 m4_pattern_allow([^AS_FOR_TARGET$])dnl
84 m4_pattern_allow([^AS_FOR_BUILD$])dnl
86 # Get 'install' or 'install-sh' and its variants.
87 AC_PROG_INSTALL
88 ACX_PROG_LN
89 AC_PROG_LN_S
90 AC_PROG_SED
91 AC_PROG_AWK
93 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
95 # We pass INSTALL explicitly to sub-makes.  Make sure that it is not
96 # a relative path.
97 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
98   INSTALL="${srcpwd}/install-sh -c"
101 # Set srcdir to "." if that's what it is.
102 # This is important for multilib support.
103 pwd=`${PWDCMD-pwd}`
104 if test "${pwd}" = "${srcpwd}" ; then
105   srcdir=.
108 topsrcdir=$srcpwd
110 extra_host_args=
112 ### To add a new directory to the tree, first choose whether it is a target
113 ### or a host dependent tool.  Then put it into the appropriate list
114 ### (library or tools, host or target), doing a dependency sort.
116 # Subdirs will be configured in the order listed in build_configdirs, 
117 # configdirs, or target_configdirs; see the serialization section below.
119 # Dependency sorting is only needed when *configuration* must be done in 
120 # a particular order.  In all cases a dependency should be specified in 
121 # the Makefile, whether or not it's implicitly specified here.
123 # Double entries in build_configdirs, configdirs, or target_configdirs may
124 # cause circular dependencies and break everything horribly.
126 # these library is used by various programs built for the build
127 # environment
129 build_libs="build-libiberty build-libcpp"
131 # these tools are built for the build environment
132 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
134 # these libraries are used by various programs built for the host environment
136 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
138 # these tools are built for the host environment
139 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
140 # know that we are building the simulator.
141 # binutils, gas and ld appear in that order because it makes sense to run
142 # "make check" in that particular order.
143 # If --enable-gold is used, "gold" may replace "ld".
144 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
146 # libgcj represents the runtime libraries only used by gcj.
147 libgcj="target-libffi \
148         target-zlib \
149         target-libjava"
151 # these libraries are built for the target environment, and are built after
152 # the host libraries and the host tools (which may be a cross compiler)
153 # Note that libiberty is not a target library.
154 target_libraries="target-libgcc \
155                 target-libbacktrace \
156                 target-libgloss \
157                 target-newlib \
158                 target-libgomp \
159                 target-libcilkrts \
160                 target-libatomic \
161                 target-libitm \
162                 target-libstdc++-v3 \
163                 target-libsanitizer \
164                 target-libvtv \
165                 target-libssp \
166                 target-libquadmath \
167                 target-libgfortran \
168                 target-boehm-gc \
169                 ${libgcj} \
170                 target-libobjc \
171                 target-libgupc \
172                 target-libada \
173                 target-libgo"
175 # these tools are built using the target libraries, and are intended to
176 # run only in the target environment
178 # note: any program that *uses* libraries that are in the "target_libraries"
179 # list belongs in this list.
181 target_tools="target-rda"
183 ################################################################################
185 ## All tools belong in one of the four categories, and are assigned above
186 ## We assign ${configdirs} this way to remove all embedded newlines.  This
187 ## is important because configure will choke if they ever get through.
188 ## ${configdirs} is directories we build using the host tools.
189 ## ${target_configdirs} is directories we build using the target tools.
190 configdirs=`echo ${host_libs} ${host_tools}`
191 target_configdirs=`echo ${target_libraries} ${target_tools}`
192 build_configdirs=`echo ${build_libs} ${build_tools}`
194 m4_divert_text([PARSE_ARGS],
195 [case $srcdir in
196   *" "*)
197 m4_pushdef([AS_MESSAGE_LOG_FD], [])dnl
198     AC_MSG_ERROR([path to source, $srcdir, contains spaces])
199 m4_popdef([AS_MESSAGE_LOG_FD])dnl
200     ;;
201 esac
202 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
205 ################################################################################
207 srcname="gnu development package"
209 # This gets set non-empty for some net releases of packages.
210 appdirs=""
212 # Define is_cross_compiler to save on calls to 'test'.
213 is_cross_compiler=
214 if test x"${host}" = x"${target}" ; then
215   is_cross_compiler=no
216 else
217   is_cross_compiler=yes
218 fi      
220 # Find the build and target subdir names.
221 GCC_TOPLEV_SUBDIRS
222 # Be sure to cover against remnants of an in-tree build.
223 if test $srcdir != .  && test -d $srcdir/host-${host_noncanonical}; then
224   AC_MSG_ERROR([building out of tree but $srcdir contains host-${host_noncanonical}.
225 Use a pristine source tree when building in a separate tree])
228 # Skipdirs are removed silently.
229 skipdirs=
230 # Noconfigdirs are removed loudly.
231 noconfigdirs=""
233 use_gnu_ld=
234 # Make sure we don't let GNU ld be added if we didn't want it.
235 if test x$with_gnu_ld = xno ; then
236   use_gnu_ld=no
237   noconfigdirs="$noconfigdirs ld gold"
240 use_gnu_as=
241 # Make sure we don't let GNU as be added if we didn't want it.
242 if test x$with_gnu_as = xno ; then
243   use_gnu_as=no
244   noconfigdirs="$noconfigdirs gas"
247 use_included_zlib=
248 # Make sure we don't let ZLIB be added if we didn't want it.
249 if test x$with_system_zlib = xyes ; then
250   use_included_zlib=no
251   noconfigdirs="$noconfigdirs zlib"
254 # some tools are so dependent upon X11 that if we're not building with X, 
255 # it's not even worth trying to configure, much less build, that tool.
257 case ${with_x} in
258   yes | "") ;; # the default value for this tree is that X11 is available
259   no)
260     skipdirs="${skipdirs} tk itcl libgui"
261     # We won't be able to build gdbtk without X.
262     enable_gdbtk=no 
263     ;;
264   *)  echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
265 esac
267 # Some are only suitable for cross toolchains.
268 # Remove these if host=target.
269 cross_only="target-libgloss target-newlib target-opcodes"
271 case $is_cross_compiler in
272   no) skipdirs="${skipdirs} ${cross_only}" ;;
273 esac
275 # If both --with-headers and --with-libs are specified, default to
276 # --without-newlib.
277 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
278    && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
279   if test x"${with_newlib}" = x ; then
280     with_newlib=no
281   fi
284 # Recognize --with-newlib/--without-newlib.
285 case ${with_newlib} in
286   no) skipdirs="${skipdirs} target-newlib" ;;
287   yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
288 esac
290 # Handle --enable-gold, --enable-ld.
291 # --disable-gold [--enable-ld]
292 #     Build only ld.  Default option.
293 # --enable-gold [--enable-ld]
294 #     Build both gold and ld.  Install gold as "ld.gold", install ld
295 #     as "ld.bfd" and "ld".
296 # --enable-gold=default [--enable-ld]
297 #     Build both gold and ld.  Install gold as "ld.gold" and "ld",
298 #     install ld as "ld.bfd".
299 # --enable-gold[=default] --disable-ld
300 #     Build only gold, which is then installed as both "ld.gold" and "ld".
301 # --enable-gold --enable-ld=default
302 #     Build both gold (installed as "ld.gold") and ld (installed as "ld"
303 #     and ld.bfd).
304 #     In other words, ld is default
305 # --enable-gold=default --enable-ld=default
306 #     Error.
308 default_ld=
309 AC_ARG_ENABLE(gold,
310 [AS_HELP_STRING([[--enable-gold[=ARG]]],
311                 [build gold @<:@ARG={default,yes,no}@:>@])],
312 ENABLE_GOLD=$enableval,
313 ENABLE_GOLD=no)
314 case "${ENABLE_GOLD}" in
315   yes|default)
316     # Check for ELF target.
317     is_elf=no
318     case "${target}" in
319       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
320       | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
321       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
322       | *-*-solaris2* | *-*-nto* | *-*-nacl*)
323         case "${target}" in
324           *-*-linux*aout* | *-*-linux*oldld*)
325             ;;
326           *)
327             is_elf=yes
328             ;;
329         esac
330     esac
332     if test "$is_elf" = "yes"; then
333       # Check for target supported by gold.
334       case "${target}" in
335         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
336         | aarch64*-*-* | tilegx*-*-*)
337           configdirs="$configdirs gold"
338           if test x${ENABLE_GOLD} = xdefault; then
339             default_ld=gold
340           fi
341           ENABLE_GOLD=yes
342           ;;
343       esac
344     fi
345     ;;
346   no)
347     ;;
348   *)
349     AC_MSG_ERROR([invalid --enable-gold argument])
350     ;;
351 esac
353 AC_ARG_ENABLE(ld,
354 [AS_HELP_STRING([[--enable-ld[=ARG]]],
355                 [build ld @<:@ARG={default,yes,no}@:>@])],
356 ENABLE_LD=$enableval,
357 ENABLE_LD=yes)
359 case "${ENABLE_LD}" in
360   default)
361     if test x${default_ld} != x; then
362       AC_MSG_ERROR([either gold or ld can be the default ld])
363     fi
364     ;;
365   yes)
366     ;;
367   no)
368     if test x${ENABLE_GOLD} != xyes; then
369       AC_MSG_WARN([neither ld nor gold are enabled])
370     fi
371     configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
372     ;;
373   *)
374     AC_MSG_ERROR([invalid --enable-ld argument])
375     ;;
376 esac
378 # Configure extra directories which are host specific
380 case "${host}" in
381   *-cygwin*)
382     configdirs="$configdirs libtermcap" ;;
383 esac
385 # A target can indicate whether a language isn't supported for some reason.
386 # Only spaces may be used in this macro; not newlines or tabs.
387 unsupported_languages=
389 # Remove more programs from consideration, based on the host or 
390 # target this usually means that a port of the program doesn't
391 # exist yet.
393 case "${host}" in
394   i[[3456789]]86-*-msdosdjgpp*)
395     noconfigdirs="$noconfigdirs tcl tk itcl"
396     ;;
397 esac
400 AC_ARG_ENABLE(libquadmath,
401 AS_HELP_STRING([--disable-libquadmath],
402   [do not build libquadmath directory]),
403 ENABLE_LIBQUADMATH=$enableval,
404 ENABLE_LIBQUADMATH=yes)
405 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
406   noconfigdirs="$noconfigdirs target-libquadmath"
410 AC_ARG_ENABLE(libquadmath-support,
411 AS_HELP_STRING([--disable-libquadmath-support],
412   [disable libquadmath support for Fortran]),
413 ENABLE_LIBQUADMATH_SUPPORT=$enableval,
414 ENABLE_LIBQUADMATH_SUPPORT=yes)
415 enable_libquadmath_support=
416 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
417   enable_libquadmath_support=no
421 AC_ARG_ENABLE(libada,
422 [AS_HELP_STRING([--enable-libada], [build libada directory])],
423 ENABLE_LIBADA=$enableval,
424 ENABLE_LIBADA=yes)
425 if test "${ENABLE_LIBADA}" != "yes" ; then
426   noconfigdirs="$noconfigdirs gnattools"
429 AC_ARG_ENABLE(libssp,
430 [AS_HELP_STRING([--enable-libssp], [build libssp directory])],
431 ENABLE_LIBSSP=$enableval,
432 ENABLE_LIBSSP=yes)
434 AC_ARG_ENABLE(libstdcxx,
435 AS_HELP_STRING([--disable-libstdcxx],
436   [do not build libstdc++-v3 directory]),
437 ENABLE_LIBSTDCXX=$enableval,
438 ENABLE_LIBSTDCXX=default)
439 [if test "${ENABLE_LIBSTDCXX}" = "no" ; then
440   noconfigdirs="$noconfigdirs target-libstdc++-v3"
443 # Save it here so that, even in case of --enable-libgcj, if the Java
444 # front-end isn't enabled, we still get libgcj disabled.
445 libgcj_saved=$libgcj
446 case $enable_libgcj in
447 yes)
448   # If we reset it here, it won't get added to noconfigdirs in the
449   # target-specific build rules, so it will be forcibly enabled
450   # (unless the Java language itself isn't enabled).
451   libgcj=
452   ;;
454   # Make sure we get it printed in the list of not supported target libs.
455   # Don't disable libffi, though, other languages use it.
456   noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
457   # Clear libgcj_saved so that even if java is enabled libffi won't be
458   # built.
459   libgcj_saved=
460   ;;
461 esac
463 AC_ARG_ENABLE(static-libjava,
464 [AS_HELP_STRING([[--enable-static-libjava[=ARG]]],
465                 [build static libjava @<:@default=no@:>@])],
466 ENABLE_STATIC_LIBJAVA=$enableval,
467 ENABLE_STATIC_LIBJAVA=no)
468 enable_static_libjava=
469 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
470   enable_static_libjava=yes
473 if test x$enable_static_libjava != xyes ; then
474   EXTRA_CONFIGARGS_LIBJAVA=--disable-static
476 AC_SUBST(EXTRA_CONFIGARGS_LIBJAVA)
478 posix_based_os="yes"
479 case "${target}" in
480     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
481         ;;
482     *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
483         ;;
484     *-*-solaris2* | *-*-hpux11*)
485         ;;
486     *-*-darwin* | *-*-aix*)
487         ;;
488     *)
489     posix_based_os="no"
490     ;;
491 esac
493 # Enable libgomp by default on POSIX hosted systems.
494 if test x$enable_libgomp = x -a $posix_based_os = "no" ; then
495     # Disable libgomp on non POSIX hosted systems.
496     noconfigdirs="$noconfigdirs target-libgomp"
499 # Enable libgupc by default on POSIX hosted systems.
500 if test x$enable_libgupc = x -a $posix_based_os = "no" ; then
501     # Disable libgupc on non POSIX hosted systems.
502     noconfigdirs="$noconfigdirs target-libgupc"
505 # Disable libatomic on unsupported systems.
506 if test -d ${srcdir}/libatomic; then
507     if test x$enable_libatomic = x; then
508         AC_MSG_CHECKING([for libatomic support])
509         if (srcdir=${srcdir}/libatomic; \
510                 . ${srcdir}/configure.tgt; \
511                 test -n "$UNSUPPORTED")
512         then
513             AC_MSG_RESULT([no])
514             noconfigdirs="$noconfigdirs target-libatomic"
515         else
516             AC_MSG_RESULT([yes])
517         fi
518     fi
521 # Disable libcilkrts on unsupported systems.
522 if test -d ${srcdir}/libcilkrts; then
523     if test x$enable_libcilkrts = x; then
524         AC_MSG_CHECKING([for libcilkrts support])
525         if (srcdir=${srcdir}/libcilkrts; \
526                 . ${srcdir}/configure.tgt; \
527                 test -n "$UNSUPPORTED")
528         then
529             AC_MSG_RESULT([no])
530             noconfigdirs="$noconfigdirs target-libcilkrts"
531         else
532             AC_MSG_RESULT([yes])
533         fi
534     fi
537 # Disable libitm on unsupported systems.
538 if test -d ${srcdir}/libitm; then
539     if test x$enable_libitm = x; then
540         AC_MSG_CHECKING([for libitm support])
541         if (srcdir=${srcdir}/libitm; \
542                 . ${srcdir}/configure.tgt; \
543                 test -n "$UNSUPPORTED")
544         then
545             AC_MSG_RESULT([no])
546             noconfigdirs="$noconfigdirs target-libitm"
547         else
548             AC_MSG_RESULT([yes])
549         fi
550     fi
553 # Disable libsanitizer on unsupported systems.
554 if test -d ${srcdir}/libsanitizer; then
555     if test x$enable_libsanitizer = x; then
556         AC_MSG_CHECKING([for libsanitizer support])
557         if (srcdir=${srcdir}/libsanitizer; \
558                 . ${srcdir}/configure.tgt; \
559                 test -n "$UNSUPPORTED")
560         then
561             AC_MSG_RESULT([no])
562             noconfigdirs="$noconfigdirs target-libsanitizer"
563         else
564             AC_MSG_RESULT([yes])
565         fi
566     fi
569 # Disable libvtv on unsupported systems.
570 if test -d ${srcdir}/libvtv; then
571     if test x$enable_libvtv = x; then
572         AC_MSG_CHECKING([for libvtv support])
573         if (srcdir=${srcdir}/libvtv; \
574                 . ${srcdir}/configure.tgt; \
575                 test "$VTV_SUPPORTED" != "yes")
576         then
577             AC_MSG_RESULT([no])
578             noconfigdirs="$noconfigdirs target-libvtv"
579         else
580             AC_MSG_RESULT([yes])
581         fi
582     fi
585 # Disable libquadmath for some systems.
586 case "${target}" in
587   avr-*-*)
588     noconfigdirs="$noconfigdirs target-libquadmath"
589     ;;
590   # libquadmath is unused on AIX and libquadmath build process use of
591   # LD_LIBRARY_PATH can break AIX bootstrap.
592   powerpc-*-aix* | rs6000-*-aix*)
593     noconfigdirs="$noconfigdirs target-libquadmath"
594     ;;
595 esac
597 # Disable libssp for some systems.
598 case "${target}" in
599   avr-*-*)
600     # No hosted I/O support.
601     noconfigdirs="$noconfigdirs target-libssp"
602     ;;
603   powerpc-*-aix* | rs6000-*-aix*)
604     noconfigdirs="$noconfigdirs target-libssp"
605     ;;
606   rl78-*-*)
607     # libssp uses a misaligned load to trigger a fault, but the RL78
608     # doesn't fault for those - instead, it gives a build-time error
609     # for explicit misaligned loads.
610     noconfigdirs="$noconfigdirs target-libssp"
611     ;;
612 esac
614 # Disable libstdc++-v3 for some systems.
615 # Allow user to override this if they pass --enable-libstdc++-v3
616 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
617   case "${target}" in
618     *-*-vxworks*)
619       # VxWorks uses the Dinkumware C++ library.
620       noconfigdirs="$noconfigdirs target-libstdc++-v3"
621       ;;
622     arm*-wince-pe*)
623       # the C++ libraries don't build on top of CE's C libraries
624       noconfigdirs="$noconfigdirs target-libstdc++-v3"
625       ;;
626     avr-*-*)
627       noconfigdirs="$noconfigdirs target-libstdc++-v3"
628       ;;
629   esac
632 # Disable Fortran for some systems.
633 case "${target}" in
634   mmix-*-*)
635     # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
636     unsupported_languages="$unsupported_languages fortran"
637     ;;
638 esac
640 # Disable Java if libffi is not supported.
641 case "${target}" in
642   aarch64-*-*)
643     ;;
644   alpha*-*-*)
645     ;;
646   arm*-*-*)
647     ;;
648   cris-*-*)
649     ;;
650   frv-*-*)
651     ;;
652   hppa*-*-linux*)
653     ;;
654   hppa*-*-hpux*)
655     ;;
656   i?86-*-*)
657     ;;
658   ia64*-*-*)
659     ;;
660   m32r*-*-*)
661     ;;
662   m68k-*-*)
663     ;;
664   mips*-*-rtems*)
665     ;;
666   mips*-*-linux*)
667     ;;
668   powerpc*-*-linux*)
669     ;;
670   powerpc-*-darwin*)
671     ;;
672   powerpc-*-aix* | rs6000-*-aix*)
673     ;;
674   powerpc-*-freebsd*)
675     ;;
676   powerpc64-*-freebsd*)
677     ;;
678   powerpc*-*-rtems*)
679     ;;
680   s390-*-* | s390x-*-*)
681     ;;
682   sh-*-* | sh[[34]]*-*-*)
683     ;;
684   sh64-*-* | sh5*-*-*)
685     ;;
686   sparc*-*-*)
687     ;;
688   x86_64-*-*)
689     ;;
690   *-*-*)
691     unsupported_languages="$unsupported_languages java"
692     ;;
693 esac
695 # Disable Java, libgcj or related libraries for some systems.
696 case "${target}" in
697   powerpc-*-darwin*)
698     ;;
699   i[[3456789]]86-*-darwin*)
700     ;;
701   x86_64-*-darwin[[912]]*)
702     ;;
703   *-*-darwin*)
704     noconfigdirs="$noconfigdirs ${libgcj}"
705     ;;
706   *-*-netware*)
707     noconfigdirs="$noconfigdirs ${libgcj}"
708     ;;
709   *-*-rtems*)
710     noconfigdirs="$noconfigdirs ${libgcj}"
711     ;;
712   *-*-tpf*)
713     noconfigdirs="$noconfigdirs ${libgcj}"
714     ;;
715   *-*-uclinux*)
716     noconfigdirs="$noconfigdirs ${libgcj}"
717     ;;
718   *-*-vxworks*)
719     noconfigdirs="$noconfigdirs ${libgcj}"
720     ;;
721   alpha*-*-*vms*)
722     noconfigdirs="$noconfigdirs ${libgcj}"
723     ;;
724   arm-wince-pe)
725     noconfigdirs="$noconfigdirs ${libgcj}"
726     ;;
727   arm*-*-symbianelf*)
728     noconfigdirs="$noconfigdirs ${libgcj}"
729     ;;
730   bfin-*-*)
731     noconfigdirs="$noconfigdirs target-boehm-gc"
732     ;;
733   cris-*-* | crisv32-*-*)
734     unsupported_languages="$unsupported_languages java"
735     case "${target}" in
736       *-*-linux*)
737         ;;
738       *) # See PR46792 regarding target-libffi.
739         noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
740     esac
741     ;;
742   hppa*64*-*-linux*)
743     # In this case, it's because the hppa64-linux target is for
744     # the kernel only at this point and has no libc, and thus no
745     # headers, crt*.o, etc., all of which are needed by these.
746     unsupported_languages="$unsupported_languages java"
747     ;;
748   hppa*64*-*-hpux*)
749     noconfigdirs="$noconfigdirs ${libgcj}"
750     ;;
751   hppa*-hp-hpux11*)
752     ;;
753   hppa*-*-hpux*)
754     # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
755     # build on HP-UX 10.20.
756     noconfigdirs="$noconfigdirs ${libgcj}"
757     ;;
758   ia64*-*-*vms*)
759     noconfigdirs="$noconfigdirs ${libgcj}"
760     ;;
761   i[[3456789]]86-w64-mingw*)
762     noconfigdirs="$noconfigdirs ${libgcj}"
763     ;;
764   i[[3456789]]86-*-mingw*)
765     noconfigdirs="$noconfigdirs ${libgcj}"
766     ;;
767   x86_64-*-mingw*)
768     noconfigdirs="$noconfigdirs ${libgcj}"
769     ;;
770   mmix-*-*)
771     noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
772     ;;
773   powerpc-*-aix*)
774     # copied from rs6000-*-* entry
775     noconfigdirs="$noconfigdirs ${libgcj}"
776     ;;
777   rs6000-*-aix*)
778     noconfigdirs="$noconfigdirs ${libgcj}"
779     ;;
780   *-*-lynxos*)
781     noconfigdirs="$noconfigdirs ${libgcj}"
782     ;; 
783 esac
785 # Disable the go frontend on systems where it is known to not work.
786 case "${target}" in
787 *-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
788     unsupported_languages="$unsupported_languages go"
789     ;;
790 esac
792 # Disable libgo for some systems where it is known to not work.
793 # For testing, you can easily override this with --enable-libgo.
794 if test x$enable_libgo = x; then
795     case "${target}" in
796     *-*-darwin*)
797         # PR 46986
798         noconfigdirs="$noconfigdirs target-libgo"
799         ;;
800     *-*-cygwin* | *-*-mingw*)
801         noconfigdirs="$noconfigdirs target-libgo"
802         ;;
803     *-*-aix*)
804         noconfigdirs="$noconfigdirs target-libgo"
805         ;;
806     esac
809 # Default libgloss CPU subdirectory.
810 libgloss_dir="$target_cpu"
812 case "${target}" in
813   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
814     libgloss_dir=wince
815     ;;
816   aarch64*-*-* )
817     libgloss_dir=aarch64
818     ;;
819   arm*-*-*)
820     libgloss_dir=arm
821     ;;
822   cris-*-* | crisv32-*-*)
823     libgloss_dir=cris
824     ;;
825   hppa*-*-*)
826     libgloss_dir=pa
827     ;;
828   i[[3456789]]86-*-*)
829     libgloss_dir=i386
830     ;;
831   m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
832     libgloss_dir=m68hc11
833     ;;
834   m68*-*-* | fido-*-*)
835     libgloss_dir=m68k
836     ;;
837   mips*-*-*)
838     libgloss_dir=mips
839     ;;
840   powerpc*-*-*)
841     libgloss_dir=rs6000
842     ;;
843   sparc*-*-*)
844     libgloss_dir=sparc
845     ;;
846 esac
848 # Disable newlib and libgloss for various target OSes.
849 case "${target}" in
850   alpha*-dec-osf*)
851     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
852     ;;
853   i[[3456789]]86-*-linux*)
854     # This section makes it possible to build newlib natively on linux.
855     # If we are using a cross compiler then don't configure newlib.
856     if test x${is_cross_compiler} != xno ; then
857       noconfigdirs="$noconfigdirs target-newlib"
858     fi
859     noconfigdirs="$noconfigdirs target-libgloss"
860     # If we are not using a cross compiler, do configure newlib.
861     # Note however, that newlib will only be configured in this situation
862     # if the --with-newlib option has been given, because otherwise
863     # 'target-newlib' will appear in skipdirs.
864     ;;
865   i[[3456789]]86-*-rdos*)
866     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
867     ;;
868   sh*-*-pe|mips*-*-pe|arm-wince-pe)
869     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
870     ;;
871   sparc-*-sunos4*)
872     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
873     ;;
874   *-*-aix*)
875     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
876     ;;
877   *-*-beos*)
878     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
879     ;;
880   *-*-chorusos)
881     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
882     ;;
883   *-*-dragonfly*)
884     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
885     ;;
886   *-*-freebsd*)
887     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
888     ;;
889   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
890     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
891     ;;
892   *-*-lynxos*)
893     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
894     ;; 
895   *-*-mingw*)
896     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
897     ;;
898   *-*-netbsd*)
899     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
900     ;;
901   *-*-netware*)
902     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
903     ;;
904   *-*-tpf*)
905     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
906     ;;
907   *-*-uclinux*)
908     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
909     ;;
910   *-*-vxworks*)
911     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
912     ;;
913 esac
915 case "${target}" in
916   *-*-chorusos)
917     ;;
918   powerpc-*-darwin*)
919     noconfigdirs="$noconfigdirs ld gas gdb gprof"
920     noconfigdirs="$noconfigdirs sim target-rda"
921     ;;
922   i[[3456789]]86-*-darwin*)
923     noconfigdirs="$noconfigdirs ld gprof"
924     noconfigdirs="$noconfigdirs sim target-rda"
925     ;;
926   x86_64-*-darwin[[912]]*)
927     noconfigdirs="$noconfigdirs ld gas gprof"
928     noconfigdirs="$noconfigdirs sim target-rda"
929     ;;
930   *-*-darwin*)
931     noconfigdirs="$noconfigdirs ld gas gdb gprof"
932     noconfigdirs="$noconfigdirs sim target-rda"
933     ;;
934   *-*-dragonfly*)
935     ;;
936   *-*-freebsd*)
937     if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
938         && test -f /usr/local/include/gmp.h; then
939       with_gmp=/usr/local
940     fi
941     ;;
942   *-*-kaos*)
943     # Remove unsupported stuff on all kaOS configurations.
944     noconfigdirs="$noconfigdirs target-libgloss"
945     ;;
946   *-*-netbsd*)
947     ;;
948   *-*-netware*)
949     ;;
950   *-*-rtems*)
951     noconfigdirs="$noconfigdirs target-libgloss"
952     ;;
953     # The tpf target doesn't support gdb yet.
954   *-*-tpf*)
955     noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
956     ;;
957   *-*-uclinux*)
958     noconfigdirs="$noconfigdirs target-rda"
959     ;;
960   *-*-vxworks*)
961     ;;
962   alpha*-dec-osf*)
963     # ld works, but does not support shared libraries.
964     # gas doesn't generate exception information.
965     noconfigdirs="$noconfigdirs gas ld"
966     ;;
967   alpha*-*-*vms*)
968     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
969     ;;
970   alpha*-*-*)
971     # newlib is not 64 bit ready
972     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
973     ;;
974   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
975     noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
976     ;;
977   arc-*-*|arceb-*-*)
978     noconfigdirs="$noconfigdirs target-libgloss"
979     ;;
980   arm-*-pe*)
981     noconfigdirs="$noconfigdirs target-libgloss"
982     ;;
983   arm-*-riscix*)
984     noconfigdirs="$noconfigdirs ld target-libgloss"
985     ;;
986   avr-*-rtems*)
987     ;;
988   avr-*-*)
989     if test x${with_avrlibc} != xno; then
990       noconfigdirs="$noconfigdirs target-newlib target-libgloss"
991     fi
992     ;;
993   c4x-*-* | tic4x-*-*)
994     noconfigdirs="$noconfigdirs target-libgloss"
995     ;;
996   tic54x-*-*)
997     noconfigdirs="$noconfigdirs target-libgloss gdb"
998     ;;
999   d10v-*-*)
1000     noconfigdirs="$noconfigdirs target-libgloss"
1001     ;;
1002   d30v-*-*)
1003     noconfigdirs="$noconfigdirs gdb"
1004     ;;
1005   fr30-*-elf*)
1006     noconfigdirs="$noconfigdirs gdb"
1007     ;;
1008   moxie-*-*)
1009     noconfigdirs="$noconfigdirs gprof"
1010     ;;
1011   h8300*-*-*)
1012     noconfigdirs="$noconfigdirs target-libgloss"
1013     ;;
1014   h8500-*-*)
1015     noconfigdirs="$noconfigdirs target-libgloss"
1016     ;;
1017   hppa1.1-*-osf* | hppa1.1-*-bsd* )
1018     ;;
1019   hppa*64*-*-linux*)
1020     ;;
1021   hppa*-*-linux*)
1022     ;;
1023   hppa*-*-*elf* | \
1024   hppa*-*-lites* | \
1025   hppa*-*-openbsd* | \
1026   hppa*64*-*-*)
1027     ;;
1028   hppa*-hp-hpux11*)
1029     noconfigdirs="$noconfigdirs ld"
1030     ;;
1031   hppa*-*-pro*)
1032     ;;
1033   hppa*-*-*)
1034     noconfigdirs="$noconfigdirs ld"
1035     ;;
1036   i960-*-*)
1037     noconfigdirs="$noconfigdirs gdb"
1038     ;;
1039   ia64*-*-elf*)
1040     # No gdb support yet.
1041     noconfigdirs="$noconfigdirs readline libgui itcl gdb"
1042     ;;
1043   ia64*-**-hpux*)
1044     # No ld support yet.
1045     noconfigdirs="$noconfigdirs libgui itcl ld"
1046     ;;
1047   ia64*-*-*vms*)
1048     # No ld support yet.
1049     noconfigdirs="$noconfigdirs libgui itcl ld"
1050     ;;
1051   i[[3456789]]86-w64-mingw*)
1052     ;;
1053   i[[3456789]]86-*-mingw*)
1054     target_configdirs="$target_configdirs target-winsup"
1055     ;;
1056   *-*-cygwin*)
1057     target_configdirs="$target_configdirs target-libtermcap target-winsup"
1058     noconfigdirs="$noconfigdirs target-libgloss"
1059     # always build newlib if winsup directory is present.
1060     if test -d "$srcdir/winsup/cygwin"; then
1061       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1062     elif test -d "$srcdir/newlib"; then
1063       echo "Warning: winsup/cygwin is missing so newlib can't be built."
1064     fi
1065     ;;
1066   i[[3456789]]86-*-pe)
1067     noconfigdirs="$noconfigdirs target-libgloss"
1068     ;;
1069   i[[3456789]]86-*-sco3.2v5*)
1070     # The linker does not yet know about weak symbols in COFF,
1071     # and is not configured to handle mixed ELF and COFF.
1072     noconfigdirs="$noconfigdirs ld target-libgloss"
1073     ;;
1074   i[[3456789]]86-*-sco*)
1075     noconfigdirs="$noconfigdirs gprof target-libgloss"
1076     ;;
1077   i[[3456789]]86-*-solaris2* | x86_64-*-solaris2.1[[0-9]]*)
1078     noconfigdirs="$noconfigdirs target-libgloss"
1079     ;;
1080   i[[3456789]]86-*-sysv4*)
1081     noconfigdirs="$noconfigdirs target-libgloss"
1082     ;;
1083   i[[3456789]]86-*-beos*)
1084     noconfigdirs="$noconfigdirs gdb"
1085     ;;
1086   i[[3456789]]86-*-rdos*)
1087     noconfigdirs="$noconfigdirs gdb"
1088     ;;
1089   mmix-*-*)
1090     noconfigdirs="$noconfigdirs gdb"
1091     ;;
1092   mt-*-*)
1093     noconfigdirs="$noconfigdirs sim"
1094     ;;
1095   powerpc-*-aix*)
1096     # copied from rs6000-*-* entry
1097     noconfigdirs="$noconfigdirs gprof"
1098     ;;
1099   powerpc*-*-winnt* | powerpc*-*-pe*)
1100     target_configdirs="$target_configdirs target-winsup"
1101     noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
1102     # always build newlib.
1103     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1104     ;;
1105     # This is temporary until we can link against shared libraries
1106   powerpcle-*-solaris*)
1107     noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
1108     ;;
1109   powerpc-*-beos*)
1110     noconfigdirs="$noconfigdirs gdb"
1111     ;;
1112   rs6000-*-lynxos*)
1113     noconfigdirs="$noconfigdirs gprof"
1114     ;;
1115   rs6000-*-aix*)
1116     noconfigdirs="$noconfigdirs gprof"
1117     ;;
1118   rs6000-*-*)
1119     noconfigdirs="$noconfigdirs gprof"
1120     ;;
1121   m68k-apollo-*)
1122     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
1123     ;;
1124   microblaze*)
1125     noconfigdirs="$noconfigdirs gprof"
1126     ;;
1127   mips*-sde-elf* | mips*-mti-elf*)
1128     if test x$with_newlib = xyes; then
1129       noconfigdirs="$noconfigdirs gprof"
1130     fi
1131     ;;
1132   mips*-*-irix5*)
1133     noconfigdirs="$noconfigdirs gprof target-libgloss"
1134     ;;
1135   mips*-*-irix6*)
1136     noconfigdirs="$noconfigdirs gprof target-libgloss"
1137     ;;
1138   mips*-*-bsd*)
1139     noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
1140     ;;
1141   mips*-*-linux*)
1142     ;;
1143   mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
1144   | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
1145     noconfigdirs="$noconfigdirs ld gas gprof"
1146     ;;
1147   mips*-*-*)
1148     noconfigdirs="$noconfigdirs gprof"
1149     ;;
1150   sh-*-* | sh64-*-*)
1151     case "${target}" in
1152       sh*-*-elf)
1153          ;;
1154       *)
1155          noconfigdirs="$noconfigdirs target-libgloss" ;;
1156     esac
1157     ;;
1158   sparc-*-sunos4*)
1159     if test x${is_cross_compiler} = xno ; then
1160            use_gnu_ld=no
1161     fi
1162     ;;
1163   tic6x-*-*)
1164     noconfigdirs="$noconfigdirs sim"
1165     ;;
1166   tilepro*-*-* | tilegx*-*-*)
1167     noconfigdirs="$noconfigdirs sim"
1168     ;;
1169   v810-*-*)
1170     noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
1171     ;;
1172   vax-*-*)
1173     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1174     ;;
1175 esac
1177 # If we aren't building newlib, then don't build libgloss, since libgloss
1178 # depends upon some newlib header files.
1179 case "${noconfigdirs}" in
1180   *target-libgloss*) ;;
1181   *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
1182 esac
1184 # Work in distributions that contain no compiler tools, like Autoconf.
1185 host_makefile_frag=/dev/null
1186 if test -d ${srcdir}/config ; then
1187 case "${host}" in
1188   i[[3456789]]86-*-msdosdjgpp*)
1189     host_makefile_frag="config/mh-djgpp"
1190     ;;
1191   *-cygwin*)
1192     ACX_CHECK_CYGWIN_CAT_WORKS
1193     host_makefile_frag="config/mh-cygwin"
1194     ;;
1195   *-mingw*)
1196     host_makefile_frag="config/mh-mingw"
1197     ;;
1198   alpha*-*-linux*)
1199     host_makefile_frag="config/mh-alpha-linux"
1200     ;;
1201   hppa*-hp-hpux10*)
1202     host_makefile_frag="config/mh-pa-hpux10"
1203     ;;
1204   hppa*-hp-hpux*)
1205     host_makefile_frag="config/mh-pa"
1206     ;;
1207   hppa*-*)      
1208     host_makefile_frag="config/mh-pa"
1209     ;;
1210   *-*-darwin*)
1211     host_makefile_frag="config/mh-darwin"
1212     ;;
1213   powerpc-*-aix*)
1214     host_makefile_frag="config/mh-ppc-aix"
1215     ;;
1216   rs6000-*-aix*)
1217     host_makefile_frag="config/mh-ppc-aix"
1218     ;;
1219 esac
1222 if test "${build}" != "${host}" ; then
1223   AR_FOR_BUILD=${AR_FOR_BUILD-ar}
1224   AS_FOR_BUILD=${AS_FOR_BUILD-as}
1225   CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1226   CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
1227   GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
1228   GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
1229   GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1230   GUPC_FOR_BUILD=${GUPC_FOR_BUILD-gupc}
1231   DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
1232   LD_FOR_BUILD=${LD_FOR_BUILD-ld}
1233   NM_FOR_BUILD=${NM_FOR_BUILD-nm}
1234   RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
1235   WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
1236   WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
1237 else
1238   AR_FOR_BUILD="\$(AR)"
1239   AS_FOR_BUILD="\$(AS)"
1240   CC_FOR_BUILD="\$(CC)"
1241   CXX_FOR_BUILD="\$(CXX)"
1242   GCJ_FOR_BUILD="\$(GCJ)"
1243   GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
1244   GOC_FOR_BUILD="\$(GOC)"
1245   GUPC_FOR_BUILD="\$(GUPC)"
1246   DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
1247   LD_FOR_BUILD="\$(LD)"
1248   NM_FOR_BUILD="\$(NM)"
1249   RANLIB_FOR_BUILD="\$(RANLIB)"
1250   WINDRES_FOR_BUILD="\$(WINDRES)"
1251   WINDMC_FOR_BUILD="\$(WINDMC)"
1254 AC_PROG_CC
1255 AC_PROG_CXX
1257 # We must set the default linker to the linker used by gcc for the correct
1258 # operation of libtool.  If LD is not defined and we are using gcc, try to
1259 # set the LD default to the ld used by gcc.
1260 if test -z "$LD"; then
1261   if test "$GCC" = yes; then
1262     case $build in
1263     *-*-mingw*)
1264       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
1265     *)
1266       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
1267     esac
1268     case $gcc_prog_ld in
1269     # Accept absolute paths.
1270     [[\\/]* | [A-Za-z]:[\\/]*)]
1271       LD="$gcc_prog_ld" ;;
1272     esac
1273   fi
1276 # Check whether -static-libstdc++ -static-libgcc is supported.
1277 have_static_libs=no
1278 if test "$GCC" = yes; then
1279   saved_LDFLAGS="$LDFLAGS"
1281   LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
1282   AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc])
1283   AC_LANG_PUSH(C++)
1284   AC_LINK_IFELSE([
1285 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
1286 #error -static-libstdc++ not implemented
1287 #endif
1288 int main() {}],
1289     [AC_MSG_RESULT([yes]); have_static_libs=yes],
1290     [AC_MSG_RESULT([no])])
1291   AC_LANG_POP(C++)
1293   LDFLAGS="$saved_LDFLAGS"
1296 ACX_PROG_GNAT
1297 ACX_PROG_CMP_IGNORE_INITIAL
1299 AC_ARG_ENABLE([bootstrap],
1300 [AS_HELP_STRING([--enable-bootstrap],
1301                 [enable bootstrapping @<:@yes if native build@:>@])],,
1302 enable_bootstrap=default)
1304 # Issue errors and warnings for invalid/strange bootstrap combinations.
1305 if test -r $srcdir/gcc/configure; then
1306   have_compiler=yes
1307 else
1308   have_compiler=no
1311 case "$have_compiler:$host:$target:$enable_bootstrap" in
1312   *:*:*:no) ;;
1314   # Default behavior.  Enable bootstrap if we have a compiler
1315   # and we are in a native configuration.
1316   yes:$build:$build:default)
1317     enable_bootstrap=yes ;;
1319   *:*:*:default)
1320     enable_bootstrap=no ;;
1322   # We have a compiler and we are in a native configuration, bootstrap is ok
1323   yes:$build:$build:yes)
1324     ;;
1326   # Other configurations, but we have a compiler.  Assume the user knows
1327   # what he's doing.
1328   yes:*:*:yes)
1329     AC_MSG_WARN([trying to bootstrap a cross compiler])
1330     ;;
1332   # No compiler: if they passed --enable-bootstrap explicitly, fail
1333   no:*:*:yes)
1334     AC_MSG_ERROR([cannot bootstrap without a compiler]) ;;
1336   # Fail if wrong command line
1337   *)
1338     AC_MSG_ERROR([invalid option for --enable-bootstrap])
1339     ;;
1340 esac
1342 # Used for setting $lt_cv_objdir
1343 _LT_CHECK_OBJDIR
1345 # Check for GMP, MPFR and MPC
1346 gmplibs="-lmpc -lmpfr -lgmp"
1347 gmpinc=
1348 have_gmp=no
1350 # Specify a location for mpc
1351 # check for this first so it ends up on the link line before mpfr.
1352 AC_ARG_WITH(mpc,
1353 [AS_HELP_STRING([--with-mpc=PATH],
1354                 [specify prefix directory for installed MPC package.
1355                  Equivalent to --with-mpc-include=PATH/include
1356                  plus --with-mpc-lib=PATH/lib])])
1357 AC_ARG_WITH(mpc-include,
1358 [AS_HELP_STRING([--with-mpc-include=PATH],
1359                 [specify directory for installed MPC include files])])
1360 AC_ARG_WITH(mpc-lib,
1361 [AS_HELP_STRING([--with-mpc-lib=PATH],
1362                 [specify directory for the installed MPC library])])
1364 if test "x$with_mpc" != x; then
1365   gmplibs="-L$with_mpc/lib $gmplibs"
1366   gmpinc="-I$with_mpc/include $gmpinc"
1368 if test "x$with_mpc_include" != x; then
1369   gmpinc="-I$with_mpc_include $gmpinc"
1371 if test "x$with_mpc_lib" != x; then
1372   gmplibs="-L$with_mpc_lib $gmplibs"
1374 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
1375   gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
1376   gmpinc='-I$$s/mpc/src '"$gmpinc"
1377   # Do not test the mpc version.  Assume that it is sufficient, since
1378   # it is in the source tree, and the library has not been built yet
1379   # but it would be included on the link line in the version check below
1380   # hence making the test fail.
1381   have_gmp=yes
1384 # Specify a location for mpfr
1385 # check for this first so it ends up on the link line before gmp.
1386 AC_ARG_WITH(mpfr-dir,
1387 [AS_HELP_STRING([--with-mpfr-dir=PATH], [this option has been REMOVED])],
1388 [AC_MSG_ERROR([The --with-mpfr-dir=PATH option has been removed.
1389 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH])])
1391 AC_ARG_WITH(mpfr,
1392 [AS_HELP_STRING([--with-mpfr=PATH],
1393                 [specify prefix directory for installed MPFR package.
1394                  Equivalent to --with-mpfr-include=PATH/include
1395                  plus --with-mpfr-lib=PATH/lib])])
1396 AC_ARG_WITH(mpfr-include,
1397 [AS_HELP_STRING([--with-mpfr-include=PATH],
1398                 [specify directory for installed MPFR include files])])
1399 AC_ARG_WITH(mpfr-lib,
1400 [AS_HELP_STRING([--with-mpfr-lib=PATH],
1401                 [specify directory for the installed MPFR library])])
1403 if test "x$with_mpfr" != x; then
1404   gmplibs="-L$with_mpfr/lib $gmplibs"
1405   gmpinc="-I$with_mpfr/include $gmpinc"
1407 if test "x$with_mpfr_include" != x; then
1408   gmpinc="-I$with_mpfr_include $gmpinc"
1410 if test "x$with_mpfr_lib" != x; then
1411   gmplibs="-L$with_mpfr_lib $gmplibs"
1413 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
1414   # MPFR v3.1.0 moved the sources into a src sub-directory.
1415   if test -d ${srcdir}/mpfr/src; then
1416     gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
1417     gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
1418     extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
1419   else
1420     gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
1421     gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
1422     extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
1423   fi
1424   # Do not test the mpfr version.  Assume that it is sufficient, since
1425   # it is in the source tree, and the library has not been built yet
1426   # but it would be included on the link line in the version check below
1427   # hence making the test fail.
1428   have_gmp=yes
1431 # Specify a location for gmp
1432 AC_ARG_WITH(gmp-dir,
1433 [AS_HELP_STRING([--with-gmp-dir=PATH], [this option has been REMOVED])],
1434 [AC_MSG_ERROR([The --with-gmp-dir=PATH option has been removed.
1435 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH])])
1437 AC_ARG_WITH(gmp,
1438 [AS_HELP_STRING([--with-gmp=PATH],
1439                 [specify prefix directory for the installed GMP package.
1440                  Equivalent to --with-gmp-include=PATH/include
1441                  plus --with-gmp-lib=PATH/lib])])
1442 AC_ARG_WITH(gmp-include,
1443 [AS_HELP_STRING([--with-gmp-include=PATH],
1444                 [specify directory for installed GMP include files])])
1445 AC_ARG_WITH(gmp-lib,
1446 [AS_HELP_STRING([--with-gmp-lib=PATH],
1447                 [specify directory for the installed GMP library])])
1450 if test "x$with_gmp" != x; then
1451   gmplibs="-L$with_gmp/lib $gmplibs"
1452   gmpinc="-I$with_gmp/include $gmpinc"
1454 if test "x$with_gmp_include" != x; then
1455   gmpinc="-I$with_gmp_include $gmpinc"
1457 if test "x$with_gmp_lib" != x; then
1458   gmplibs="-L$with_gmp_lib $gmplibs"
1460 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
1461   gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
1462   gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
1463   extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
1464   extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
1465   extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
1466   # Do not test the gmp version.  Assume that it is sufficient, since
1467   # it is in the source tree, and the library has not been built yet
1468   # but it would be included on the link line in the version check below
1469   # hence making the test fail.
1470   have_gmp=yes
1473 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
1474   have_gmp=yes
1475   saved_CFLAGS="$CFLAGS"
1476   CFLAGS="$CFLAGS $gmpinc"
1477   # Check for the recommended and required versions of GMP.
1478   AC_MSG_CHECKING([for the correct version of gmp.h])
1479   AC_TRY_COMPILE([#include "gmp.h"],[
1480   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1481   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
1482   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
1483   choke me
1484   #endif
1485   ], [AC_TRY_COMPILE([#include <gmp.h>],[
1486   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1487   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
1488   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
1489   choke me
1490   #endif
1491   ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
1492    [AC_MSG_RESULT([no]); have_gmp=no])
1494   # If we have GMP, check the MPFR version.
1495   if test x"$have_gmp" = xyes; then
1496     # Check for the recommended and required versions of MPFR.
1497     AC_MSG_CHECKING([for the correct version of mpfr.h])
1498     AC_TRY_COMPILE([#include <gmp.h>
1499     #include <mpfr.h>],[
1500     #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
1501     choke me
1502     #endif
1503     ], [AC_TRY_COMPILE([#include <gmp.h>
1504     #include <mpfr.h>],[
1505     #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
1506     choke me
1507     #endif
1508     ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
1509      [AC_MSG_RESULT([no]); have_gmp=no])
1510   fi
1512   # Check for the MPC header version.
1513   if test x"$have_gmp" = xyes ; then
1514     # Check for the recommended and required versions of MPC.
1515     AC_MSG_CHECKING([for the correct version of mpc.h])
1516     AC_TRY_COMPILE([#include <mpc.h>],[
1517     #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
1518     choke me
1519     #endif
1520     ], [AC_TRY_COMPILE([#include <mpc.h>],[
1521     #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
1522     choke me
1523     #endif
1524     ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
1525      [AC_MSG_RESULT([no]); have_gmp=no])
1526   fi
1528   # Now check the MPFR library.
1529   if test x"$have_gmp" = xyes; then
1530     saved_LIBS="$LIBS"
1531     LIBS="$LIBS $gmplibs"
1532     AC_MSG_CHECKING([for the correct version of the gmp/mpfr/mpc libraries])
1533     AC_TRY_LINK([#include <mpc.h>],[
1534     mpfr_t n;
1535     mpfr_t x;
1536     mpc_t c;
1537     int t;
1538     mpfr_init (n);
1539     mpfr_init (x);
1540     mpfr_atan2 (n, n, x, GMP_RNDN);
1541     mpfr_erfc (n, x, GMP_RNDN);
1542     mpfr_subnormalize (x, t, GMP_RNDN);
1543     mpfr_clear(n);
1544     mpfr_clear(x);
1545     mpc_init2 (c, 53);
1546     mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
1547     mpc_cosh (c, c, MPC_RNDNN);
1548     mpc_pow (c, c, c, MPC_RNDNN);
1549     mpc_acosh (c, c, MPC_RNDNN);
1550     mpc_clear (c);
1551     ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no])
1552     LIBS="$saved_LIBS"
1553   fi
1555   CFLAGS="$saved_CFLAGS"
1557 # The library versions listed in the error message below should match
1558 # the HARD-minimums enforced above.
1559   if test x$have_gmp != xyes; then
1560     AC_MSG_ERROR([Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
1561 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
1562 their locations.  Source code for these libraries can be found at
1563 their respective hosting sites as well as at
1564 ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
1565 http://gcc.gnu.org/install/prerequisites.html for additional info.  If
1566 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
1567 make sure that you have installed both the libraries and the header
1568 files.  They may be located in separate packages.])
1569   fi
1572 # Flags needed for both GMP, MPFR and/or MPC.
1573 AC_SUBST(gmplibs)
1574 AC_SUBST(gmpinc)
1575 AC_SUBST(extra_mpfr_configure_flags)
1576 AC_SUBST(extra_mpc_gmp_configure_flags)
1577 AC_SUBST(extra_mpc_mpfr_configure_flags)
1578 AC_SUBST(extra_isl_gmp_configure_flags)
1580 # Allow host libstdc++ to be specified for static linking with PPL.
1581 AC_ARG_WITH(host-libstdcxx,
1582 [AS_HELP_STRING([--with-host-libstdcxx=L],
1583                 [use linker arguments L to link with libstdc++
1584                  when linking with PPL])])
1586 case $with_host_libstdcxx in
1587   no|yes)
1588     AC_MSG_ERROR([-with-host-libstdcxx needs an argument])
1589     ;;
1590 esac
1592 # Libraries to use for stage1 or when not bootstrapping.
1593 AC_ARG_WITH(stage1-libs,
1594 [AS_HELP_STRING([--with-stage1-libs=LIBS], [libraries for stage1])],
1595 [if test "$withval" = "no" -o "$withval" = "yes"; then
1596    stage1_libs=
1597  else
1598    stage1_libs=$withval
1599  fi],
1600 [stage1_libs=$with_host_libstdcxx])
1601 AC_SUBST(stage1_libs)
1603 # Linker flags to use for stage1 or when not bootstrapping.
1604 AC_ARG_WITH(stage1-ldflags,
1605 [AS_HELP_STRING([--with-stage1-ldflags=FLAGS], [linker flags for stage1])],
1606 [if test "$withval" = "no" -o "$withval" = "yes"; then
1607    stage1_ldflags=
1608  else
1609    stage1_ldflags=$withval
1610  fi],
1611 [stage1_ldflags=
1612  # In stage 1, default to linking libstdc++ and libgcc statically with GCC
1613  # if supported.  But if the user explicitly specified the libraries to use,
1614  # trust that they are doing what they want.
1615  if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
1616    stage1_ldflags="-static-libstdc++ -static-libgcc"
1617  fi])
1618 AC_SUBST(stage1_ldflags)
1620 # Libraries to use for stage2 and later builds.  This defaults to the
1621 # argument passed to --with-host-libstdcxx.
1622 AC_ARG_WITH(boot-libs,
1623 [AS_HELP_STRING([--with-boot-libs=LIBS], [libraries for stage2 and later])],
1624 [if test "$withval" = "no" -o "$withval" = "yes"; then
1625    poststage1_libs=
1626  else
1627    poststage1_libs=$withval
1628  fi],
1629 [poststage1_libs=$with_host_libstdcxx])
1630 AC_SUBST(poststage1_libs)
1632 # Linker flags to use for stage2 and later builds.
1633 AC_ARG_WITH(boot-ldflags,
1634 [AS_HELP_STRING([--with-boot-ldflags=FLAGS],
1635                 [linker flags for stage2 and later])],
1636 [if test "$withval" = "no" -o "$withval" = "yes"; then
1637    poststage1_ldflags=
1638  else
1639    poststage1_ldflags=$withval
1640  fi],
1641 [poststage1_ldflags=
1642  # In stages 2 and 3, default to linking libstdc++ and libgcc
1643  # statically.  But if the user explicitly specified the libraries to
1644  # use, trust that they are doing what they want.
1645  if test "$poststage1_libs" = ""; then
1646    poststage1_ldflags="-static-libstdc++ -static-libgcc"
1647  fi])
1648 AC_SUBST(poststage1_ldflags)
1650 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
1651 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
1652 # config/isl.m4
1654 AC_ARG_WITH(cloog,
1655   [AS_HELP_STRING(
1656     [--with-cloog=PATH],
1657     [Specify prefix directory for the installed CLooG-ISL package.
1658      Equivalent to --with-cloog-include=PATH/include
1659      plus --with-cloog-lib=PATH/lib])])
1660 AC_ARG_WITH(isl,
1661   [AS_HELP_STRING(
1662    [--with-isl=PATH],
1663    [Specify prefix directory for the installed ISL package.
1664     Equivalent to --with-isl-include=PATH/include
1665     plus --with-isl-lib=PATH/lib])])
1667 # Treat --without-isl as a request to disable
1668 # GRAPHITE support and skip all following checks.
1669 if test "x$with_isl" != "xno"; then
1670   # Check for ISL
1671   dnl Provide configure switches and initialize islinc & isllibs
1672   dnl with user input.
1673   ISL_INIT_FLAGS
1674   dnl The versions of ISL that work for Graphite
1675   ISL_CHECK_VERSION()
1676   dnl Only execute fail-action, if ISL has been requested.
1677   ISL_IF_FAILED([
1678     AC_MSG_ERROR([Unable to find a usable ISL.  See config.log for details.])])
1680   if test "x$gcc_cv_isl" != "xno"; then
1681     # Check for CLOOG
1682     dnl Provide configure switches and initialize clooginc & clooglibs
1683     dnl with user input.
1684     CLOOG_INIT_FLAGS
1685     dnl The versions of CLooG that work for Graphite.
1686     CLOOG_CHECK_VERSION(0,18,1)
1688     dnl Only execute fail-action, if CLooG has been requested.
1689     CLOOG_IF_FAILED([
1690       AC_MSG_ERROR([Unable to find a usable CLooG.  See config.log for details.])])
1691   fi
1694 # If the ISL check failed, disable builds of in-tree
1695 # variants of both ISL and CLooG
1696 if test "x$with_isl" = xno ||
1697    test "x$gcc_cv_isl" = xno; then
1698   noconfigdirs="$noconfigdirs cloog isl"
1699   islinc=
1700   clooginc=
1701   clooglibs=
1704 # If the CLooG check failed, disable builds of in-tree
1705 # variants of CLooG
1706 if test "x$with_cloog" = xno ||
1707    test "x$gcc_cv_cloog" = xno; then
1708   noconfigdirs="$noconfigdirs cloog isl"
1709   clooginc=
1710   clooglibs=
1713 AC_SUBST(isllibs)
1714 AC_SUBST(islinc)
1715 AC_SUBST(clooglibs)
1716 AC_SUBST(clooginc)
1718 # Check for LTO support.
1719 AC_ARG_ENABLE(lto,
1720 [AS_HELP_STRING([--enable-lto], [enable link time optimization support])],
1721 enable_lto=$enableval,
1722 enable_lto=yes; default_enable_lto=yes)
1724 ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always.
1725   build_lto_plugin=yes
1726 ],[if test x"$default_enable_lto" = x"yes" ; then
1727     case $target in
1728       *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
1729       # On other non-ELF platforms, LTO has yet to be validated.
1730       *) enable_lto=no ;;
1731     esac
1732   else
1733   # Apart from ELF platforms, only Windows and Darwin support LTO so far.
1734   # It would also be nice to check the binutils support, but we don't
1735   # have gcc_GAS_CHECK_FEATURE available here.  For now, we'll just
1736   # warn during gcc/ subconfigure; unless you're bootstrapping with
1737   # -flto it won't be needed until after installation anyway.
1738     case $target in
1739       *-cygwin* | *-mingw* | *-apple-darwin*) ;;
1740       *) if test x"$enable_lto" = x"yes"; then
1741         AC_MSG_ERROR([LTO support is not enabled for this target.])
1742         fi
1743       ;;
1744     esac
1745   fi
1746   # Among non-ELF, only Windows platforms support the lto-plugin so far.
1747   # Build it unless LTO was explicitly disabled.
1748   case $target in
1749     *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1750     *) ;;
1751   esac
1754 AC_ARG_ENABLE(linker-plugin-configure-flags,
1755   [AS_HELP_STRING([[--enable-linker-plugin-configure-flags=FLAGS]],
1756     [additional flags for configuring linker plugins @<:@none@:>@])],
1757   extra_linker_plugin_configure_flags=$enableval,
1758   extra_linker_plugin_configure_flags=)
1759 AC_SUBST(extra_linker_plugin_configure_flags)
1760 AC_ARG_ENABLE(linker-plugin-flags,
1761   [AS_HELP_STRING([[--enable-linker-plugin-flags=FLAGS]],
1762     [additional flags for configuring and building linker plugins @<:@none@:>@])],
1763   extra_linker_plugin_flags=$enableval,
1764   extra_linker_plugin_flags=)
1765 AC_SUBST(extra_linker_plugin_flags)
1768 # By default, C and C++ are the only stage 1 languages.
1769 stage1_languages=,c,
1771 # Target libraries that we bootstrap.
1772 bootstrap_target_libs=,target-libgcc,
1774 # Figure out what language subdirectories are present.
1775 # Look if the user specified --enable-languages="..."; if not, use
1776 # the environment variable $LANGUAGES if defined. $LANGUAGES might
1777 # go away some day.
1778 # NB:  embedded tabs in this IF block -- do not untabify
1779 if test -d ${srcdir}/gcc; then
1780   if test x"${enable_languages+set}" != xset; then
1781     if test x"${LANGUAGES+set}" = xset; then
1782       enable_languages="${LANGUAGES}"
1783         echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
1784     else
1785       enable_languages=all
1786     fi
1787   else
1788     if test x"${enable_languages}" = x ||
1789        test x"${enable_languages}" = xyes;
1790        then
1791       echo configure.in: --enable-languages needs at least one language argument 1>&2
1792       exit 1
1793     fi
1794   fi
1795   enable_languages=`echo "${enable_languages}" | sed -e 's/[[   ,]][[   ,]]*/,/g' -e 's/,$//'`
1797   # 'f95' is the old name for the 'fortran' language. We issue a warning
1798   # and make the substitution.
1799   case ,${enable_languages}, in
1800     *,f95,*)
1801       echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
1802       enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
1803       ;;
1804   esac
1806   # If bootstrapping, C++ must be enabled.
1807   case ",$enable_languages,:$enable_bootstrap" in
1808     *,c++,*:*) ;;
1809     *:yes)
1810       if test -f ${srcdir}/gcc/cp/config-lang.in; then
1811         enable_languages="${enable_languages},c++"
1812       else
1813         AC_MSG_ERROR([bootstrapping requires c++ sources])
1814       fi
1815       ;;
1816   esac
1818   # First scan to see if an enabled language requires some other language.
1819   # We assume that a given config-lang.in will list all the language
1820   # front ends it requires, even if some are required indirectly.
1821   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
1822     case ${lang_frag} in
1823       ..) ;;
1824       # The odd quoting in the next line works around
1825       # an apparent bug in bash 1.12 on linux.
1826       ${srcdir}/gcc/[[*]]/config-lang.in) ;;
1827       *)
1828         # From the config-lang.in, get $language, $lang_requires, and
1829         # $lang_requires_boot_languages.
1830         language=
1831         lang_requires=
1832         lang_requires_boot_languages=
1833         . ${lang_frag}
1834         for other in ${lang_requires} ${lang_requires_boot_languages}; do
1835           case ,${enable_languages}, in
1836             *,$other,*) ;;
1837             *,all,*) ;;
1838             *,$language,*)
1839               echo " \`$other' language required by \`$language'; enabling" 1>&2
1840               enable_languages="${enable_languages},${other}"
1841               ;;
1842           esac
1843         done
1844         for other in ${lang_requires_boot_languages} ; do
1845           if test "$other" != "c"; then
1846             case ,${enable_stage1_languages}, in
1847               *,$other,*) ;;
1848               *,all,*) ;;
1849               *)
1850                 case ,${enable_languages}, in
1851                   *,$language,*)
1852                     echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
1853                     enable_stage1_languages="$enable_stage1_languages,${other}"
1854                     ;;
1855                 esac
1856                 ;;
1857             esac
1858           fi
1859         done
1860         ;;
1861     esac
1862   done
1864   new_enable_languages=,c,
1866   # If LTO is enabled, add the LTO front end.
1867   extra_host_libiberty_configure_flags=
1868   if test "$enable_lto" = "yes" ; then
1869     case ,${enable_languages}, in
1870       *,lto,*) ;;
1871       *) enable_languages="${enable_languages},lto" ;;
1872     esac
1873     if test "${build_lto_plugin}" = "yes" ; then
1874       configdirs="$configdirs lto-plugin"
1875       extra_host_libiberty_configure_flags=--enable-shared
1876     fi
1877   fi
1878   AC_SUBST(extra_host_libiberty_configure_flags)
1880   missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
1881   potential_languages=,c,
1883   enabled_target_libs=
1884   disabled_target_libs=
1886   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
1887     case ${lang_frag} in
1888       ..) ;;
1889       # The odd quoting in the next line works around
1890       # an apparent bug in bash 1.12 on linux.
1891       ${srcdir}/gcc/[[*]]/config-lang.in) ;;
1892       *)
1893         # From the config-lang.in, get $language, $target_libs, 
1894         # $lang_dirs, $boot_language, and $build_by_default
1895         language=
1896         target_libs=
1897         lang_dirs=
1898         subdir_requires=
1899         boot_language=no
1900         build_by_default=yes
1901         . ${lang_frag}
1902         if test x${language} = x; then
1903           echo "${lang_frag} doesn't set \$language." 1>&2
1904           exit 1
1905         fi
1907         if test "$language" = "c++"; then
1908           boot_language=yes
1909         fi
1911         add_this_lang=no
1912         case ,${enable_languages}, in
1913           *,${language},*)
1914             # Language was explicitly selected; include it
1915             # unless it is C, which is enabled by default.
1916             if test "$language" != "c"; then
1917               add_this_lang=yes
1918             fi
1919             ;;
1920           *,all,*)
1921             # 'all' was selected, select it if it is a default language
1922             if test "$language" != "c"; then
1923               add_this_lang=${build_by_default}
1924             fi
1925             ;;
1926         esac
1928         # Disable languages that need other directories if these aren't available.
1929         for i in $subdir_requires; do
1930           test -f "$srcdir/gcc/$i/config-lang.in" && continue
1931           case ,${enable_languages}, in
1932             *,${language},*)
1933               # Specifically requested language; tell them.
1934               AC_MSG_ERROR([The gcc/$i directory contains parts of $language but is missing])
1935               ;;
1936             *)
1937               # Silently disable.
1938               add_this_lang=unsupported
1939               ;;
1940           esac
1941         done
1943         # Disable Ada if no preexisting GNAT is available.
1944         case ,${enable_languages},:${language}:${have_gnat} in
1945           *,${language},*:ada:no)
1946             # Specifically requested language; tell them.
1947             AC_MSG_ERROR([GNAT is required to build $language])
1948             ;;
1949           *:ada:no)
1950             # Silently disable.
1951             add_this_lang=unsupported
1952             ;;
1953         esac
1955         # Disable a language that is unsupported by the target.
1956         case " $unsupported_languages " in
1957           *" $language "*)
1958             add_this_lang=unsupported
1959             ;;
1960         esac
1962         case $add_this_lang in
1963           unsupported)
1964             # Remove language-dependent dirs.
1965             disabled_target_libs="$disabled_target_libs $target_libs"
1966             noconfigdirs="$noconfigdirs $lang_dirs"
1967             ;;
1968           no)
1969             # Remove language-dependent dirs; still show language as supported.
1970             disabled_target_libs="$disabled_target_libs $target_libs"
1971             noconfigdirs="$noconfigdirs $lang_dirs"
1972             potential_languages="${potential_languages}${language},"
1973             ;;
1974           yes)
1975             new_enable_languages="${new_enable_languages}${language},"
1976             potential_languages="${potential_languages}${language},"
1977             missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
1978             enabled_target_libs="$enabled_target_libs $target_libs"
1979             case "${boot_language}:,$enable_stage1_languages," in
1980               yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
1981                 # Add to (comma-separated) list of stage 1 languages.
1982                 case ",$stage1_languages," in
1983                   *,$language,* | ,yes, | ,all,) ;;
1984                   *) stage1_languages="${stage1_languages}${language}," ;;
1985                 esac
1986                 # We need to bootstrap any supporting libraries.
1987                 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1988                 ;;
1989             esac
1990             ;;
1991         esac
1992         ;;
1993     esac
1994   done
1996   # Add target libraries which are only needed for disabled languages
1997   # to noconfigdirs.
1998   if test -n "$disabled_target_libs"; then
1999     for dir in $disabled_target_libs; do
2000       case " $enabled_target_libs " in
2001       *" ${dir} "*) ;;
2002       *) noconfigdirs="$noconfigdirs $dir" ;;
2003       esac
2004     done
2005   fi
2007   AC_ARG_ENABLE(stage1-languages,
2008   [AS_HELP_STRING([[--enable-stage1-languages[=all]]],
2009                   [choose additional languages to build during
2010                   stage1.  Mostly useful for compiler development])],
2011   [case ,${enable_stage1_languages}, in
2012     ,no,|,,)
2013       # Set it to something that will have no effect in the loop below
2014       enable_stage1_languages=c ;;
2015     ,yes,)
2016       enable_stage1_languages=`echo $new_enable_languages | \
2017         sed -e "s/^,//" -e "s/,$//" ` ;;
2018     *,all,*)
2019       enable_stage1_languages=`echo ,$enable_stage1_languages, | \
2020         sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
2021   esac
2023   # Add "good" languages from enable_stage1_languages to stage1_languages,
2024   # while "bad" languages go in missing_languages.  Leave no duplicates.
2025   for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
2026     case $potential_languages in
2027       *,$i,*)
2028         case $stage1_languages in
2029           *,$i,*) ;;
2030           *) stage1_languages="$stage1_languages$i," ;;
2031         esac ;;
2032       *)
2033         case $missing_languages in
2034           *,$i,*) ;;
2035           *) missing_languages="$missing_languages$i," ;;
2036         esac ;;
2037      esac
2038   done])
2040   # Remove leading/trailing commas that were added for simplicity
2041   potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
2042   missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
2043   stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
2044   new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
2046   if test "x$missing_languages" != x; then
2047     AC_MSG_ERROR([
2048 The following requested languages could not be built: ${missing_languages}
2049 Supported languages are: ${potential_languages}])
2050   fi
2051   if test "x$new_enable_languages" != "x$enable_languages"; then
2052     echo The following languages will be built: ${new_enable_languages}
2053     enable_languages="$new_enable_languages"
2054   fi
2056   AC_SUBST(stage1_languages)
2057   ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[[^ ]]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
2060 # Handle --disable-<component> generically.
2061 for dir in $configdirs $build_configdirs $target_configdirs ; do
2062   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
2063   varname=`echo $dirname | sed -e s/+/_/g`
2064   if eval test x\${enable_${varname}} "=" xno ; then
2065     noconfigdirs="$noconfigdirs $dir"
2066   fi
2067 done
2069 # Check for Boehm's garbage collector
2070 AC_ARG_ENABLE(objc-gc,
2071 [AS_HELP_STRING([--enable-objc-gc],
2072                 [enable use of Boehm's garbage collector with the
2073                  GNU Objective-C runtime])],
2074 [case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
2075   *,objc,*:*:yes:*target-boehm-gc*)
2076     AC_MSG_ERROR([Boehm's garbage collector was requested yet not supported in this configuration])
2077     ;;
2078 esac])
2080 # Make sure we only build Boehm's garbage collector if required.
2081 case ,${enable_languages},:${enable_objc_gc} in
2082   *,objc,*:yes)
2083     # Keep target-boehm-gc if requested for Objective-C.
2084     ;;
2085   *)
2086     # Otherwise remove target-boehm-gc depending on target-libjava.
2087     if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
2088       noconfigdirs="$noconfigdirs target-boehm-gc"
2089     fi
2090     ;;
2091 esac
2093 AC_ARG_WITH([upc-pts],
2094 AS_HELP_STRING(
2095 [[--with-upc-pts=[{struct,packed}]]],
2096  [choose the default representation of a UPC pointer-to-shared]),
2098   if test "$withval"x != "struct"x && test "$withval"x != "packed"x; then \
2099     AC_MSG_ERROR([$withval is an invalid option to --with-upc-pts])
2100   fi
2101 ],[])
2103 # Disable libcilkrts, libitm, libsanitizer, libvtv if we're not building C++
2104 case ,${enable_languages}, in
2105   *,c++,*)
2106     # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
2107     case "${noconfigdirs}" in
2108       *target-libstdc++-v3*)
2109         noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
2110         ;;
2111       *) ;;
2112     esac
2113     ;;
2114   *)
2115     noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv"
2116     ;;
2117 esac
2119 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
2120 # $build_configdirs and $target_configdirs.
2121 # If we have the source for $noconfigdirs entries, add them to $notsupp.
2123 notsupp=""
2124 for dir in . $skipdirs $noconfigdirs ; do
2125   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
2126   if test $dir != .  && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2127     configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2128     if test -r $srcdir/$dirname/configure ; then
2129       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2130         true
2131       else
2132         notsupp="$notsupp $dir"
2133       fi
2134     fi
2135   fi
2136   if test $dir != .  && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2137     build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
2138     if test -r $srcdir/$dirname/configure ; then
2139       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2140         true
2141       else
2142         notsupp="$notsupp $dir"
2143       fi
2144     fi
2145   fi
2146   if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2147     target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2148     if test -r $srcdir/$dirname/configure ; then
2149       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2150         true
2151       else
2152         notsupp="$notsupp $dir"
2153       fi
2154     fi
2155   fi
2156 done
2158 # Quietly strip out all directories which aren't configurable in this tree.
2159 # This relies on all configurable subdirectories being autoconfiscated, which
2160 # is now the case.
2161 build_configdirs_all="$build_configdirs"
2162 build_configdirs=
2163 for i in ${build_configdirs_all} ; do
2164   j=`echo $i | sed -e s/build-//g` 
2165   if test -f ${srcdir}/$j/configure ; then
2166     build_configdirs="${build_configdirs} $i"
2167   fi
2168 done
2170 configdirs_all="$configdirs"
2171 configdirs=
2172 for i in ${configdirs_all} ; do
2173   if test -f ${srcdir}/$i/configure ; then
2174     configdirs="${configdirs} $i"
2175   fi
2176 done
2178 target_configdirs_all="$target_configdirs"
2179 target_configdirs=
2180 for i in ${target_configdirs_all} ; do
2181   j=`echo $i | sed -e s/target-//g` 
2182   if test -f ${srcdir}/$j/configure ; then
2183     target_configdirs="${target_configdirs} $i"
2184   fi
2185 done
2187 # libiberty-linker-plugin is special: it doesn't have its own source directory,
2188 # so we have to add it after the preceding checks.
2189 if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
2190 then
2191   case " $configdirs " in
2192     *" libiberty "*)
2193       # If we can build libiberty, we can also build libiberty-linker-plugin.
2194       configdirs="$configdirs libiberty-linker-plugin"
2195       extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
2196         --with-libiberty=../libiberty-linker-plugin";;
2197     *)
2198       AC_MSG_ERROR([libiberty missing]);;
2199   esac
2202 # Produce a warning message for the subdirs we can't configure.
2203 # This isn't especially interesting in the Cygnus tree, but in the individual
2204 # FSF releases, it's important to let people know when their machine isn't
2205 # supported by the one or two programs in a package.
2207 if test -n "${notsupp}" && test -z "${norecursion}" ; then
2208   # If $appdirs is non-empty, at least one of those directories must still
2209   # be configured, or we error out.  (E.g., if the gas release supports a
2210   # specified target in some subdirs but not the gas subdir, we shouldn't
2211   # pretend that all is well.)
2212   if test -n "$appdirs" ; then
2213     for dir in $appdirs ; do
2214       if test -r $dir/Makefile.in ; then
2215         if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2216           appdirs=""
2217           break
2218         fi
2219         if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
2220           appdirs=""
2221           break
2222         fi
2223       fi
2224     done
2225     if test -n "$appdirs" ; then
2226       echo "*** This configuration is not supported by this package." 1>&2
2227       exit 1
2228     fi
2229   fi
2230   # Okay, some application will build, or we don't care to check.  Still
2231   # notify of subdirs not getting built.
2232   echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2233   echo "    ${notsupp}" 1>&2
2234   echo "    (Any other directories should still work fine.)" 1>&2
2237 case "$host" in
2238   *msdosdjgpp*)
2239     enable_gdbtk=no ;;
2240 esac
2242 # To find our prefix, in gcc_cv_tool_prefix.
2243 ACX_TOOL_DIRS
2245 copy_dirs=
2247 AC_ARG_WITH([build-sysroot], 
2248   [AS_HELP_STRING([--with-build-sysroot=SYSROOT],
2249                   [use sysroot as the system root during the build])],
2250   [if test x"$withval" != x ; then
2251      SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
2252    fi],
2253   [SYSROOT_CFLAGS_FOR_TARGET=])
2254 AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET)
2256 AC_ARG_WITH([debug-prefix-map],
2257   [AS_HELP_STRING([--with-debug-prefix-map='A=B C=D ...'],
2258                   [map A to B, C to D ... in debug information])],
2259   [if test x"$withval" != x; then
2260      DEBUG_PREFIX_CFLAGS_FOR_TARGET=
2261      for debug_map in $withval; do
2262        DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
2263      done
2264    fi],
2265   [DEBUG_PREFIX_CFLAGS_FOR_TARGET=])
2266 AC_SUBST(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
2268 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
2269 # might be empty or "-g".  We don't require a C++ compiler, so CXXFLAGS
2270 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
2271 # We want to ensure that TARGET libraries (which we know are built with
2272 # gcc) are built with "-O2 -g", so include those options when setting
2273 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2274 if test "x$CFLAGS_FOR_TARGET" = x; then
2275   CFLAGS_FOR_TARGET=$CFLAGS
2276   case " $CFLAGS " in
2277     *" -O2 "*) ;;
2278     *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
2279   esac
2280   case " $CFLAGS " in
2281     *" -g "* | *" -g3 "*) ;;
2282     *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
2283   esac
2285 AC_SUBST(CFLAGS_FOR_TARGET)
2287 if test "x$CXXFLAGS_FOR_TARGET" = x; then
2288   CXXFLAGS_FOR_TARGET=$CXXFLAGS
2289   case " $CXXFLAGS " in
2290     *" -O2 "*) ;;
2291     *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
2292   esac
2293   case " $CXXFLAGS " in
2294     *" -g "* | *" -g3 "*) ;;
2295     *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
2296   esac
2298 AC_SUBST(CXXFLAGS_FOR_TARGET)
2300 AC_SUBST(LDFLAGS_FOR_TARGET)
2302 # Handle --with-headers=XXX.  If the value is not "yes", the contents of
2303 # the named directory are copied to $(tooldir)/sys-include.
2304 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2305   if test x${is_cross_compiler} = xno ; then
2306     echo 1>&2 '***' --with-headers is only supported when cross compiling
2307     exit 1
2308   fi
2309   if test x"${with_headers}" != xyes ; then
2310     x=${gcc_cv_tool_prefix}
2311     copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
2312   fi
2315 # Handle --with-libs=XXX.  If the value is not "yes", the contents of
2316 # the name directories are copied to $(tooldir)/lib.  Multiple directories
2317 # are permitted.
2318 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2319   if test x${is_cross_compiler} = xno ; then
2320     echo 1>&2 '***' --with-libs is only supported when cross compiling
2321     exit 1
2322   fi
2323   if test x"${with_libs}" != xyes ; then
2324     # Copy the libraries in reverse order, so that files in the first named
2325     # library override files in subsequent libraries.
2326     x=${gcc_cv_tool_prefix}
2327     for l in ${with_libs}; do
2328       copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
2329     done
2330   fi
2333 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2335 # This is done by determining whether or not the appropriate directory
2336 # is available, and by checking whether or not specific configurations
2337 # have requested that this magic not happen.
2339 # The command line options always override the explicit settings in 
2340 # configure.in, and the settings in configure.in override this magic.
2342 # If the default for a toolchain is to use GNU as and ld, and you don't 
2343 # want to do that, then you should use the --without-gnu-as and
2344 # --without-gnu-ld options for the configure script.  Similarly, if
2345 # the default is to use the included zlib and you don't want to do that,
2346 # you should use the --with-system-zlib option for the configure script.
2348 if test x${use_gnu_as} = x &&
2349    echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2350   with_gnu_as=yes
2351   extra_host_args="$extra_host_args --with-gnu-as"
2354 if test x${use_gnu_ld} = x &&
2355    echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2356   with_gnu_ld=yes
2357   extra_host_args="$extra_host_args --with-gnu-ld"
2360 if test x${use_included_zlib} = x &&
2361    echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
2362   :
2363 else
2364   with_system_zlib=yes
2365   extra_host_args="$extra_host_args --with-system-zlib"
2368 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2369 # can detect this case.
2371 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2372   with_newlib=yes
2373   extra_host_args="$extra_host_args --with-newlib"
2376 # Handle ${copy_dirs}
2377 set fnord ${copy_dirs}
2378 shift
2379 while test $# != 0 ; do
2380   if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2381     :
2382   else
2383     echo Copying $1 to $2
2385     # Use the install script to create the directory and all required
2386     # parent directories.
2387     if test -d $2 ; then
2388       :
2389     else
2390       echo >config.temp
2391       ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2392     fi
2394     # Copy the directory, assuming we have tar.
2395     # FIXME: Should we use B in the second tar?  Not all systems support it.
2396     (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2398     # It is the responsibility of the user to correctly adjust all
2399     # symlinks.  If somebody can figure out how to handle them correctly
2400     # here, feel free to add the code.
2402     echo $1 > $2/COPIED
2403   fi
2404   shift; shift
2405 done
2407 # Determine a target-dependent exec_prefix that the installed
2408 # gcc will search in.  Keep this list sorted by triplet, with
2409 # the *-*-osname triplets last.
2410 md_exec_prefix=
2411 case "${target}" in
2412   i[[34567]]86-pc-msdosdjgpp*)
2413     md_exec_prefix=/dev/env/DJDIR/bin
2414     ;;
2415   *-*-hpux* | \
2416   *-*-nto-qnx* | \
2417   *-*-solaris2*)
2418     md_exec_prefix=/usr/ccs/bin
2419     ;;
2420 esac
2422 extra_arflags_for_target=
2423 extra_nmflags_for_target=
2424 extra_ranlibflags_for_target=
2425 target_makefile_frag=/dev/null
2426 case "${target}" in
2427   spu-*-*)
2428     target_makefile_frag="config/mt-spu"
2429     ;;
2430   mips*-sde-elf* | mips*-mti-elf*)
2431     target_makefile_frag="config/mt-sde"
2432     ;;
2433   mipsisa*-*-elfoabi*)
2434     target_makefile_frag="config/mt-mips-elfoabi"
2435     ;;
2436   mips*-*-*linux* | mips*-*-gnu*)
2437     target_makefile_frag="config/mt-mips-gnu"
2438     ;;
2439   nios2-*-elf*)
2440     target_makefile_frag="config/mt-nios2-elf"
2441     ;;
2442   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
2443     target_makefile_frag="config/mt-gnu"
2444     ;;
2445   *-*-aix4.[[3456789]]* | *-*-aix[[56789]].*)
2446     # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm 
2447     # commands to handle both 32-bit and 64-bit objects.  These flags are
2448     # harmless if we're using GNU nm or ar.
2449     extra_arflags_for_target=" -X32_64"
2450     extra_nmflags_for_target=" -B -X32_64"
2451     ;;
2452 esac
2454 alphaieee_frag=/dev/null
2455 case $target in
2456   alpha*-*-*)
2457     # This just makes sure to use the -mieee option to build target libs.
2458     # This should probably be set individually by each library.
2459     alphaieee_frag="config/mt-alphaieee"
2460     ;;
2461 esac
2463 # If --enable-target-optspace always use -Os instead of -O2 to build
2464 # the target libraries, similarly if it is not specified, use -Os
2465 # on selected platforms.
2466 ospace_frag=/dev/null
2467 case "${enable_target_optspace}:${target}" in
2468   yes:*)
2469     ospace_frag="config/mt-ospace"
2470     ;;
2471   :d30v-*)
2472     ospace_frag="config/mt-d30v"
2473     ;;
2474   :m32r-* | :d10v-* | :fr30-*)
2475     ospace_frag="config/mt-ospace"
2476     ;;
2477   no:* | :*)
2478     ;;
2479   *)
2480     echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2481     ;;
2482 esac
2484 # Some systems (e.g., one of the i386-aix systems the gas testers are
2485 # using) don't handle "\$" correctly, so don't use it here.
2486 tooldir='${exec_prefix}'/${target_noncanonical}
2487 build_tooldir=${tooldir}
2489 # Create a .gdbinit file which runs the one in srcdir
2490 # and tells GDB to look there for source files.
2492 if test -r ${srcdir}/.gdbinit ; then
2493   case ${srcdir} in
2494     .) ;;
2495     *) cat > ./.gdbinit <<EOF
2496 # ${NO_EDIT}
2497 dir ${srcdir}
2498 dir .
2499 source ${srcdir}/.gdbinit
2501     ;;
2502   esac
2505 # Make sure that the compiler is able to generate an executable.  If it
2506 # can't, we are probably in trouble.  We don't care whether we can run the
2507 # executable--we might be using a cross compiler--we only care whether it
2508 # can be created.  At this point the main configure script has set CC.
2509 we_are_ok=no
2510 echo "int main () { return 0; }" > conftest.c
2511 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
2512 if test $? = 0 ; then
2513   if test -s conftest || test -s conftest.exe ; then
2514     we_are_ok=yes
2515   fi
2516 fi 
2517 case $we_are_ok in
2518   no)
2519     echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
2520     echo 1>&2 "*** You must set the environment variable CC to a working compiler."
2521     rm -f conftest*
2522     exit 1
2523     ;;
2524 esac
2525 rm -f conftest*
2527 # Decide which environment variable is used to find dynamic libraries.
2528 case "${host}" in
2529   *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
2530   *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
2531   *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
2532   *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
2533 esac
2535 # On systems where the dynamic library environment variable is PATH,
2536 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
2537 # built executables to PATH.
2538 if test "$RPATH_ENVVAR" = PATH; then
2539   GCC_SHLIB_SUBDIR=/shlib
2540 else
2541   GCC_SHLIB_SUBDIR=
2544 # Adjust the toplevel makefile according to whether bootstrap was selected.
2545 case $enable_bootstrap in
2546   yes)
2547     bootstrap_suffix=bootstrap
2548     BUILD_CONFIG=bootstrap-debug
2549     ;;
2550   no)
2551     bootstrap_suffix=no-bootstrap
2552     BUILD_CONFIG=
2553     ;;
2554 esac
2556 AC_MSG_CHECKING(for default BUILD_CONFIG)
2558 AC_ARG_WITH([build-config],
2559   [AS_HELP_STRING([--with-build-config='NAME NAME2...'],
2560                   [use config/NAME.mk build configuration])],
2561   [case $with_build_config in
2562    yes) with_build_config= ;;
2563    no) with_build_config= BUILD_CONFIG= ;;
2564    esac])
2566 if test "x${with_build_config}" != x; then
2567   BUILD_CONFIG=$with_build_config
2568 else
2569   case $BUILD_CONFIG in
2570   bootstrap-debug)
2571     if echo "int f (void) { return 0; }" > conftest.c &&
2572        ${CC} -c conftest.c &&
2573        mv conftest.o conftest.o.g0 &&
2574        ${CC} -c -g conftest.c &&
2575        mv conftest.o conftest.o.g &&
2576        ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
2577       :
2578     else
2579       BUILD_CONFIG=
2580     fi
2581     rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
2582     ;;
2583   esac
2585 AC_MSG_RESULT($BUILD_CONFIG)
2586 AC_SUBST(BUILD_CONFIG)
2588 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
2589 AC_MSG_CHECKING([for --enable-vtable-verify])
2590 AC_ARG_ENABLE(vtable-verify,
2591 [  --enable-vtable-verify    Enable vtable verification feature ],
2592 [case "$enableval" in
2593  yes) enable_vtable_verify=yes ;;
2594  no)  enable_vtable_verify=no ;;
2595  *)   enable_vtable_verify=no;;
2596  esac],
2597 [enable_vtable_verify=no])
2598 AC_MSG_RESULT($enable_vtable_verify)
2600 # Record target_configdirs and the configure arguments for target and
2601 # build configuration in Makefile.
2602 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2603 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
2604 bootstrap_fixincludes=no
2606 # If we are building libgomp, bootstrap it.
2607 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
2608   bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
2611 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
2612 # or bootstrap-ubsan, bootstrap it.
2613 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
2614   case "$BUILD_CONFIG" in
2615     *bootstrap-asan* | *bootstrap-ubsan* )
2616       bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
2617       bootstrap_fixincludes=yes
2618       ;;
2619   esac
2622 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
2623 if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
2624    test "$enable_vtable_verify" != no; then
2625   bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
2628 # Determine whether gdb needs tk/tcl or not.
2629 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
2630 # and in that case we want gdb to be built without tk.  Ugh!
2631 # In fact I believe gdb is the *only* package directly dependent on tk,
2632 # so we should be able to put the 'maybe's in unconditionally and
2633 # leave out the maybe dependencies when enable_gdbtk is false.  I'm not
2634 # 100% sure that that's safe though.
2636 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
2637 case "$enable_gdbtk" in
2638   no)
2639     GDB_TK="" ;;
2640   yes)
2641     GDB_TK="${gdb_tk}" ;;
2642   *)
2643     # Only add the dependency on gdbtk when GDBtk is part of the gdb
2644     # distro.  Eventually someone will fix this and move Insight, nee
2645     # gdbtk to a separate directory.
2646     if test -d ${srcdir}/gdb/gdbtk ; then
2647       GDB_TK="${gdb_tk}"
2648     else
2649       GDB_TK=""
2650     fi
2651     ;;
2652 esac
2653 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
2654 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
2656 # Strip out unwanted targets.
2658 # While at that, we remove Makefiles if we were started for recursive
2659 # configuration, so that the top-level Makefile reconfigures them,
2660 # like we used to do when configure itself was recursive.
2662 # Loop over modules.  We used to use the "$extrasub" feature from Autoconf
2663 # but now we're fixing up the Makefile ourselves with the additional
2664 # commands passed to AC_CONFIG_FILES.  Use separate variables
2665 # extrasub-{build,host,target} not because there is any reason to split
2666 # the substitutions up that way, but only to remain below the limit of
2667 # 99 commands in a script, for HP-UX sed.
2668 # Do not nest @if/@endif pairs, because configure will not warn you at all.
2670 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
2671   yes:yes:*\ gold\ *:*,c++,*) ;;
2672   yes:yes:*\ gold\ *:*)
2673     AC_MSG_ERROR([in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages])
2674     ;;
2675 esac
2677 extrasub_build=
2678 for module in ${build_configdirs} ; do
2679   if test -z "${no_recursion}" \
2680      && test -f ${build_subdir}/${module}/Makefile; then
2681     echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
2682     rm -f ${build_subdir}/${module}/Makefile
2683   fi
2684   extrasub_build="$extrasub_build
2685 /^@if build-$module\$/d
2686 /^@endif build-$module\$/d
2687 /^@if build-$module-$bootstrap_suffix\$/d
2688 /^@endif build-$module-$bootstrap_suffix\$/d"
2689 done
2690 extrasub_host=
2691 for module in ${configdirs} ; do
2692   if test -z "${no_recursion}"; then
2693     for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
2694       if test -f ${file}; then
2695         echo 1>&2 "*** removing ${file} to force reconfigure"
2696         rm -f ${file}
2697       fi
2698     done
2699   fi
2700   case ${module},${bootstrap_fixincludes} in
2701     fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
2702     *) host_bootstrap_suffix=$bootstrap_suffix ;;
2703   esac
2704   extrasub_host="$extrasub_host
2705 /^@if $module\$/d
2706 /^@endif $module\$/d
2707 /^@if $module-$host_bootstrap_suffix\$/d
2708 /^@endif $module-$host_bootstrap_suffix\$/d"
2709 done
2710 extrasub_target=
2711 for module in ${target_configdirs} ; do
2712   if test -z "${no_recursion}" \
2713      && test -f ${target_subdir}/${module}/Makefile; then
2714     echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
2715     rm -f ${target_subdir}/${module}/Makefile
2716   fi
2718   # We only bootstrap target libraries listed in bootstrap_target_libs.
2719   case $bootstrap_target_libs in
2720     *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
2721     *) target_bootstrap_suffix=no-bootstrap ;;
2722   esac
2724   extrasub_target="$extrasub_target
2725 /^@if target-$module\$/d
2726 /^@endif target-$module\$/d
2727 /^@if target-$module-$target_bootstrap_suffix\$/d
2728 /^@endif target-$module-$target_bootstrap_suffix\$/d"
2729 done
2731 # Do the final fixup along with target modules.
2732 extrasub_target="$extrasub_target
2733 /^@if /,/^@endif /d"
2735 # Create the serialization dependencies.  This uses a temporary file.
2737 AC_ARG_ENABLE([serial-configure],
2738 [AS_HELP_STRING([[--enable-serial-[{host,target,build}-]configure]],
2739                 [force sequential configuration of
2740                  sub-packages for the host, target or build
2741                  machine, or all sub-packages])])
2743 case ${enable_serial_configure} in
2744   yes)
2745     enable_serial_build_configure=yes
2746     enable_serial_host_configure=yes
2747     enable_serial_target_configure=yes
2748     ;;
2749 esac
2751 # These force 'configure's to be done one at a time, to avoid problems
2752 # with contention over a shared config.cache.
2753 rm -f serdep.tmp
2754 echo '# serdep.tmp' > serdep.tmp
2755 olditem=
2756 test "x${enable_serial_build_configure}" = xyes &&
2757 for item in ${build_configdirs} ; do
2758   case ${olditem} in
2759     "") ;;
2760     *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
2761   esac
2762   olditem=${item}
2763 done
2764 olditem=
2765 test "x${enable_serial_host_configure}" = xyes &&
2766 for item in ${configdirs} ; do
2767   case ${olditem} in
2768     "") ;;
2769     *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
2770   esac
2771   olditem=${item}
2772 done
2773 olditem=
2774 test "x${enable_serial_target_configure}" = xyes &&
2775 for item in ${target_configdirs} ; do
2776   case ${olditem} in
2777     "") ;;
2778     *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
2779   esac
2780   olditem=${item}
2781 done
2782 serialization_dependencies=serdep.tmp
2783 AC_SUBST_FILE(serialization_dependencies)
2785 # Base args.  Strip norecursion, cache-file, srcdir, host, build,
2786 # target, nonopt, and variable assignments.  These are the ones we
2787 # might not want to pass down to subconfigures.  The exception being
2788 # --cache-file=/dev/null, which is used to turn off the use of cache
2789 # files altogether, and which should be passed on to subconfigures.
2790 # Also strip program-prefix, program-suffix, and program-transform-name,
2791 # so that we can pass down a consistent program-transform-name.
2792 baseargs=
2793 tbaseargs=
2794 keep_next=no
2795 skip_next=no
2796 eval "set -- $ac_configure_args"
2797 for ac_arg
2799   if test X"$skip_next" = X"yes"; then
2800     skip_next=no
2801     continue
2802   fi
2803   if test X"$keep_next" = X"yes"; then
2804     case $ac_arg in
2805       *\'*)
2806         ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2807     esac
2808     baseargs="$baseargs '$ac_arg'"
2809     tbaseargs="$tbaseargs '$ac_arg'"
2810     keep_next=no
2811     continue
2812   fi
2814   # Handle separated arguments.  Based on the logic generated by
2815   # autoconf 2.59.
2816   case $ac_arg in
2817     *=* | --config-cache | -C | -disable-* | --disable-* \
2818       | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2819       | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2820       | -with-* | --with-* | -without-* | --without-* | --x)
2821       separate_arg=no
2822       ;;
2823     -*)
2824       separate_arg=yes
2825       ;;
2826     *)
2827       separate_arg=no
2828       ;;
2829   esac
2831   skip_targ=no
2832   case $ac_arg in
2833 changequote(,)
2834   --with-* | --without-*)
2835     libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
2837     case $libopt in
2838     *[-_]include)
2839       lib=`echo "$libopt" | sed 's,[-_]include$,,'`
2840       ;;
2841     *[-_]lib)
2842       lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
2843       ;;
2844     *)
2845       lib=$libopt
2846       ;;
2847     esac
2848 changequote([,])
2850     case $lib in
2851     mpc | mpfr | gmp | isl | cloog)
2852       # If we're processing --with-$lib, --with-$lib-include or
2853       # --with-$lib-lib, for one of the libs above, and target is
2854       # different from host, don't pass the current argument to any
2855       # target library's configure.
2856       if test x$is_cross_compiler = xyes; then
2857         skip_targ=yes
2858       fi
2859       ;;
2860     esac
2861     ;;
2862   esac
2864   case "$ac_arg" in
2865     --cache-file=/dev/null | \
2866     -cache-file=/dev/null )
2867       # Handled here to avoid the test to skip args below.
2868       baseargs="$baseargs '$ac_arg'"
2869       tbaseargs="$tbaseargs '$ac_arg'"
2870       # Assert: $separate_arg should always be no.
2871       keep_next=$separate_arg
2872       ;;
2873     --no*)
2874       continue
2875       ;;
2876     --c* | \
2877     --sr* | \
2878     --ho* | \
2879     --bu* | \
2880     --t* | \
2881     --program-* | \
2882     -cache_file* | \
2883     -srcdir* | \
2884     -host* | \
2885     -build* | \
2886     -target* | \
2887     -program-prefix* | \
2888     -program-suffix* | \
2889     -program-transform-name* )
2890       skip_next=$separate_arg
2891       continue
2892       ;;
2893     -*)
2894       # An option.  Add it.
2895       case $ac_arg in
2896         *\'*)
2897           ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2898       esac
2899       baseargs="$baseargs '$ac_arg'"
2900       if test X"$skip_targ" = Xno; then
2901         tbaseargs="$tbaseargs '$ac_arg'"
2902       fi
2903       keep_next=$separate_arg
2904       ;;
2905     *)
2906       # Either a variable assignment, or a nonopt (triplet).  Don't
2907       # pass it down; let the Makefile handle this.
2908       continue
2909       ;;
2910   esac
2911 done
2912 # Remove the initial space we just introduced and, as these will be
2913 # expanded by make, quote '$'.
2914 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2916 # Add in --program-transform-name, after --program-prefix and
2917 # --program-suffix have been applied to it.  Autoconf has already
2918 # doubled dollar signs and backslashes in program_transform_name; we want
2919 # the backslashes un-doubled, and then the entire thing wrapped in single
2920 # quotes, because this will be expanded first by make and then by the shell. 
2921 # Also, because we want to override the logic in subdir configure scripts to
2922 # choose program_transform_name, replace any s,x,x, with s,y,y,.
2923 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
2924 ${program_transform_name}
2925 EOF_SED
2926 gcc_transform_name=`cat conftestsed.out`
2927 rm -f conftestsed.out
2928 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
2929 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2930 if test "$silent" = yes; then
2931   baseargs="$baseargs --silent"
2932   tbaseargs="$tbaseargs --silent"
2934 baseargs="$baseargs --disable-option-checking"
2935 tbaseargs="$tbaseargs --disable-option-checking"
2937 # Record and document user additions to sub configure arguments.
2938 AC_ARG_VAR([build_configargs],
2939            [additional configure arguments for build directories])
2940 AC_ARG_VAR([host_configargs],
2941            [additional configure arguments for host directories])
2942 AC_ARG_VAR([target_configargs],
2943            [additional configure arguments for target directories])
2945 # For the build-side libraries, we just need to pretend we're native,
2946 # and not use the same cache file.  Multilibs are neither needed nor
2947 # desired.  We can't even use the same cache file for all build-side
2948 # libraries, as they're compiled differently; some with C, some with
2949 # C++ or with different feature-enabling options.
2950 build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
2952 # For host modules, accept cache file option, or specification as blank.
2953 case "${cache_file}" in
2954 "") # empty
2955   cache_file_option="" ;;
2956 /* | [[A-Za-z]]:[[\\/]]* ) # absolute path
2957   cache_file_option="--cache-file=${cache_file}" ;;
2958 *) # relative path
2959   cache_file_option="--cache-file=../${cache_file}" ;;
2960 esac
2962 # Host dirs don't like to share a cache file either, horribly enough.
2963 # This seems to be due to autoconf 2.5x stupidity.
2964 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
2966 target_configargs="$target_configargs ${tbaseargs}"
2968 # Passing a --with-cross-host argument lets the target libraries know
2969 # whether they are being built with a cross-compiler or being built
2970 # native.  However, it would be better to use other mechanisms to make the
2971 # sorts of decisions they want to make on this basis.  Please consider
2972 # this option to be deprecated.  FIXME.
2973 if test x${is_cross_compiler} = xyes ; then
2974   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
2977 # Special user-friendly check for native x86_64-linux build, if
2978 # multilib is not explicitly enabled.
2979 case "$target:$have_compiler:$host:$target:$enable_multilib" in
2980   x86_64-*linux*:yes:$build:$build:)
2981     # Make sure we have a developement environment that handles 32-bit
2982     dev64=no
2983     echo "int main () { return 0; }" > conftest.c
2984     ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
2985     if test $? = 0 ; then
2986       if test -s conftest || test -s conftest.exe ; then
2987         dev64=yes
2988       fi
2989     fi 
2990     rm -f conftest*
2991     if test x${dev64} != xyes ; then
2992       AC_MSG_ERROR([I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib.])
2993     fi
2994     ;;
2995 esac
2997 # Default to --enable-multilib.
2998 if test x${enable_multilib} = x ; then
2999   target_configargs="--enable-multilib ${target_configargs}"
3002 # Pass --with-newlib if appropriate.  Note that target_configdirs has
3003 # changed from the earlier setting of with_newlib.
3004 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
3005   target_configargs="--with-newlib ${target_configargs}"
3008 # Different target subdirs use different values of certain variables
3009 # (notably CXX).  Worse, multilibs use *lots* of different values.
3010 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3011 # it doesn't automatically accept command-line overrides of them.
3012 # This means it's not safe for target subdirs to share a cache file,
3013 # which is disgusting, but there you have it.  Hopefully this can be
3014 # fixed in future.  It's still worthwhile to use a cache file for each
3015 # directory.  I think.
3017 # Pass the appropriate --build, --host, --target and --cache-file arguments.
3018 # We need to pass --target, as newer autoconf's requires consistency
3019 # for target_alias and gcc doesn't manage it consistently.
3020 target_configargs="--cache-file=./config.cache ${target_configargs}"
3022 FLAGS_FOR_TARGET=
3023 case " $target_configdirs " in
3024  *" newlib "*)
3025   case " $target_configargs " in
3026   *" --with-newlib "*)
3027    case "$target" in
3028     *-cygwin*)
3029       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
3030       ;;
3031    esac
3033    # If we're not building GCC, don't discard standard headers.
3034    if test -d ${srcdir}/gcc; then
3035      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
3037      if test "${build}" != "${host}"; then
3038        # On Canadian crosses, CC_FOR_TARGET will have already been set
3039        # by `configure', so we won't have an opportunity to add -Bgcc/
3040        # to it.  This is right: we don't want to search that directory
3041        # for binaries, but we want the header files in there, so add
3042        # them explicitly.
3043        FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
3045        # Someone might think of using the pre-installed headers on
3046        # Canadian crosses, in case the installed compiler is not fully
3047        # compatible with the compiler being built.  In this case, it
3048        # would be better to flag an error than risking having
3049        # incompatible object files being constructed.  We can't
3050        # guarantee that an error will be flagged, but let's hope the
3051        # compiler will do it, when presented with incompatible header
3052        # files.
3053      fi
3054    fi
3056    case "${target}-${is_cross_compiler}" in
3057    i[[3456789]]86-*-linux*-no)
3058       # Here host == target, so we don't need to build gcc,
3059       # so we don't want to discard standard headers.
3060       FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
3061       ;;
3062    *)
3063       # If we're building newlib, use its generic headers last, but search
3064       # for any libc-related directories first (so make it the last -B
3065       # switch).
3066       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
3068       # If we're building libgloss, find the startup file, simulator library
3069       # and linker script.
3070       case " $target_configdirs " in
3071         *" libgloss "*)
3072         # Look for startup file, simulator library and maybe linker script.
3073         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
3074         # Look for libnosys.a in case the target needs it.
3075         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
3076         # Most targets have the linker script in the source directory.
3077         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
3078         ;;
3079       esac
3080       ;;
3081    esac
3082    ;;
3083   esac
3084   ;;
3085 esac
3087 case "$target" in
3088   x86_64-*mingw* | *-w64-mingw*)
3089   # MinGW-w64 does not use newlib, nor does it use winsup. It may,
3090   # however, use a symlink named 'mingw' in ${prefix} .
3091     FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
3092     ;;
3093   *-mingw*)
3094   # MinGW can't be handled as Cygwin above since it does not use newlib.
3095     FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
3096     ;;
3097 esac
3099 # Allow the user to override the flags for
3100 # our build compiler if desired.
3101 if test x"${build}" = x"${host}" ; then
3102   CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
3103   CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
3104   LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
3107 # On Canadian crosses, we'll be searching the right directories for
3108 # the previously-installed cross compiler, so don't bother to add
3109 # flags for directories within the install tree of the compiler
3110 # being built; programs in there won't even run.
3111 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
3112   # Search for pre-installed headers if nothing else fits.
3113   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
3116 if test "x${use_gnu_ld}" = x &&
3117    echo " ${configdirs} " | grep " ld " > /dev/null ; then
3118   # Arrange for us to find uninstalled linker scripts.
3119   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
3122 # Search for other target-specific linker scripts and such.
3123 case "${target}" in
3124   mep*)
3125     FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
3126     ;;
3127 esac
3129 # UPC linker script check
3130 AC_MSG_CHECKING([for UPC link script support])
3131 AC_ARG_ENABLE(upc-link-script,
3132 AS_HELP_STRING(
3133   [--enable-upc-link-script],
3134   [enable UPC's use of a custom linker script;
3135   this will define the UPC shared section as a no load section on
3136   targets where this feature is supported (requires GNU LD)]),
3138   case $enableval in
3139   yes | no) ;;
3140   *)
3141     AC_MSG_ERROR([--enable-upc-link-script accepts only yes or no.])
3142     ;;
3143   esac
3146   if test x${use_gnu_ld} != xno ; then
3147     case "$target" in
3148       # disable linker script for Apple Mac OS X
3149       *-*-darwin*)
3150         enable_upc_link_script=no
3151         ;;
3152       *)
3153         enable_upc_link_script=yes
3154         ;;
3155     esac
3156   else
3157     enable_upc_link_script=no
3158   fi
3159   if test "$enable_upc_link_script" = yes; then
3160     target_configargs="${target_configargs} --enable-upc-link-script"
3161     host_configargs="${host_configargs} --enable-upc-link-script"
3162   fi
3164 if test "$enable_upc_link_script" = yes; then
3165   AC_MSG_RESULT([yes]);
3166 else
3167   AC_MSG_RESULT([no]);
3171 # Makefile fragments.
3172 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
3174   eval fragval=\$$frag
3175   if test $fragval != /dev/null; then
3176     eval $frag=${srcdir}/$fragval
3177   fi
3178 done
3179 AC_SUBST_FILE(host_makefile_frag)
3180 AC_SUBST_FILE(target_makefile_frag)
3181 AC_SUBST_FILE(alphaieee_frag)
3182 AC_SUBST_FILE(ospace_frag)
3184 # Miscellanea: directories, flags, etc.
3185 AC_SUBST(RPATH_ENVVAR)
3186 AC_SUBST(GCC_SHLIB_SUBDIR)
3187 AC_SUBST(tooldir)
3188 AC_SUBST(build_tooldir)
3189 AC_SUBST(CONFIGURE_GDB_TK)
3190 AC_SUBST(GDB_TK)
3191 AC_SUBST(INSTALL_GDB_TK)
3193 # Build module lists & subconfigure args.
3194 AC_SUBST(build_configargs)
3195 AC_SUBST(build_configdirs)
3197 # Host module lists & subconfigure args.
3198 AC_SUBST(host_configargs)
3199 AC_SUBST(configdirs)
3200 AC_SUBST(target_configdirs)
3202 # Target module lists & subconfigure args.
3203 AC_SUBST(target_configargs)
3206 # Build tools.
3207 AC_SUBST(AR_FOR_BUILD)
3208 AC_SUBST(AS_FOR_BUILD)
3209 AC_SUBST(CC_FOR_BUILD)
3210 AC_SUBST(CFLAGS_FOR_BUILD)
3211 AC_SUBST(CXXFLAGS_FOR_BUILD)
3212 AC_SUBST(CXX_FOR_BUILD)
3213 AC_SUBST(DLLTOOL_FOR_BUILD)
3214 AC_SUBST(GCJ_FOR_BUILD)
3215 AC_SUBST(GFORTRAN_FOR_BUILD)
3216 AC_SUBST(GOC_FOR_BUILD)
3217 AC_SUBST(GUPC_FOR_BUILD)
3218 AC_SUBST(LDFLAGS_FOR_BUILD)
3219 AC_SUBST(LD_FOR_BUILD)
3220 AC_SUBST(NM_FOR_BUILD)
3221 AC_SUBST(RANLIB_FOR_BUILD)
3222 AC_SUBST(WINDMC_FOR_BUILD)
3223 AC_SUBST(WINDRES_FOR_BUILD)
3225 # Generate default definitions for YACC, M4, LEX and other programs that run
3226 # on the build machine.  These are used if the Makefile can't locate these
3227 # programs in objdir.
3228 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
3230 AC_CHECK_PROGS([YACC], ['bison -y' byacc yacc], [$MISSING bison -y])
3231 case " $build_configdirs " in
3232   *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
3233 esac
3235 AC_CHECK_PROGS([BISON], [bison], [$MISSING bison])
3236 case " $build_configdirs " in
3237   *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
3238 esac
3240 AC_CHECK_PROGS([M4], [gm4 gnum4 m4], [$MISSING m4])
3241 case " $build_configdirs " in
3242   *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
3243 esac
3245 AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
3246 case " $build_configdirs " in
3247   *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3248   *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
3249 esac
3251 AC_CHECK_PROGS([FLEX], [flex], [$MISSING flex])
3252 case " $build_configdirs " in
3253   *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3254 esac
3256 AC_CHECK_PROGS([MAKEINFO], makeinfo, [$MISSING makeinfo])
3257 case " $build_configdirs " in
3258   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
3259   *)
3260 changequote(,)
3261     # For an installed makeinfo, we require it to be from texinfo 4.7 or
3262     # higher, else we use the "missing" dummy.
3263     if ${MAKEINFO} --version \
3264        | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
3265       :
3266     else
3267       MAKEINFO="$MISSING makeinfo"
3268     fi
3269     ;;
3270 changequote([,])
3271 esac
3273 # FIXME: expect and dejagnu may become build tools?
3275 AC_CHECK_PROGS(EXPECT, expect, expect)
3276 case " $configdirs " in
3277   *" expect "*)
3278     test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
3279     ;;
3280 esac
3282 AC_CHECK_PROGS(RUNTEST, runtest, runtest)
3283 case " $configdirs " in
3284   *" dejagnu "*)
3285     test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
3286     ;;
3287 esac
3290 # Host tools.
3291 NCN_STRICT_CHECK_TOOLS(AR, ar)
3292 NCN_STRICT_CHECK_TOOLS(AS, as)
3293 NCN_STRICT_CHECK_TOOLS(DLLTOOL, dlltool)
3294 NCN_STRICT_CHECK_TOOLS(LD, ld)
3295 NCN_STRICT_CHECK_TOOLS(LIPO, lipo)
3296 NCN_STRICT_CHECK_TOOLS(NM, nm)
3297 NCN_STRICT_CHECK_TOOLS(RANLIB, ranlib, true)
3298 NCN_STRICT_CHECK_TOOLS(STRIP, strip, true)
3299 NCN_STRICT_CHECK_TOOLS(WINDRES, windres)
3300 NCN_STRICT_CHECK_TOOLS(WINDMC, windmc)
3301 NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy)
3302 NCN_STRICT_CHECK_TOOLS(OBJDUMP, objdump)
3303 NCN_STRICT_CHECK_TOOLS(READELF, readelf)
3304 AC_SUBST(CC)
3305 AC_SUBST(CXX)
3306 AC_SUBST(CFLAGS)
3307 AC_SUBST(CXXFLAGS)
3309 # Target tools.
3310 AC_ARG_WITH([build-time-tools], 
3311   [AS_HELP_STRING([--with-build-time-tools=PATH],
3312                   [use given path to find target tools during the build])],
3313   [case x"$withval" in
3314      x/*) ;;
3315      *)
3316        with_build_time_tools=
3317        AC_MSG_WARN([argument to --with-build-time-tools must be an absolute path])
3318        ;;
3319    esac],
3320   [with_build_time_tools=])
3322 NCN_STRICT_CHECK_TARGET_TOOLS(CC_FOR_TARGET, cc gcc)
3323 NCN_STRICT_CHECK_TARGET_TOOLS(CXX_FOR_TARGET, c++ g++ cxx gxx)
3324 NCN_STRICT_CHECK_TARGET_TOOLS(GCC_FOR_TARGET, gcc, ${CC_FOR_TARGET})
3325 NCN_STRICT_CHECK_TARGET_TOOLS(GCJ_FOR_TARGET, gcj)
3326 NCN_STRICT_CHECK_TARGET_TOOLS(GFORTRAN_FOR_TARGET, gfortran)
3327 NCN_STRICT_CHECK_TARGET_TOOLS(GOC_FOR_TARGET, gccgo)
3328 NCN_STRICT_CHECK_TARGET_TOOLS(GUPC_FOR_TARGET, gupc)
3330 ACX_CHECK_INSTALLED_TARGET_TOOL(AR_FOR_TARGET, ar)
3331 ACX_CHECK_INSTALLED_TARGET_TOOL(AS_FOR_TARGET, as)
3332 ACX_CHECK_INSTALLED_TARGET_TOOL(DLLTOOL_FOR_TARGET, dlltool)
3333 ACX_CHECK_INSTALLED_TARGET_TOOL(LD_FOR_TARGET, ld)
3334 ACX_CHECK_INSTALLED_TARGET_TOOL(LIPO_FOR_TARGET, lipo)
3335 ACX_CHECK_INSTALLED_TARGET_TOOL(NM_FOR_TARGET, nm)
3336 ACX_CHECK_INSTALLED_TARGET_TOOL(OBJDUMP_FOR_TARGET, objdump)
3337 ACX_CHECK_INSTALLED_TARGET_TOOL(RANLIB_FOR_TARGET, ranlib)
3338 ACX_CHECK_INSTALLED_TARGET_TOOL(READELF_FOR_TARGET, readelf)
3339 ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
3340 ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
3341 ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
3343 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
3345 GCC_TARGET_TOOL(ar, AR_FOR_TARGET, AR, [binutils/ar])
3346 GCC_TARGET_TOOL(as, AS_FOR_TARGET, AS, [gas/as-new])
3347 GCC_TARGET_TOOL(cc, CC_FOR_TARGET, CC, [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
3348 dnl see comments for CXX_FOR_TARGET_FLAG_TO_PASS
3349 GCC_TARGET_TOOL(c++, CXX_FOR_TARGET, CXX,
3350                 [gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs],
3351                 c++)
3352 GCC_TARGET_TOOL(c++ for libstdc++, RAW_CXX_FOR_TARGET, CXX,
3353                 [gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs],
3354                 c++)
3355 GCC_TARGET_TOOL(dlltool, DLLTOOL_FOR_TARGET, DLLTOOL, [binutils/dlltool])
3356 GCC_TARGET_TOOL(gcc, GCC_FOR_TARGET, , [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
3357 GCC_TARGET_TOOL(gcj, GCJ_FOR_TARGET, GCJ,
3358                 [gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/], java)
3359 GCC_TARGET_TOOL(gfortran, GFORTRAN_FOR_TARGET, GFORTRAN,
3360                 [gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/], fortran)
3361 GCC_TARGET_TOOL(gccgo, GOC_FOR_TARGET, GOC,
3362                 [gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/], go)
3363 GCC_TARGET_TOOL(gupc, GUPC_FOR_TARGET, GUPC,
3364                 [gcc/gupc -B$$r/$(HOST_SUBDIR)/gcc/], upc)
3365 GCC_TARGET_TOOL(ld, LD_FOR_TARGET, LD, [ld/ld-new])
3366 GCC_TARGET_TOOL(lipo, LIPO_FOR_TARGET, LIPO)
3367 GCC_TARGET_TOOL(nm, NM_FOR_TARGET, NM, [binutils/nm-new])
3368 GCC_TARGET_TOOL(objdump, OBJDUMP_FOR_TARGET, OBJDUMP, [binutils/objdump])
3369 GCC_TARGET_TOOL(ranlib, RANLIB_FOR_TARGET, RANLIB, [binutils/ranlib])
3370 GCC_TARGET_TOOL(readelf, READELF_FOR_TARGET, READELF, [binutils/readelf])
3371 GCC_TARGET_TOOL(strip, STRIP_FOR_TARGET, STRIP, [binutils/strip-new])
3372 GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
3373 GCC_TARGET_TOOL(windmc, WINDMC_FOR_TARGET, WINDMC, [binutils/windmc])
3375 AC_SUBST(FLAGS_FOR_TARGET)
3376 AC_SUBST(RAW_CXX_FOR_TARGET)
3378 # Certain tools may need extra flags.
3379 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
3380 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
3381 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
3383 # When building target libraries, except in a Canadian cross, we use
3384 # the same toolchain as the compiler we just built.
3385 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
3386 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
3387 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
3388 if test $host = $build; then
3389   case " $configdirs " in
3390     *" gcc "*)
3391       COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
3392       COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
3393       COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
3394       ;;
3395   esac
3398 AC_SUBST(COMPILER_AS_FOR_TARGET)
3399 AC_SUBST(COMPILER_LD_FOR_TARGET)
3400 AC_SUBST(COMPILER_NM_FOR_TARGET)
3402 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
3403 AC_ARG_ENABLE(maintainer-mode,
3404 [AS_HELP_STRING([--enable-maintainer-mode],
3405                 [enable make rules and dependencies not useful
3406                  (and sometimes confusing) to the casual installer])],
3407       USE_MAINTAINER_MODE=$enableval,
3408       USE_MAINTAINER_MODE=no)
3409 AC_MSG_RESULT($USE_MAINTAINER_MODE)
3410 AC_SUBST(MAINTAINER_MODE_TRUE)
3411 AC_SUBST(MAINTAINER_MODE_FALSE)
3412 if test "$USE_MAINTAINER_MODE" = yes; then
3413   MAINTAINER_MODE_TRUE=
3414   MAINTAINER_MODE_FALSE='#'
3415 else
3416   MAINTAINER_MODE_TRUE='#'
3417   MAINTAINER_MODE_FALSE=
3418 fi      
3419 MAINT=$MAINTAINER_MODE_TRUE
3420 AC_SUBST(MAINT)dnl
3422 # ---------------------
3423 # GCC bootstrap support
3424 # ---------------------
3426 # Stage specific cflags for build.
3427 stage1_cflags="-g"
3428 case $build in
3429   vax-*-*)
3430     case ${GCC} in
3431       yes) stage1_cflags="-g -Wa,-J" ;;
3432       *) stage1_cflags="-g -J" ;;
3433     esac ;;
3434 esac
3436 AC_SUBST(stage1_cflags)
3438 # Enable --enable-checking in stage1 of the compiler.
3439 AC_ARG_ENABLE(stage1-checking,
3440 [AS_HELP_STRING([[--enable-stage1-checking[=all]]],
3441                 [choose additional checking for stage1 of the compiler])],
3442 [stage1_checking=--enable-checking=${enable_stage1_checking}],
3443 [if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
3444   stage1_checking=--enable-checking=yes,types
3445 else
3446   stage1_checking=--enable-checking=$enable_checking,types
3447 fi])
3448 AC_SUBST(stage1_checking)
3450 # Enable -Werror in bootstrap stage2 and later.
3451 AC_ARG_ENABLE(werror,
3452 [AS_HELP_STRING([--enable-werror],
3453                 [enable -Werror in bootstrap stage2 and later])], [],
3454 [if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
3455   enable_werror=yes
3456 else
3457   enable_werror=no
3458 fi])
3459 case ${enable_werror} in
3460   yes) stage2_werror_flag="--enable-werror-always" ;;
3461   *) stage2_werror_flag="" ;;
3462 esac
3463 AC_SUBST(stage2_werror_flag)
3465 # Enable --enable-host-shared.
3466 AC_ARG_ENABLE(host-shared,
3467 [AS_HELP_STRING([--enable-host-shared],
3468                 [build host code as shared libraries])],
3469 [host_shared=$enableval], [host_shared=no])
3470 AC_SUBST(host_shared)
3472 # Specify what files to not compare during bootstrap.
3474 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
3475 case "$target" in
3476   hppa*64*-*-hpux*) ;;
3477   hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
3478   powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
3479 esac
3480 AC_SUBST(compare_exclusions)
3482 AC_CONFIG_FILES([Makefile],
3483   [sed "$extrasub_build" Makefile |
3484    sed "$extrasub_host" |
3485    sed "$extrasub_target" > mf$$
3486    mv -f mf$$ Makefile],
3487   [extrasub_build="$extrasub_build"
3488    extrasub_host="$extrasub_host"
3489    extrasub_target="$extrasub_target"])
3490 AC_OUTPUT