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