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