* arm.h (SPECIAL_MODE_PREDICATES): Define.
[official-gcc.git] / configure.in
blobc8431d71452b4303ca5a239875150fd97d8d7e03
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-libjava \
75 target-zlib \
76 target-boehm-gc \
77 target-qthreads \
78 target-libobjc"
80 # these tools are built using the target libs, and are intended to run only
81 # in the target environment
83 # note: any program that *uses* libraries that are in the "target_libs"
84 # list belongs in this list. those programs are also very likely
85 # candidates for the "native_only" list which follows
87 target_tools="target-examples target-groff target-gperf"
89 ################################################################################
91 ## These two lists are of directories that are to be removed from the
92 ## ${configdirs} list for either cross-compilations or for native-
93 ## compilations. For example, it doesn't make that much sense to
94 ## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
95 ## a native environment.
97 # directories to be built in the native environment only
99 # This must be a single line because of the way it is searched by grep in
100 # the code below.
101 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"
103 # directories to be built in a cross environment only
105 cross_only="target-libgloss target-newlib target-cygmon target-opcodes target-libstub"
107 ## All tools belong in one of the four categories, and are assigned above
108 ## We assign ${configdirs} this way to remove all embedded newlines. This
109 ## is important because configure will choke if they ever get through.
110 ## ${configdirs} is directories we build using the host tools.
111 ## ${target_configdirs} is directories we build using the target tools.
113 configdirs=`echo ${host_libs} ${host_tools}`
114 target_configdirs=`echo ${target_libs} ${target_tools}`
116 ################################################################################
118 srctrigger=move-if-change
119 srcname="gnu development package"
121 # This gets set non-empty for some net releases of packages.
122 appdirs=""
124 # per-host:
126 # Work in distributions that contain no compiler tools, like Autoconf.
127 if [ -d ${srcdir}/config ]; then
128 case "${host}" in
129 m68k-hp-hpux*)
130 host_makefile_frag="${host_makefile_frag} config/mh-hp300"
132 m68k-apollo-sysv*)
133 host_makefile_frag="${host_makefile_frag} config/mh-apollo68"
135 m68k-apollo-bsd*)
136 host_makefile_frag="${host_makefile_frag} config/mh-a68bsd"
138 m88k-dg-dgux*)
139 host_makefile_frag="${host_makefile_frag} config/mh-dgux"
141 m88k-harris-cxux*)
142 host_makefile_frag="${host_makefile_frag} config/mh-cxux"
144 m88k-motorola-sysv*)
145 host_makefile_frag="${host_makefile_frag} config/mh-delta88"
147 mips*-dec-ultrix*)
148 host_makefile_frag="${host_makefile_frag} config/mh-decstation"
150 mips*-nec-sysv4*)
151 host_makefile_frag="${host_makefile_frag} config/mh-necv4"
153 mips*-sgi-irix6*)
154 host_makefile_frag="${host_makefile_frag} config/mh-irix6"
156 mips*-sgi-irix5*)
157 host_makefile_frag="${host_makefile_frag} config/mh-irix5"
159 mips*-sgi-irix4*)
160 host_makefile_frag="${host_makefile_frag} config/mh-irix4"
162 mips*-sgi-irix3*)
163 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
165 mips*-*-sysv4*)
166 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
168 mips*-*-sysv*)
169 host_makefile_frag="${host_makefile_frag} config/mh-riscos"
171 i370-ibm-opened*)
172 host_makefile_frag="${host_makefile_frag} config/mh-openedition"
174 i[3456]86-*-sysv5*)
175 host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
177 i[3456]86-*-dgux*)
178 host_makefile_frag="${host_makefile_frag} config/mh-dgux386"
180 i[3456]86-ncr-sysv4.3*)
181 host_makefile_frag="${host_makefile_frag} config/mh-ncrsvr43"
183 i[3456]86-ncr-sysv4*)
184 host_makefile_frag="${host_makefile_frag} config/mh-ncr3000"
186 i[3456]86-*-sco3.2v5*)
187 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
189 i[3456]86-*-sco*)
190 host_makefile_frag="${host_makefile_frag} config/mh-sco"
192 i[3456]86-*-udk*)
193 host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
195 i[3456]86-*-isc*)
196 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
198 i[3456]86-*-solaris2*)
199 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
201 i[3456]86-*-aix*)
202 host_makefile_frag="${host_makefile_frag} config/mh-aix386"
204 i[3456]86-*-msdosdjgpp*)
205 host_makefile_frag="${host_makefile_frag} config/mh-djgpp"
207 *-cygwin32*)
208 host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
210 *-mingw32*)
211 host_makefile_frag="${host_makefile_frag} config/mh-mingw32"
213 *-interix*)
214 host_makefile_frag="${host_makefile_frag} config/mh-interix"
216 *-windows*)
217 host_makefile_frag="${host_makefile_frag} config/mh-windows"
219 vax-*-ultrix2*)
220 host_makefile_frag="${host_makefile_frag} config/mh-vaxult2"
222 *-*-solaris2*)
223 host_makefile_frag="${host_makefile_frag} config/mh-solaris"
225 m68k-sun-sunos*)
226 host_makefile_frag="${host_makefile_frag} config/mh-sun3"
228 *-hp-hpux[78]*)
229 host_makefile_frag="${host_makefile_frag} config/mh-hpux8"
231 *-hp-hpux*)
232 host_makefile_frag="${host_makefile_frag} config/mh-hpux"
234 *-*-hiux*)
235 host_makefile_frag="${host_makefile_frag} config/mh-hpux"
237 rs6000-*-lynxos*)
238 host_makefile_frag="${host_makefile_frag} config/mh-lynxrs6k"
240 *-*-lynxos*)
241 host_makefile_frag="${host_makefile_frag} config/mh-lynxos"
243 *-*-sysv4*)
244 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
246 *-*-sysv*)
247 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
249 esac
252 # If we aren't going to be using gcc, see if we can extract a definition
253 # of CC from the fragment.
254 if [ -z "${CC}" ] && [ "${build}" = "${host}" ]; then
255 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
256 found=
257 for dir in $PATH; do
258 test -z "$dir" && dir=.
259 if test -f $dir/gcc; then
260 found=yes
261 break
263 done
264 IFS="$save_ifs"
265 if [ -z "${found}" ] && [ -n "${host_makefile_frag}" ] && [ -f "${srcdir}/${host_makefile_frag}" ]; then
266 xx=`sed -n -e 's/^[ ]*CC[ ]*=[ ]*\(.*\)$/\1/p' < ${srcdir}/${host_makefile_frag}`
267 if [ -n "${xx}" ] ; then
268 CC=$xx
273 # We default to --with-shared on platforms where -fpic is meaningless.
274 # Well, we don't yet, but we will.
275 if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
276 case "${target}" in
277 alpha*-dec-osf*) enable_shared=yes ;;
278 alpha*-*-linux*) enable_shared=yes ;;
279 mips-sgi-irix5*) enable_shared=yes ;;
280 *) enable_shared=no ;;
281 esac
284 case "${enable_shared}" in
285 yes) shared=yes ;;
286 no) shared=no ;;
287 "") shared=no ;;
288 *) shared=yes ;;
289 esac
291 if [ x${shared} = xyes ]; then
292 case "${host}" in
293 alpha*-*-linux*)
294 host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
296 arm*-*-*)
297 host_makefile_frag="${host_makefile_frag} config/mh-armpic"
299 hppa*-*-*)
300 host_makefile_frag="${host_makefile_frag} config/mh-papic"
302 i[3456]86-*-cygwin32*)
303 # We don't want -fPIC on cygwin32.
305 i[3456]86-*-*)
306 host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
308 sparc64-*-*)
309 host_makefile_frag="${host_makefile_frag} config/mh-sparcpic"
311 powerpc*-*-aix*)
312 # We don't want -fPIC on AIX.
314 powerpc*-*-*)
315 host_makefile_frag="${host_makefile_frag} config/mh-ppcpic"
317 *-*-*)
318 if test -f ${srcdir}/config/mh-${host_cpu}pic; then
319 host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
322 esac
325 rm -f mh-frag
326 if [ -n "${host_makefile_frag}" ] ; then
327 for f in ${host_makefile_frag}
329 cat ${srcdir}/$f >> mh-frag
330 done
331 host_makefile_frag=mh-frag
334 # per-target:
336 case "${target}" in
337 v810*)
338 target_makefile_frag="${target_makefile_frag} config/mt-v810"
340 i[3456]86-*-netware*)
341 target_makefile_frag="${target_makefile_frag} config/mt-netware"
343 powerpc-*-netware*)
344 target_makefile_frag="${target_makefile_frag} config/mt-netware"
346 *-*-linux-gnu*)
347 target_makefile_frag="${target_makefile_frag} config/mt-linux"
349 *-*-aix4.[3456789]* | *-*-aix[56789].*)
350 target_makefile_frag="${target_makefile_frag} config/mt-aix43"
352 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
353 target_makefile_frag="${target_makefile_frag} config/mt-wince"
355 esac
357 # If --enable-target-optspace always use -Os instead of -O2 to build
358 # the target libraries, similarly if it is not specified, use -Os
359 # on selected platforms.
360 case "${enable_target_optspace}:${target}" in
361 yes:*)
362 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
364 :m32r-* | :fr30-*)
365 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
367 no:* | :*)
370 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
372 esac
374 skipdirs=
375 gasdir=gas
376 use_gnu_ld=
377 use_gnu_as=
379 # some tools are so dependent upon X11 that if we're not building with X,
380 # it's not even worth trying to configure, much less build, that tool.
382 case ${with_x} in
383 yes | "") # the default value for this tree is that X11 is available
386 skipdirs="${skipdirs} tk libgui gash"
389 echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2
391 esac
393 # Some tools are only suitable for building in a "native" situation.
394 # Those are added when we have a host==target configuration. For cross
395 # toolchains, we add some directories that should only be useful in a
396 # cross-compiler.
398 is_cross_compiler=
400 if [ x"${host}" = x"${target}" ] ; then
401 # when doing a native toolchain, don't build the targets
402 # that are in the 'cross only' list
403 skipdirs="${skipdirs} ${cross_only}"
404 is_cross_compiler=no
405 else
406 # similarly, don't build the targets in the 'native only'
407 # list when building a cross compiler
408 skipdirs="${skipdirs} ${native_only}"
409 is_cross_compiler=yes
412 # We always want to use the same name for this directory, so that dejagnu
413 # can reliably find it.
414 target_subdir=${target_alias}
416 if [ ! -d ${target_subdir} ] ; then
417 if mkdir ${target_subdir} ; then true
418 else
419 echo "'*** could not make ${PWD=`pwd`}/${target_subdir}" 1>&2
420 exit 1
424 copy_dirs=
426 # Handle --with-headers=XXX. The contents of the named directory are
427 # copied to $(tooldir)/sys-include.
428 if [ x"${with_headers}" != x ]; then
429 if [ x${is_cross_compiler} = xno ]; then
430 echo 1>&2 '***' --with-headers is only supported when cross compiling
431 exit 1
433 case "${exec_prefixoption}" in
434 "") x=${prefix} ;;
435 *) x=${exec_prefix} ;;
436 esac
437 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
440 # Handle --with-libs=XXX. Multiple directories are permitted. The
441 # contents are copied to $(tooldir)/lib.
442 if [ x"${with_libs}" != x ]; then
443 if [ x${is_cross_compiler} = xno ]; then
444 echo 1>&2 '***' --with-libs is only supported when cross compiling
445 exit 1
447 # Copy the libraries in reverse order, so that files in the first named
448 # library override files in subsequent libraries.
449 case "${exec_prefixoption}" in
450 "") x=${prefix} ;;
451 *) x=${exec_prefix} ;;
452 esac
453 for l in ${with_libs}; do
454 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
455 done
458 # If both --with-headers and --with-libs are specified, default to
459 # --without-newlib.
460 if [ x"${with_headers}" != x ] && [ x"${with_libs}" != x ]; then
461 if [ x"${with_newlib}" = x ]; then
462 with_newlib=no
466 # Recognize --with-newlib/--without-newlib.
467 if [ x${with_newlib} = xno ]; then
468 skipdirs="${skipdirs} target-newlib"
469 elif [ x${with_newlib} = xyes ]; then
470 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
473 # Default to using --with-stabs for certain targets.
474 if [ x${with_stabs} = x ]; then
475 case "${target}" in
476 mips*-*-irix6*)
478 mips*-*-* | alpha*-*-osf*)
479 with_stabs=yes;
480 withoptions="${withoptions} --with-stabs"
482 esac
485 # Handle ${copy_dirs}
486 set fnord ${copy_dirs}
487 shift
488 while [ $# != 0 ]; do
489 if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
491 else
492 echo Copying $1 to $2
494 # Use the install script to create the directory and all required
495 # parent directories.
496 if [ -d $2 ]; then
498 else
499 echo >config.temp
500 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
503 # Copy the directory, assuming we have tar.
504 # FIXME: Should we use B in the second tar? Not all systems support it.
505 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
507 # It is the responsibility of the user to correctly adjust all
508 # symlinks. If somebody can figure out how to handle them correctly
509 # here, feel free to add the code.
511 echo $1 > $2/COPIED
513 shift; shift
514 done
516 # Configure extra directories which are host specific
518 case "${host}" in
519 i[3456]86-*-go32*)
520 configdirs="$configdirs dosrel" ;;
521 i[3456]86-*-mingw32*)
522 configdirs="$configdirs dosrel" ;;
523 *-cygwin32*)
524 configdirs="$configdirs dosrel" ;;
525 esac
527 # Remove more programs from consideration, based on the host or
528 # target this usually means that a port of the program doesn't
529 # exist yet.
531 noconfigdirs=""
533 case "${host}" in
534 i[3456]86-*-vsta)
535 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"
537 i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
538 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"
540 i[3456]86-*-mingw32*)
541 # 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"
542 noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
544 i[3456]86-*-beos*)
545 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
547 *-*-cygwin32)
548 noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
550 *-*-windows*)
551 # This is only used to build WinGDB...
552 # note that powerpc-eabi depends on sim configured before gdb.
553 configdirs="bfd libiberty opcodes readline sim gdb"
554 target_configdirs=
556 *-*-netbsd*)
557 noconfigdirs="rcs"
559 ppc*-*-pe)
560 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"
562 powerpc-*-beos*)
563 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
565 esac
568 case "${target}" in
569 *-*-netware)
570 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss"
572 *-*-rtems*)
573 noconfigdirs="$noconfigdirs target-libgloss"
575 *-*-vxworks*)
576 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
578 alpha*-dec-osf*)
579 # ld works, but does not support shared libraries. emacs doesn't
580 # work. newlib is not 64 bit ready. I'm not sure about fileutils.
581 # gas doesn't generate exception information.
582 noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
584 alpha*-*-*vms*)
585 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
587 alpha*-*-linux*)
588 # newlib is not 64 bit ready
589 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
590 # linux has rx in libc
591 skipdirs="$skipdirs target-librx"
593 alpha*-*-*)
594 # newlib is not 64 bit ready
595 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
597 arc-*-*)
598 noconfigdirs="$noconfigdirs target-libgloss"
600 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
601 noconfigdirs="$noconfigdirs target-libjava target-libffi target-zlib"
602 noconfigdirs="$noconfigdirs target-boehm-gc target-qthreads target-examples"
603 noconfigdirs="$noconfigdirs target-librx target-libiberty texinfo send-pr"
604 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
605 noconfigdirs="$noconfigdirs expect dejagnu"
606 # the C++ libraries don't build on top of CE's C libraries
607 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version}"
608 skipdirs="$skipdirs target-newlib"
609 case "${host}" in
610 *-*-cygwin*) ;; # keep gdb and readline
611 *) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version} target-libg++"
613 esac
615 arm-*-pe*)
616 noconfigdirs="$noconfigdirs target-libgloss"
618 arm-*-coff*)
619 noconfigdirs="$noconfigdirs target-libgloss"
621 arm-*-elf*)
622 noconfigdirs="$noconfigdirs target-libgloss"
623 if [ x${is_cross_compiler} != xno ] ; then
624 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
627 arm-*-oabi*)
628 noconfigdirs="$noconfigdirs target-libgloss"
629 if [ x${is_cross_compiler} != xno ] ; then
630 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
633 c4x-*-*)
634 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
636 thumb-*-coff)
637 noconfigdirs="$noconfigdirs target-libgloss"
639 arm-*-riscix*)
640 noconfigdirs="$noconfigdirs ld target-libgloss"
642 d10v-*-*)
643 noconfigdirs="$noconfigdirs target-librx target-libg++ ${libstdcxx_version} target-libgloss"
645 fr30-*-elf*)
646 if [ x${is_cross_compiler} != xno ] ; then
647 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
650 h8300*-*-* | \
651 h8500-*-*)
652 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
654 hppa*-*-*elf* | \
655 hppa*-*-lites*)
656 # Do configure ld/binutils/gas for this case.
658 hppa*-*-*)
659 # HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach
660 # cc is gcc, and on any system a user should be able to link cc to
661 # whatever they want. FIXME, emacs emacs19).
662 case "${CC}" in
663 "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
664 *) ;;
665 esac
666 noconfigdirs="$noconfigdirs ld shellutils"
668 i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
669 # but don't build gdb
670 noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx"
672 *-*-linux*)
673 # linux has rx in libc
674 skipdirs="$skipdirs target-librx"
676 i[3456]86-*-mingw32*)
677 target_configdirs="$target_configdirs target-mingw"
678 noconfigdirs="$noconfigdirs expect target-libgloss"
680 # Can't build gdb for mingw32 if not native.
681 case "${host}" in
682 i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
683 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db snavigator gnuserv"
685 esac
687 *-*-cygwin32*)
688 target_configdirs="$target_configdirs target-winsup"
689 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
690 # always build newlib.
691 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
693 # Can't build gdb for cygwin32 if not native.
694 case "${host}" in
695 *-*-cygwin32*) ;; # keep gdb tcl tk expect etc.
696 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
698 esac
700 i[3456]86-*-pe)
701 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
703 i[3456]86-*-sco3.2v5*)
704 # The linker does not yet know about weak symbols in COFF,
705 # and is not configured to handle mixed ELF and COFF.
706 noconfigdirs="$noconfigdirs ld target-libgloss"
708 i[3456]86-*-sco*)
709 noconfigdirs="$noconfigdirs gprof target-libgloss"
711 i[3456]86-*-solaris2*)
712 # The linker does static linking correctly, but the Solaris C library
713 # has bugs such that some important functions won't work when statically
714 # linked. (See man pages for getpwuid, for example.)
715 noconfigdirs="$noconfigdirs ld target-libgloss"
717 i[3456]86-*-sysv4*)
718 # The SYSV4 C compiler doesn't handle Emacs correctly
719 case "${CC}" in
720 "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
721 *) ;;
722 esac
723 # but that's okay since emacs doesn't work anyway
724 noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
726 i[3456]86-*-beos*)
727 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
729 mn10200-*-*)
730 noconfigdirs="$noconfigdirs"
731 if [ x${is_cross_compiler} != xno ] ; then
732 target_configdirs="${target_configdirs} target-libstub target-cygmon"
735 mn10300-*-*)
736 noconfigdirs="$noconfigdirs"
737 if [ x${is_cross_compiler} != xno ] ; then
738 target_configdirs="${target_configdirs} target-libstub target-cygmon"
741 powerpc-*-aix*)
742 # copied from rs6000-*-* entry
743 # The configure and build of ld are currently disabled because
744 # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
745 # The symptom is that GDBtk 4.18 fails at startup with a segfault
746 # if linked by GNU ld, but not if linked by the native ld.
747 noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ld"
748 use_gnu_ld=no
750 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
751 target_configdirs="$target_configdirs target-winsup"
752 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv"
753 # always build newlib.
754 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
756 # This is temporary until we can link against shared libraries
757 powerpcle-*-solaris*)
758 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
760 powerpc-*-beos*)
761 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
763 rs6000-*-lynxos*)
764 # The CVS server code doesn't work on the RS/6000
765 # Newlib makes problems for libg++ in crosses.
766 noconfigdirs="$noconfigdirs target-newlib gprof cvssrc"
768 rs6000-*-aix*)
769 # The configure and build of ld are currently disabled because
770 # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
771 # The symptom is that GDBtk 4.18 fails at startup with a segfault
772 # if linked by GNU ld, but not if linked by the native ld.
773 noconfigdirs="$noconfigdirs gprof ld"
774 use_gnu_ld=no
776 rs6000-*-*)
777 noconfigdirs="$noconfigdirs gprof"
779 m68k-apollo-*)
780 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
782 mips*-*-irix5*)
783 # The GNU linker does not support shared libraries.
784 # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
785 noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss"
787 mips*-*-irix6*)
788 # The GNU assembler and linker do not support IRIX 6.
789 # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
790 noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
792 mips*-dec-bsd*)
793 noconfigdirs="$noconfigdirs gprof target-libgloss"
795 mips*-*-bsd*)
796 noconfigdirs="$noconfigdirs gprof target-libgloss"
798 mipstx39-*-*)
799 noconfigdirs="$noconfigdirs gprof" # same as generic mips
800 target_configdirs="${target_configdirs} target-libstub target-cygmon"
802 mips*-*-*)
803 noconfigdirs="$noconfigdirs gprof"
805 romp-*-*)
806 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss"
808 sh-*-*)
809 case "${host}" in
810 i[3456]86-*-vsta) ;; # don't add gprof back in
811 i[3456]86-*-go32*) ;; # don't add gprof back in
812 i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
813 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
814 esac
815 noconfigdirs="$noconfigdirs target-libgloss"
817 sparc-*-elf*)
818 if [ x${is_cross_compiler} != xno ] ; then
819 target_configdirs="${target_configdirs} target-libstub target-cygmon"
822 sparc64-*-elf*)
823 if [ x${is_cross_compiler} != xno ] ; then
824 target_configdirs="${target_configdirs} target-libstub target-cygmon"
827 sparclite-*-aout*)
828 if [ x${is_cross_compiler} != xno ] ; then
829 target_configdirs="${target_configdirs} target-libstub target-cygmon"
832 sparc-*-sunos4*)
833 if [ x${is_cross_compiler} != xno ] ; then
834 noconfigdirs="$noconfigdirs gdb gdbtest target-newlib target-libgloss"
835 else
836 use_gnu_ld=no
839 v810-*-*)
840 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} target-libg++ opcodes target-libgloss"
842 v850-*-*)
843 noconfigdirs="$noconfigdirs target-libgloss"
845 vax-*-vms)
846 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss"
848 vax-*-*)
849 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
851 *-*-lynxos*)
852 # Newlib makes problems for libg++ in crosses.
853 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
855 *-*-macos* | \
856 *-*-mpw*)
857 # Macs want a resource compiler.
858 configdirs="$configdirs grez"
860 esac
862 # If we aren't building newlib, then don't build libgloss, since libgloss
863 # depends upon some newlib header files.
864 case "${noconfigdirs}" in
865 *target-libgloss*) ;;
866 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
867 esac
869 # Make sure we don't let GNU ld be added if we didn't want it.
870 if [ x$with_gnu_ld = xno ]; then
871 use_gnu_ld=no
872 noconfigdirs="$noconfigdirs ld"
875 # Make sure we don't let GNU as be added if we didn't want it.
876 if [ x$with_gnu_as = xno ]; then
877 use_gnu_as=no
878 noconfigdirs="$noconfigdirs gas"
881 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
882 # $target_configdirs.
883 # If we have the source for $noconfigdirs entries, add them to $notsupp.
885 notsupp=""
886 for dir in . $skipdirs $noconfigdirs ; do
887 dirname=`echo $dir | sed -e s/target-//g`
888 if [ $dir != . ] && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
889 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
890 if [ -r $srcdir/$dirname/configure ] \
891 || [ -r $srcdir/$dirname/configure.in ]; then
892 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
893 true
894 else
895 notsupp="$notsupp $dir"
899 if [ $dir != . ] && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
900 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
901 if [ -r $srcdir/$dirname/configure ] \
902 || [ -r $srcdir/$dirname/configure.in ]; then
903 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
904 true
905 else
906 notsupp="$notsupp $dir"
910 done
912 # Sometimes the tools are distributed with libiberty but with no other
913 # libraries. In that case, we don't want to build target-libiberty.
914 if [ -n "${target_configdirs}" ]; then
915 others=
916 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
917 if [ "$i" != "libiberty" ]; then
918 if [ -r $srcdir/$i/configure ] || [ -r $srcdir/$i/configure.in ]; then
919 others=yes;
920 break;
923 done
924 if [ -z "${others}" ]; then
925 target_configdirs=
929 # Deconfigure all subdirectories, in case we are changing the
930 # configuration from one where a subdirectory is supported to one where it
931 # is not.
932 if [ -z "${norecursion}" ] && [ -n "${configdirs}" ]; then
933 for i in `echo ${configdirs} | sed -e s/target-//g` ; do
934 rm -f $i/Makefile
935 done
937 if [ -z "${norecursion}" ] && [ -n "${target_configdirs}" ]; then
938 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
939 rm -f ${target_subdir}/$i/Makefile
940 done
943 # Produce a warning message for the subdirs we can't configure.
944 # This isn't especially interesting in the Cygnus tree, but in the individual
945 # FSF releases, it's important to let people know when their machine isn't
946 # supported by the one or two programs in a package.
948 if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then
949 # If $appdirs is non-empty, at least one of those directories must still
950 # be configured, or we error out. (E.g., if the gas release supports a
951 # specified target in some subdirs but not the gas subdir, we shouldn't
952 # pretend that all is well.)
953 if [ -n "$appdirs" ]; then
954 for dir in $appdirs ; do
955 if [ -r $dir/Makefile.in ]; then
956 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
957 appdirs=""
958 break
960 if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
961 appdirs=""
962 break
965 done
966 if [ -n "$appdirs" ]; then
967 echo "*** This configuration is not supported by this package." 1>&2
968 exit 1
971 # Okay, some application will build, or we don't care to check. Still
972 # notify of subdirs not getting built.
973 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
974 echo " ${notsupp}" 1>&2
975 echo " (Any other directories should still work fine.)" 1>&2
978 # Set with_gnu_as and with_gnu_ld as appropriate.
980 # This is done by determining whether or not the appropriate directory
981 # is available, and by checking whether or not specific configurations
982 # have requested that this magic not happen.
984 # The command line options always override the explicit settings in
985 # configure.in, and the settings in configure.in override this magic.
987 # If the default for a toolchain is to use GNU as and ld, and you don't
988 # want to do that, then you should use the --without-gnu-as and
989 # --without-gnu-ld options for the configure script.
991 if [ x${use_gnu_as} = x ] ; then
992 if [ x${with_gnu_as} != xno ] && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && [ -d ${srcdir}/${gasdir} ] ; then
993 with_gnu_as=yes
994 withoptions="$withoptions --with-gnu-as"
998 if [ x${use_gnu_ld} = x ] ; then
999 if [ x${with_gnu_ld} != xno ] && echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 && [ -d ${srcdir}/ld ] ; then
1000 with_gnu_ld=yes
1001 withoptions="$withoptions --with-gnu-ld"
1005 # If using newlib, add --with-newlib to the withoptions so that gcc/configure
1006 # can detect this case.
1008 if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
1009 with_newlib=yes
1010 withoptions="$withoptions --with-newlib"
1013 if [ x${shared} = xyes ]; then
1014 case "${target}" in
1015 hppa*)
1016 target_makefile_frag="${target_makefile_frag} config/mt-papic"
1018 i[3456]86-*)
1019 target_makefile_frag="${target_makefile_frag} config/mt-x86pic"
1021 powerpc*-*)
1022 target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
1024 alpha*-*-linux*)
1025 target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
1028 if test -f ${srcdir}/config/mt-${target_cpu}pic; then
1029 target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
1032 esac
1035 rm -f mt-frag
1036 if [ -n "${target_makefile_frag}" ] ; then
1037 for f in ${target_makefile_frag}
1039 cat ${srcdir}/$f >> mt-frag
1040 done
1041 target_makefile_frag=mt-frag
1044 # post-target:
1046 # Make sure that the compiler is able to generate an executable. If it
1047 # can't, we are probably in trouble. We don't care whether we can run the
1048 # executable--we might be using a cross compiler--we only care whether it
1049 # can be created. At this point the main configure script has set CC.
1050 echo "int main () { return 0; }" > conftest.c
1051 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
1052 if [ $? = 0 ] && [ -s conftest -o -s conftest.exe ]; then
1054 else
1055 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
1056 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
1057 rm -f conftest*
1058 exit 1
1060 rm -f conftest*
1062 # The Solaris /usr/ucb/cc compiler does not appear to work.
1063 case "${host}" in
1064 sparc-sun-solaris2*)
1065 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
1066 if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ] ; then
1067 could_use=
1068 [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
1069 if [ -d /opt/cygnus/bin ] ; then
1070 if [ "$could_use" = "" ] ; then
1071 could_use="/opt/cygnus/bin"
1072 else
1073 could_use="$could_use or /opt/cygnus/bin"
1076 if [ "$could_use" = "" ] ; then
1077 echo "Warning: compilation may fail because you're using"
1078 echo "/usr/ucb/cc. You should change your PATH or CC "
1079 echo "variable and rerun configure."
1080 else
1081 echo "Warning: compilation may fail because you're using"
1082 echo "/usr/ucb/cc, when you should use the C compiler from"
1083 echo "$could_use. You should change your"
1084 echo "PATH or CC variable and rerun configure."
1088 esac
1090 # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
1091 # binutils tools will find libbfd.so.
1092 if [ "${shared}" = "yes" ]; then
1093 sed -e 's/^SET_LIB_PATH[ ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
1094 Makefile > Makefile.tem
1095 rm -f Makefile
1096 mv -f Makefile.tem Makefile
1098 case "${host}" in
1099 *-*-hpux*)
1100 sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
1101 Makefile > Makefile.tem
1102 rm -f Makefile
1103 mv -f Makefile.tem Makefile
1105 esac
1108 # Record target_configdirs and the configure arguments in Makefile.
1109 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
1110 targargs=`echo "${arguments}" | \
1111 sed -e 's/--no[^ ]*//' \
1112 -e 's/--cache[a-z-]*=[^ ]*//' \
1113 -e 's/--ho[a-z-]*=[^ ]*//' \
1114 -e 's/--bu[a-z-]*=[^ ]*//' \
1115 -e 's/--ta[a-z-]*=[^ ]*//'`
1117 # Passing a --with-cross-host argument lets the target libraries know
1118 # whether they are being built with a cross-compiler or being built
1119 # native. However, it would be better to use other mechanisms to make the
1120 # sorts of decisions they want to make on this basis. Please consider
1121 # this option to be deprecated. FIXME.
1122 if [ x${is_cross_compiler} = xyes ]; then
1123 targargs="--with-cross-host=${host_alias} ${targargs}"
1126 # Default to --enable-multilib.
1127 if [ x${enable_multilib} = x ]; then
1128 targargs="--enable-multilib ${targargs}"
1131 # Pass --with-newlib if appropriate. Note that target_configdirs has
1132 # changed from the earlier setting of with_newlib.
1133 if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
1134 targargs="--with-newlib ${targargs}"
1137 # provide a proper gxx_include_dir.
1138 # Note, if you change the default, make sure to fix both here and in
1139 # the gcc, libio, libstdc++ and libg++ subdirectories.
1140 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
1141 gxx_include_dir=
1142 if test -n "${with_gxx_include_dir}"; then
1143 case "${with_gxx_include_dir}" in
1144 yes )
1145 echo "configure.in: error: bad value ${withval} given for g++ include directory" 1>&2
1146 exit 1
1148 no )
1151 gxx_include_dir=${with_gxx_include_dir}
1153 esac
1155 if test x${gxx_include_dir} = x; then
1156 if test x${enable_version_specific_runtime_libs} = xyes; then
1157 gxx_include_dir='${libsubdir}/include/g++'
1158 else
1159 . ${topsrcdir}/config.if
1160 gxx_include_dir='${prefix}/include/g++'-${libstdcxx_interface}
1162 else
1163 gxx_include_dir=${gxx_include_dir}
1166 targargs="--host=${target_alias} --build=${build_alias} ${targargs}"
1167 sed -e "s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
1168 -e "s%^CONFIG_ARGUMENTS[ ]*=.*$%CONFIG_ARGUMENTS = ${targargs}%" \
1169 -e "s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%" \
1170 -e "s%^gxx_include_dir[ ]*=.*$%gxx_include_dir=${gxx_include_dir}%" \
1171 Makefile > Makefile.tem
1172 rm -f Makefile
1173 mv -f Makefile.tem Makefile
1176 # Local Variables:
1177 # fill-column: 131
1178 # End: