Daily bump.
[official-gcc.git] / configure.in
blobcfb33ad912efcbc83a52886b430aeae1d972872b
1 #! /bin/bash
2 ##############################################################################
4 ## This file is a shell script fragment that supplies the information
5 ## necessary to tailor a template configure script into the configure
6 ## script appropriate for this directory. For more information, check
7 ## any existing configure script.
9 ## Be warned, there are two types of configure.in files. There are those
10 ## used by Autoconf, which are macros which are expanded into a configure
11 ## script by autoconf. The other sort, of which this is one, is executed
12 ## by Cygnus configure.
14 ## For more information on these two systems, check out the documentation
15 ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
17 # Copyright (C) 1992-99, 2000 Free Software Foundation, Inc.
19 # This file is free software; you can redistribute it and/or modify it
20 # under the terms of the GNU General Public License as published by
21 # the Free Software Foundation; either version 2 of the License, or
22 # (at your option) any later version.
24 # This program is distributed in the hope that it will be useful, but
25 # WITHOUT ANY WARRANTY; without even the implied warranty of
26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27 # General Public License for more details.
29 # You should have received a copy of the GNU General Public License
30 # along with this program; if not, write to the Free Software
31 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33 ##############################################################################
35 ### To add a new directory to the tree, first choose whether it is a target
36 ### or a host dependent tool. Then put it into the appropriate list
37 ### (library or tools, host or target), doing a dependency sort. For
38 ### example, gdb requires that byacc (or bison) be built first, so it is in
39 ### the ${host_tools} list after byacc and bison.
42 # these libraries are used by various programs built for the host environment
44 host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui"
46 if [ "${enable_gdbgui}" = "yes" ] ; then
47 host_libs="${host_libs} libgui"
50 # Set up configure/Makefile variables if libstdc++-v3 is to be built.
51 if [ "${enable_libstdcxx_v3}" = "yes" ] ; then
52 libstdcxx_version="target-libstdc++-v3"
53 else
54 libstdcxx_version="target-libio target-libstdc++"
57 # these tools are built for the host environment
58 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
59 # know that we are building the simulator.
60 host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip"
63 # these libraries are built for the target environment, and are built after
64 # the host libraries and the host tools (which may be a cross compiler)
66 target_libs="target-libiberty \
67 target-libgloss \
68 target-newlib \
69 ${libstdcxx_version} \
70 target-librx \
71 target-libg++ \
72 target-libf2c \
73 target-libchill \
74 target-libffi \
75 target-libjava \
76 target-zlib \
77 target-boehm-gc \
78 target-qthreads \
79 target-libobjc"
81 # these tools are built using the target libs, and are intended to run only
82 # in the target environment
84 # note: any program that *uses* libraries that are in the "target_libs"
85 # list belongs in this list. those programs are also very likely
86 # candidates for the "native_only" list which follows
88 target_tools="target-examples target-groff target-gperf"
90 ################################################################################
92 ## These two lists are of directories that are to be removed from the
93 ## ${configdirs} list for either cross-compilations or for native-
94 ## compilations. For example, it doesn't make that much sense to
95 ## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
96 ## a native environment.
98 # directories to be built in the native environment only
100 # This must be a single line because of the way it is searched by grep in
101 # the code below.
102 native_only="autoconf automake libtool cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time ash bash bzip2 prms snavigator gnuserv target-gperf"
104 # directories to be built in a cross environment only
106 cross_only="target-libgloss target-newlib target-cygmon target-opcodes target-libstub"
108 ## All tools belong in one of the four categories, and are assigned above
109 ## We assign ${configdirs} this way to remove all embedded newlines. This
110 ## is important because configure will choke if they ever get through.
111 ## ${configdirs} is directories we build using the host tools.
112 ## ${target_configdirs} is directories we build using the target tools.
114 configdirs=`echo ${host_libs} ${host_tools}`
115 target_configdirs=`echo ${target_libs} ${target_tools}`
117 ################################################################################
119 srctrigger=move-if-change
120 srcname="gnu development package"
122 # This gets set non-empty for some net releases of packages.
123 appdirs=""
125 # per-host:
127 # Work in distributions that contain no compiler tools, like Autoconf.
128 if [ -d ${srcdir}/config ]; then
129 case "${host}" in
130 m68k-hp-hpux*)
131 host_makefile_frag="${host_makefile_frag} config/mh-hp300"
133 m68k-apollo-sysv*)
134 host_makefile_frag="${host_makefile_frag} config/mh-apollo68"
136 m68k-apollo-bsd*)
137 host_makefile_frag="${host_makefile_frag} config/mh-a68bsd"
139 m88k-dg-dgux*)
140 host_makefile_frag="${host_makefile_frag} config/mh-dgux"
142 m88k-harris-cxux*)
143 host_makefile_frag="${host_makefile_frag} config/mh-cxux"
145 m88k-motorola-sysv*)
146 host_makefile_frag="${host_makefile_frag} config/mh-delta88"
148 mips*-dec-ultrix*)
149 host_makefile_frag="${host_makefile_frag} config/mh-decstation"
151 mips*-nec-sysv4*)
152 host_makefile_frag="${host_makefile_frag} config/mh-necv4"
154 mips*-sgi-irix6*)
155 host_makefile_frag="${host_makefile_frag} config/mh-irix6"
157 mips*-sgi-irix5*)
158 host_makefile_frag="${host_makefile_frag} config/mh-irix5"
160 mips*-sgi-irix4*)
161 host_makefile_frag="${host_makefile_frag} config/mh-irix4"
163 mips*-sgi-irix3*)
164 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
166 mips*-*-sysv4*)
167 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
169 mips*-*-sysv*)
170 host_makefile_frag="${host_makefile_frag} config/mh-riscos"
172 i370-ibm-opened*)
173 host_makefile_frag="${host_makefile_frag} config/mh-openedition"
175 i[3456]86-*-sysv5*)
176 host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
178 i[3456]86-*-dgux*)
179 host_makefile_frag="${host_makefile_frag} config/mh-dgux386"
181 i[3456]86-ncr-sysv4.3*)
182 host_makefile_frag="${host_makefile_frag} config/mh-ncrsvr43"
184 i[3456]86-ncr-sysv4*)
185 host_makefile_frag="${host_makefile_frag} config/mh-ncr3000"
187 i[3456]86-*-sco3.2v5*)
188 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
190 i[3456]86-*-sco*)
191 host_makefile_frag="${host_makefile_frag} config/mh-sco"
193 i[3456]86-*-udk*)
194 host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
196 i[3456]86-*-isc*)
197 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
199 i[3456]86-*-solaris2*)
200 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
202 i[3456]86-*-aix*)
203 host_makefile_frag="${host_makefile_frag} config/mh-aix386"
205 i[3456]86-*-msdosdjgpp*)
206 host_makefile_frag="${host_makefile_frag} config/mh-djgpp"
208 *-cygwin32*)
209 host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
211 *-mingw32*)
212 host_makefile_frag="${host_makefile_frag} config/mh-mingw32"
214 *-interix*)
215 host_makefile_frag="${host_makefile_frag} config/mh-interix"
217 *-windows*)
218 host_makefile_frag="${host_makefile_frag} config/mh-windows"
220 vax-*-ultrix2*)
221 host_makefile_frag="${host_makefile_frag} config/mh-vaxult2"
223 *-*-solaris2*)
224 host_makefile_frag="${host_makefile_frag} config/mh-solaris"
226 m68k-sun-sunos*)
227 host_makefile_frag="${host_makefile_frag} config/mh-sun3"
229 *-hp-hpux[78]*)
230 host_makefile_frag="${host_makefile_frag} config/mh-hpux8"
232 *-hp-hpux*)
233 host_makefile_frag="${host_makefile_frag} config/mh-hpux"
235 *-*-hiux*)
236 host_makefile_frag="${host_makefile_frag} config/mh-hpux"
238 rs6000-*-lynxos*)
239 host_makefile_frag="${host_makefile_frag} config/mh-lynxrs6k"
241 *-*-lynxos*)
242 host_makefile_frag="${host_makefile_frag} config/mh-lynxos"
244 *-*-sysv4*)
245 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
247 *-*-sysv*)
248 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
250 esac
253 # If we aren't going to be using gcc, see if we can extract a definition
254 # of CC from the fragment.
255 if [ -z "${CC}" ] && [ "${build}" = "${host}" ]; then
256 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
257 found=
258 for dir in $PATH; do
259 test -z "$dir" && dir=.
260 if test -f $dir/gcc; then
261 found=yes
262 break
264 done
265 IFS="$save_ifs"
266 if [ -z "${found}" ] && [ -n "${host_makefile_frag}" ] && [ -f "${srcdir}/${host_makefile_frag}" ]; then
267 xx=`sed -n -e 's/^[ ]*CC[ ]*=[ ]*\(.*\)$/\1/p' < ${srcdir}/${host_makefile_frag}`
268 if [ -n "${xx}" ] ; then
269 CC=$xx
274 # We default to --with-shared on platforms where -fpic is meaningless.
275 # Well, we don't yet, but we will.
276 if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
277 case "${target}" in
278 alpha*-dec-osf*) enable_shared=yes ;;
279 alpha*-*-linux*) enable_shared=yes ;;
280 mips-sgi-irix5*) enable_shared=yes ;;
281 *) enable_shared=no ;;
282 esac
285 case "${enable_shared}" in
286 yes) shared=yes ;;
287 no) shared=no ;;
288 "") shared=no ;;
289 *) shared=yes ;;
290 esac
292 if [ x${shared} = xyes ]; then
293 case "${host}" in
294 alpha*-*-linux*)
295 host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
297 arm*-*-*)
298 host_makefile_frag="${host_makefile_frag} config/mh-armpic"
300 hppa*-*-*)
301 host_makefile_frag="${host_makefile_frag} config/mh-papic"
303 i[3456]86-*-cygwin32*)
304 # We don't want -fPIC on cygwin32.
306 i[3456]86-*-*)
307 host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
309 sparc64-*-*)
310 host_makefile_frag="${host_makefile_frag} config/mh-sparcpic"
312 powerpc*-*-aix*)
313 # We don't want -fPIC on AIX.
315 powerpc*-*-*)
316 host_makefile_frag="${host_makefile_frag} config/mh-ppcpic"
318 *-*-*)
319 if test -f ${srcdir}/config/mh-${host_cpu}pic; then
320 host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
323 esac
326 rm -f mh-frag
327 if [ -n "${host_makefile_frag}" ] ; then
328 for f in ${host_makefile_frag}
330 cat ${srcdir}/$f >> mh-frag
331 done
332 host_makefile_frag=mh-frag
335 # per-target:
337 case "${target}" in
338 v810*)
339 target_makefile_frag="${target_makefile_frag} config/mt-v810"
341 i[3456]86-*-netware*)
342 target_makefile_frag="${target_makefile_frag} config/mt-netware"
344 powerpc-*-netware*)
345 target_makefile_frag="${target_makefile_frag} config/mt-netware"
347 *-*-linux-gnu*)
348 target_makefile_frag="${target_makefile_frag} config/mt-linux"
350 *-*-aix4.[3456789]* | *-*-aix[56789].*)
351 target_makefile_frag="${target_makefile_frag} config/mt-aix43"
353 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
354 target_makefile_frag="${target_makefile_frag} config/mt-wince"
356 esac
358 # If --enable-target-optspace always use -Os instead of -O2 to build
359 # the target libraries, similarly if it is not specified, use -Os
360 # on selected platforms.
361 case "${enable_target_optspace}:${target}" in
362 yes:*)
363 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
365 :m32r-* | :fr30-*)
366 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
368 no:* | :*)
371 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
373 esac
375 skipdirs=
376 gasdir=gas
377 use_gnu_ld=
378 use_gnu_as=
380 # some tools are so dependent upon X11 that if we're not building with X,
381 # it's not even worth trying to configure, much less build, that tool.
383 case ${with_x} in
384 yes | "") # the default value for this tree is that X11 is available
387 skipdirs="${skipdirs} tk libgui gash"
390 echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2
392 esac
394 # Some tools are only suitable for building in a "native" situation.
395 # Those are added when we have a host==target configuration. For cross
396 # toolchains, we add some directories that should only be useful in a
397 # cross-compiler.
399 is_cross_compiler=
401 if [ x"${host}" = x"${target}" ] ; then
402 # when doing a native toolchain, don't build the targets
403 # that are in the 'cross only' list
404 skipdirs="${skipdirs} ${cross_only}"
405 is_cross_compiler=no
406 else
407 # similarly, don't build the targets in the 'native only'
408 # list when building a cross compiler
409 skipdirs="${skipdirs} ${native_only}"
410 is_cross_compiler=yes
413 # We always want to use the same name for this directory, so that dejagnu
414 # can reliably find it.
415 target_subdir=${target_alias}
417 if [ ! -d ${target_subdir} ] ; then
418 if mkdir ${target_subdir} ; then true
419 else
420 echo "'*** could not make ${PWD=`pwd`}/${target_subdir}" 1>&2
421 exit 1
425 copy_dirs=
427 # Handle --with-headers=XXX. The contents of the named directory are
428 # copied to $(tooldir)/sys-include.
429 if [ x"${with_headers}" != x ]; then
430 if [ x${is_cross_compiler} = xno ]; then
431 echo 1>&2 '***' --with-headers is only supported when cross compiling
432 exit 1
434 case "${exec_prefixoption}" in
435 "") x=${prefix} ;;
436 *) x=${exec_prefix} ;;
437 esac
438 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
441 # Handle --with-libs=XXX. Multiple directories are permitted. The
442 # contents are copied to $(tooldir)/lib.
443 if [ x"${with_libs}" != x ]; then
444 if [ x${is_cross_compiler} = xno ]; then
445 echo 1>&2 '***' --with-libs is only supported when cross compiling
446 exit 1
448 # Copy the libraries in reverse order, so that files in the first named
449 # library override files in subsequent libraries.
450 case "${exec_prefixoption}" in
451 "") x=${prefix} ;;
452 *) x=${exec_prefix} ;;
453 esac
454 for l in ${with_libs}; do
455 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
456 done
459 # If both --with-headers and --with-libs are specified, default to
460 # --without-newlib.
461 if [ x"${with_headers}" != x ] && [ x"${with_libs}" != x ]; then
462 if [ x"${with_newlib}" = x ]; then
463 with_newlib=no
467 # Recognize --with-newlib/--without-newlib.
468 if [ x${with_newlib} = xno ]; then
469 skipdirs="${skipdirs} target-newlib"
470 elif [ x${with_newlib} = xyes ]; then
471 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
474 # Default to using --with-stabs for certain targets.
475 if [ x${with_stabs} = x ]; then
476 case "${target}" in
477 mips*-*-irix6*)
479 mips*-*-* | alpha*-*-osf*)
480 with_stabs=yes;
481 withoptions="${withoptions} --with-stabs"
483 esac
486 # Handle ${copy_dirs}
487 set fnord ${copy_dirs}
488 shift
489 while [ $# != 0 ]; do
490 if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
492 else
493 echo Copying $1 to $2
495 # Use the install script to create the directory and all required
496 # parent directories.
497 if [ -d $2 ]; then
499 else
500 echo >config.temp
501 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
504 # Copy the directory, assuming we have tar.
505 # FIXME: Should we use B in the second tar? Not all systems support it.
506 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
508 # It is the responsibility of the user to correctly adjust all
509 # symlinks. If somebody can figure out how to handle them correctly
510 # here, feel free to add the code.
512 echo $1 > $2/COPIED
514 shift; shift
515 done
517 # Configure extra directories which are host specific
519 case "${host}" in
520 i[3456]86-*-go32*)
521 configdirs="$configdirs dosrel" ;;
522 i[3456]86-*-mingw32*)
523 configdirs="$configdirs dosrel" ;;
524 *-cygwin32*)
525 configdirs="$configdirs dosrel" ;;
526 esac
528 # Remove more programs from consideration, based on the host or
529 # target this usually means that a port of the program doesn't
530 # exist yet.
532 noconfigdirs=""
534 case "${host}" in
535 i[3456]86-*-vsta)
536 noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
538 i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
539 noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext libffi"
541 i[3456]86-*-mingw32*)
542 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv"
543 noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
545 i[3456]86-*-beos*)
546 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
548 *-*-cygwin32)
549 noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
551 *-*-windows*)
552 # This is only used to build WinGDB...
553 # note that powerpc-eabi depends on sim configured before gdb.
554 configdirs="bfd libiberty opcodes readline sim gdb"
555 target_configdirs=
557 *-*-netbsd*)
558 noconfigdirs="rcs"
560 ppc*-*-pe)
561 noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
563 powerpc-*-beos*)
564 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
566 esac
569 case "${target}" in
570 *-*-netware)
571 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss target-libffi"
573 *-*-rtems*)
574 noconfigdirs="$noconfigdirs target-libgloss target-libffi"
576 *-*-vxworks*)
577 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libffi"
579 alpha*-dec-osf*)
580 # ld works, but does not support shared libraries. emacs doesn't
581 # work. newlib is not 64 bit ready. I'm not sure about fileutils.
582 # gas doesn't generate exception information.
583 noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
585 alpha*-*-*vms*)
586 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss target-libffi"
588 alpha*-*-linux*)
589 # newlib is not 64 bit ready
590 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
591 # linux has rx in libc
592 skipdirs="$skipdirs target-librx"
594 alpha*-*-*)
595 # newlib is not 64 bit ready
596 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
598 arc-*-*)
599 noconfigdirs="$noconfigdirs target-libgloss target-libffi"
601 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
602 noconfigdirs="$noconfigdirs target-libjava target-libffi target-zlib"
603 noconfigdirs="$noconfigdirs target-boehm-gc target-qthreads target-examples"
604 noconfigdirs="$noconfigdirs target-librx target-libiberty texinfo send-pr"
605 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
606 noconfigdirs="$noconfigdirs expect dejagnu"
607 # the C++ libraries don't build on top of CE's C libraries
608 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version}"
609 skipdirs="$skipdirs target-newlib"
610 case "${host}" in
611 *-*-cygwin*) ;; # keep gdb and readline
612 *) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version} target-libg++"
614 esac
616 arm-*-pe*)
617 noconfigdirs="$noconfigdirs target-libgloss"
619 arm-*-coff*)
620 noconfigdirs="$noconfigdirs target-libgloss"
622 arm-*-elf*)
623 noconfigdirs="$noconfigdirs target-libgloss"
624 if [ x${is_cross_compiler} != xno ] ; then
625 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
628 arm-*-oabi*)
629 noconfigdirs="$noconfigdirs target-libgloss target-libffi"
630 if [ x${is_cross_compiler} != xno ] ; then
631 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
634 c4x-*-*)
635 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
637 thumb-*-coff)
638 noconfigdirs="$noconfigdirs target-libgloss target-libffi"
640 arm-*-riscix*)
641 noconfigdirs="$noconfigdirs ld target-libgloss target-libffi"
643 d10v-*-*)
644 noconfigdirs="$noconfigdirs target-librx target-libg++ ${libstdcxx_version} target-libgloss target-libffi"
646 fr30-*-elf*)
647 if [ x${is_cross_compiler} != xno ] ; then
648 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
651 h8300*-*-* | \
652 h8500-*-*)
653 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
655 hppa*-*-*elf* | \
656 hppa*-*-lites*)
657 # Do configure ld/binutils/gas for this case.
659 hppa*-*-*)
660 # HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach
661 # cc is gcc, and on any system a user should be able to link cc to
662 # whatever they want. FIXME, emacs emacs19).
663 case "${CC}" in
664 "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
665 *) ;;
666 esac
667 noconfigdirs="$noconfigdirs ld shellutils target-libffi"
669 i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
670 # but don't build gdb
671 noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx target-libffi"
673 *-*-linux*)
674 # linux has rx in libc
675 skipdirs="$skipdirs target-librx"
677 i[3456]86-*-mingw32*)
678 target_configdirs="$target_configdirs target-mingw"
679 noconfigdirs="$noconfigdirs expect target-libgloss target-libffi"
681 # Can't build gdb for mingw32 if not native.
682 case "${host}" in
683 i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
684 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db snavigator gnuserv"
686 esac
688 *-*-cygwin32*)
689 target_configdirs="$target_configdirs target-winsup"
690 noconfigdirs="$noconfigdirs target-gperf target-libgloss target-libffi"
691 # always build newlib.
692 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
694 # Can't build gdb for cygwin32 if not native.
695 case "${host}" in
696 *-*-cygwin32*) ;; # keep gdb tcl tk expect etc.
697 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
699 esac
701 i[3456]86-*-pe)
702 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
704 i[3456]86-*-sco3.2v5*)
705 # The linker does not yet know about weak symbols in COFF,
706 # and is not configured to handle mixed ELF and COFF.
707 noconfigdirs="$noconfigdirs ld target-libgloss target-libffi"
709 i[3456]86-*-sco*)
710 noconfigdirs="$noconfigdirs gprof target-libgloss target-libffi"
712 i[3456]86-*-solaris2*)
713 # The linker does static linking correctly, but the Solaris C library
714 # has bugs such that some important functions won't work when statically
715 # linked. (See man pages for getpwuid, for example.)
716 noconfigdirs="$noconfigdirs ld target-libgloss"
718 i[3456]86-*-sysv4*)
719 # The SYSV4 C compiler doesn't handle Emacs correctly
720 case "${CC}" in
721 "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
722 *) ;;
723 esac
724 # but that's okay since emacs doesn't work anyway
725 noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss target-libffi"
727 i[3456]86-*-beos*)
728 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
730 mn10200-*-*)
731 noconfigdirs="$noconfigdirs target-libffi"
732 if [ x${is_cross_compiler} != xno ] ; then
733 target_configdirs="${target_configdirs} target-libstub target-cygmon"
736 mn10300-*-*)
737 noconfigdirs="$noconfigdirs target-libffi"
738 if [ x${is_cross_compiler} != xno ] ; then
739 target_configdirs="${target_configdirs} target-libstub target-cygmon"
742 powerpc-*-aix*)
743 # copied from rs6000-*-* entry
744 # The configure and build of ld are currently disabled because
745 # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
746 # The symptom is that GDBtk 4.18 fails at startup with a segfault
747 # if linked by GNU ld, but not if linked by the native ld.
748 noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss target-libffi ld"
749 use_gnu_ld=no
751 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
752 target_configdirs="$target_configdirs target-winsup"
753 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv target-libffi"
754 # always build newlib.
755 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
757 # This is temporary until we can link against shared libraries
758 powerpcle-*-solaris*)
759 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv target-libffi"
761 powerpc-*-beos*)
762 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
764 rs6000-*-lynxos*)
765 # The CVS server code doesn't work on the RS/6000
766 # Newlib makes problems for libg++ in crosses.
767 noconfigdirs="$noconfigdirs target-newlib gprof cvssrc target-libffi"
769 rs6000-*-aix*)
770 # The configure and build of ld are currently disabled because
771 # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
772 # The symptom is that GDBtk 4.18 fails at startup with a segfault
773 # if linked by GNU ld, but not if linked by the native ld.
774 noconfigdirs="$noconfigdirs gprof target-libffi ld"
775 use_gnu_ld=no
777 rs6000-*-*)
778 noconfigdirs="$noconfigdirs gprof target-libffi"
780 m68k-apollo-*)
781 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss target-libffi"
783 mips*-*-irix5*)
784 # The GNU linker does not support shared libraries.
785 # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
786 noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss"
788 mips*-*-irix6*)
789 # The GNU assembler and linker do not support IRIX 6.
790 # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
791 noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
793 mips*-dec-bsd*)
794 noconfigdirs="$noconfigdirs gprof target-libgloss target-libffi"
796 mips*-*-bsd*)
797 noconfigdirs="$noconfigdirs gprof target-libgloss target-libffi"
799 mipstx39-*-*)
800 noconfigdirs="$noconfigdirs gprof target-libffi" # same as generic mips
801 target_configdirs="${target_configdirs} target-libstub target-cygmon"
803 mips*-*-*)
804 noconfigdirs="$noconfigdirs gprof target-libffi"
806 romp-*-*)
807 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss target-libffi"
809 sh-*-*)
810 case "${host}" in
811 i[3456]86-*-vsta) ;; # don't add gprof back in
812 i[3456]86-*-go32*) ;; # don't add gprof back in
813 i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
814 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
815 esac
816 noconfigdirs="$noconfigdirs target-libgloss target-libffi"
818 sparc-*-elf*)
819 if [ x${is_cross_compiler} != xno ] ; then
820 target_configdirs="${target_configdirs} target-libstub target-cygmon"
823 sparc64-*-elf*)
824 if [ x${is_cross_compiler} != xno ] ; then
825 target_configdirs="${target_configdirs} target-libstub target-cygmon"
826 noconfigdirs="target-libffi"
829 sparclite-*-aout*)
830 if [ x${is_cross_compiler} != xno ] ; then
831 target_configdirs="${target_configdirs} target-libstub target-cygmon"
832 noconfigdirs="target-libffi"
835 sparc-*-sunos4*)
836 if [ x${is_cross_compiler} != xno ] ; then
837 noconfigdirs="$noconfigdirs gdb gdbtest target-newlib target-libgloss"
838 else
839 use_gnu_ld=no
842 v810-*-*)
843 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} target-libg++ opcodes target-libgloss target-libffi"
845 v850-*-*)
846 noconfigdirs="$noconfigdirs target-libgloss target-libffi"
848 vax-*-vms)
849 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss target-libffi"
851 vax-*-*)
852 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libffi"
854 *-*-lynxos*)
855 # Newlib makes problems for libg++ in crosses.
856 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libffi"
858 *-*-macos* | \
859 *-*-mpw*)
860 # Macs want a resource compiler.
861 configdirs="$configdirs grez"
862 noconfigdirs="target-libffi"
864 esac
866 # If we aren't building newlib, then don't build libgloss, since libgloss
867 # depends upon some newlib header files.
868 case "${noconfigdirs}" in
869 *target-libgloss*) ;;
870 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
871 esac
873 # Make sure we don't let GNU ld be added if we didn't want it.
874 if [ x$with_gnu_ld = xno ]; then
875 use_gnu_ld=no
876 noconfigdirs="$noconfigdirs ld"
879 # Make sure we don't let GNU as be added if we didn't want it.
880 if [ x$with_gnu_as = xno ]; then
881 use_gnu_as=no
882 noconfigdirs="$noconfigdirs gas"
885 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
886 # $target_configdirs.
887 # If we have the source for $noconfigdirs entries, add them to $notsupp.
889 notsupp=""
890 for dir in . $skipdirs $noconfigdirs ; do
891 dirname=`echo $dir | sed -e s/target-//g`
892 if [ $dir != . ] && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
893 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
894 if [ -r $srcdir/$dirname/configure ] \
895 || [ -r $srcdir/$dirname/configure.in ]; then
896 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
897 true
898 else
899 notsupp="$notsupp $dir"
903 if [ $dir != . ] && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
904 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
905 if [ -r $srcdir/$dirname/configure ] \
906 || [ -r $srcdir/$dirname/configure.in ]; then
907 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
908 true
909 else
910 notsupp="$notsupp $dir"
914 done
916 # Sometimes the tools are distributed with libiberty but with no other
917 # libraries. In that case, we don't want to build target-libiberty.
918 if [ -n "${target_configdirs}" ]; then
919 others=
920 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
921 if [ "$i" != "libiberty" ]; then
922 if [ -r $srcdir/$i/configure ] || [ -r $srcdir/$i/configure.in ]; then
923 others=yes;
924 break;
927 done
928 if [ -z "${others}" ]; then
929 target_configdirs=
933 # Deconfigure all subdirectories, in case we are changing the
934 # configuration from one where a subdirectory is supported to one where it
935 # is not.
936 if [ -z "${norecursion}" ] && [ -n "${configdirs}" ]; then
937 for i in `echo ${configdirs} | sed -e s/target-//g` ; do
938 rm -f $i/Makefile
939 done
941 if [ -z "${norecursion}" ] && [ -n "${target_configdirs}" ]; then
942 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
943 rm -f ${target_subdir}/$i/Makefile
944 done
947 # Produce a warning message for the subdirs we can't configure.
948 # This isn't especially interesting in the Cygnus tree, but in the individual
949 # FSF releases, it's important to let people know when their machine isn't
950 # supported by the one or two programs in a package.
952 if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then
953 # If $appdirs is non-empty, at least one of those directories must still
954 # be configured, or we error out. (E.g., if the gas release supports a
955 # specified target in some subdirs but not the gas subdir, we shouldn't
956 # pretend that all is well.)
957 if [ -n "$appdirs" ]; then
958 for dir in $appdirs ; do
959 if [ -r $dir/Makefile.in ]; then
960 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
961 appdirs=""
962 break
964 if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
965 appdirs=""
966 break
969 done
970 if [ -n "$appdirs" ]; then
971 echo "*** This configuration is not supported by this package." 1>&2
972 exit 1
975 # Okay, some application will build, or we don't care to check. Still
976 # notify of subdirs not getting built.
977 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
978 echo " ${notsupp}" 1>&2
979 echo " (Any other directories should still work fine.)" 1>&2
982 # Set with_gnu_as and with_gnu_ld as appropriate.
984 # This is done by determining whether or not the appropriate directory
985 # is available, and by checking whether or not specific configurations
986 # have requested that this magic not happen.
988 # The command line options always override the explicit settings in
989 # configure.in, and the settings in configure.in override this magic.
991 # If the default for a toolchain is to use GNU as and ld, and you don't
992 # want to do that, then you should use the --without-gnu-as and
993 # --without-gnu-ld options for the configure script.
995 if [ x${use_gnu_as} = x ] ; then
996 if [ x${with_gnu_as} != xno ] && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && [ -d ${srcdir}/${gasdir} ] ; then
997 with_gnu_as=yes
998 withoptions="$withoptions --with-gnu-as"
1002 if [ x${use_gnu_ld} = x ] ; then
1003 if [ x${with_gnu_ld} != xno ] && echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 && [ -d ${srcdir}/ld ] ; then
1004 with_gnu_ld=yes
1005 withoptions="$withoptions --with-gnu-ld"
1009 # If using newlib, add --with-newlib to the withoptions so that gcc/configure
1010 # can detect this case.
1012 if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
1013 with_newlib=yes
1014 withoptions="$withoptions --with-newlib"
1017 if [ x${shared} = xyes ]; then
1018 case "${target}" in
1019 hppa*)
1020 target_makefile_frag="${target_makefile_frag} config/mt-papic"
1022 i[3456]86-*)
1023 target_makefile_frag="${target_makefile_frag} config/mt-x86pic"
1025 powerpc*-*-aix*)
1026 # We don't want -fPIC on AIX.
1028 powerpc*-*)
1029 target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
1031 alpha*-*-linux*)
1032 target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
1035 if test -f ${srcdir}/config/mt-${target_cpu}pic; then
1036 target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
1039 esac
1042 rm -f mt-frag
1043 if [ -n "${target_makefile_frag}" ] ; then
1044 for f in ${target_makefile_frag}
1046 cat ${srcdir}/$f >> mt-frag
1047 done
1048 target_makefile_frag=mt-frag
1051 # post-target:
1053 # Make sure that the compiler is able to generate an executable. If it
1054 # can't, we are probably in trouble. We don't care whether we can run the
1055 # executable--we might be using a cross compiler--we only care whether it
1056 # can be created. At this point the main configure script has set CC.
1057 echo "int main () { return 0; }" > conftest.c
1058 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
1059 if [ $? = 0 ] && [ -s conftest -o -s conftest.exe ]; then
1061 else
1062 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
1063 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
1064 rm -f conftest*
1065 exit 1
1067 rm -f conftest*
1069 # The Solaris /usr/ucb/cc compiler does not appear to work.
1070 case "${host}" in
1071 sparc-sun-solaris2*)
1072 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
1073 if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ] ; then
1074 could_use=
1075 [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
1076 if [ -d /opt/cygnus/bin ] ; then
1077 if [ "$could_use" = "" ] ; then
1078 could_use="/opt/cygnus/bin"
1079 else
1080 could_use="$could_use or /opt/cygnus/bin"
1083 if [ "$could_use" = "" ] ; then
1084 echo "Warning: compilation may fail because you're using"
1085 echo "/usr/ucb/cc. You should change your PATH or CC "
1086 echo "variable and rerun configure."
1087 else
1088 echo "Warning: compilation may fail because you're using"
1089 echo "/usr/ucb/cc, when you should use the C compiler from"
1090 echo "$could_use. You should change your"
1091 echo "PATH or CC variable and rerun configure."
1095 esac
1097 # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
1098 # binutils tools will find libbfd.so.
1099 if [ "${shared}" = "yes" ]; then
1100 sed -e 's/^SET_LIB_PATH[ ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
1101 Makefile > Makefile.tem
1102 rm -f Makefile
1103 mv -f Makefile.tem Makefile
1105 case "${host}" in
1106 *-*-hpux*)
1107 sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
1108 Makefile > Makefile.tem
1109 rm -f Makefile
1110 mv -f Makefile.tem Makefile
1112 esac
1115 # Record target_configdirs and the configure arguments in Makefile.
1116 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
1117 targargs=`echo "${arguments}" | \
1118 sed -e 's/--no[^ ]*//' \
1119 -e 's/--cache[a-z-]*=[^ ]*//' \
1120 -e 's/--ho[a-z-]*=[^ ]*//' \
1121 -e 's/--bu[a-z-]*=[^ ]*//' \
1122 -e 's/--ta[a-z-]*=[^ ]*//'`
1124 # Passing a --with-cross-host argument lets the target libraries know
1125 # whether they are being built with a cross-compiler or being built
1126 # native. However, it would be better to use other mechanisms to make the
1127 # sorts of decisions they want to make on this basis. Please consider
1128 # this option to be deprecated. FIXME.
1129 if [ x${is_cross_compiler} = xyes ]; then
1130 targargs="--with-cross-host=${host_alias} ${targargs}"
1133 # Default to --enable-multilib.
1134 if [ x${enable_multilib} = x ]; then
1135 targargs="--enable-multilib ${targargs}"
1138 # Pass --with-newlib if appropriate. Note that target_configdirs has
1139 # changed from the earlier setting of with_newlib.
1140 if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
1141 targargs="--with-newlib ${targargs}"
1144 # provide a proper gxx_include_dir.
1145 # Note, if you change the default, make sure to fix both here and in
1146 # the gcc, libio, libstdc++ and libg++ subdirectories.
1147 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
1148 gxx_include_dir=
1149 if test -n "${with_gxx_include_dir}"; then
1150 case "${with_gxx_include_dir}" in
1151 yes )
1152 echo "configure.in: error: bad value ${withval} given for g++ include directory" 1>&2
1153 exit 1
1155 no )
1158 gxx_include_dir=${with_gxx_include_dir}
1160 esac
1162 if test x${gxx_include_dir} = x; then
1163 if test x${enable_version_specific_runtime_libs} = xyes; then
1164 gxx_include_dir='${libsubdir}/include/g++'
1165 else
1166 . ${topsrcdir}/config.if
1167 gxx_include_dir='${prefix}/include/g++'-${libstdcxx_interface}
1169 else
1170 gxx_include_dir=${gxx_include_dir}
1173 targargs="--host=${target_alias} --build=${build_alias} ${targargs}"
1174 sed -e "s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
1175 -e "s%^CONFIG_ARGUMENTS[ ]*=.*$%CONFIG_ARGUMENTS = ${targargs}%" \
1176 -e "s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%" \
1177 -e "s%^gxx_include_dir[ ]*=.*$%gxx_include_dir=${gxx_include_dir}%" \
1178 Makefile > Makefile.tem
1179 rm -f Makefile
1180 mv -f Makefile.tem Makefile
1183 # Local Variables:
1184 # fill-column: 131
1185 # End: