OSDN Git Service

[pf3gnuchains/gcc-fork.git] / configure.in
1 #! /bin/bash
2 ##############################################################################
3
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.  
8
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.  
13
14 ## For more information on these two systems, check out the documentation
15 ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).  
16
17 #   Copyright (C) 1992, 93, 94, 95, 96, 97, 1998, 1999 Free Software Foundation, Inc.
18 #
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.
23 #
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.
28 #
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.
32
33 ##############################################################################
34
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.  
40
41
42 # these libraries are used by various programs built for the host environment
43 #
44 host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui"
45
46 if [ "${enable_gdbgui}" = "yes" ] ; then
47         host_libs="${host_libs} libgui"
48 fi
49
50 # these tools are built for the host environment
51 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
52 # know that we are building the simulator.
53 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"
54
55
56 # these libraries are built for the target environment, and are built after
57 # the host libraries and the host tools (which may be a cross compiler)
58 #
59 target_libs="target-libiberty \
60                 target-libgloss \
61                 target-newlib \
62                 target-libio \
63                 target-librx \
64                 target-libstdc++ \
65                 target-libg++ \
66                 target-libf2c \
67                 target-libchill \
68                 target-libobjc"
69
70 # these tools are built using the target libs, and are intended to run only
71 # in the target environment
72 #
73 # note: any program that *uses* libraries that are in the "target_libs"
74 # list belongs in this list.  those programs are also very likely
75 # candidates for the "native_only" list which follows
76 #
77 target_tools="target-examples target-groff target-gperf"
78
79 ################################################################################
80
81 ## These two lists are of directories that are to be removed from the
82 ## ${configdirs} list for either cross-compilations or for native-
83 ## compilations.  For example, it doesn't make that much sense to
84 ## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
85 ## a native environment.  
86
87 # directories to be built in the native environment only
88 #
89 # This must be a single line because of the way it is searched by grep in
90 # the code below.
91 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"
92
93 # directories to be built in a cross environment only
94 #
95 cross_only="target-libgloss target-newlib target-cygmon target-opcodes target-libstub"
96
97 ## All tools belong in one of the four categories, and are assigned above
98 ## We assign ${configdirs} this way to remove all embedded newlines.  This
99 ## is important because configure will choke if they ever get through.
100 ## ${configdirs} is directories we build using the host tools.
101 ## ${target_configdirs} is directories we build using the target tools.
102 #
103 configdirs=`echo ${host_libs} ${host_tools}`
104 target_configdirs=`echo ${target_libs} ${target_tools}`
105
106 ################################################################################
107
108 srctrigger=move-if-change
109 srcname="gnu development package"
110
111 # This gets set non-empty for some net releases of packages.
112 appdirs=""
113
114 # per-host:
115
116 # Work in distributions that contain no compiler tools, like Autoconf.
117 if [ -d ${srcdir}/config ]; then
118 case "${host}" in
119   m68k-hp-hpux*)
120     host_makefile_frag="${host_makefile_frag} config/mh-hp300"
121     ;;
122   m68k-apollo-sysv*)
123     host_makefile_frag="${host_makefile_frag} config/mh-apollo68"
124     ;;
125   m68k-apollo-bsd*)
126     host_makefile_frag="${host_makefile_frag} config/mh-a68bsd"
127     ;;
128   m88k-dg-dgux*)
129     host_makefile_frag="${host_makefile_frag} config/mh-dgux"
130     ;;
131   m88k-harris-cxux*)
132     host_makefile_frag="${host_makefile_frag} config/mh-cxux"
133     ;;
134   m88k-motorola-sysv*)
135     host_makefile_frag="${host_makefile_frag} config/mh-delta88"
136     ;;
137   mips*-dec-ultrix*)
138     host_makefile_frag="${host_makefile_frag} config/mh-decstation"
139     ;;
140   mips*-nec-sysv4*)
141     host_makefile_frag="${host_makefile_frag} config/mh-necv4"
142     ;;
143   mips*-sgi-irix6*)
144     host_makefile_frag="${host_makefile_frag} config/mh-irix6"
145     ;;
146   mips*-sgi-irix5*)
147     host_makefile_frag="${host_makefile_frag} config/mh-irix5"
148     ;;
149   mips*-sgi-irix4*)
150     host_makefile_frag="${host_makefile_frag} config/mh-irix4"
151     ;;
152   mips*-sgi-irix3*)
153     host_makefile_frag="${host_makefile_frag} config/mh-sysv"
154     ;;
155   mips*-*-sysv4*)
156     host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
157     ;;
158   mips*-*-sysv*)
159     host_makefile_frag="${host_makefile_frag} config/mh-riscos"
160     ;;
161   i[3456]86-*-sysv5*)
162     host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
163     ;;
164   i[3456]86-*-dgux*)
165     host_makefile_frag="${host_makefile_frag} config/mh-dgux386"
166     ;;
167   i[3456]86-ncr-sysv4.3*)
168     host_makefile_frag="${host_makefile_frag} config/mh-ncrsvr43"
169     ;;
170   i[3456]86-ncr-sysv4*)
171     host_makefile_frag="${host_makefile_frag} config/mh-ncr3000"
172     ;;
173   i[3456]86-*-sco3.2v5*)
174     host_makefile_frag="${host_makefile_frag} config/mh-sysv"
175     ;;
176   i[3456]86-*-sco*)
177     host_makefile_frag="${host_makefile_frag} config/mh-sco"
178     ;;
179   i[3456]86-*-udk*)
180     host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
181     ;;
182   i[3456]86-*-isc*)
183     host_makefile_frag="${host_makefile_frag} config/mh-sysv"
184     ;;
185   i[3456]86-*-solaris2*)
186     host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
187     ;;
188   i[3456]86-*-aix*)
189     host_makefile_frag="${host_makefile_frag} config/mh-aix386"
190     ;;
191   i[3456]86-*-go32*)
192     host_makefile_frag="${host_makefile_frag} config/mh-go32"
193     ;;
194   i[3456]86-*-msdosdjgpp*)
195     host_makefile_frag="${host_makefile_frag} config/mh-go32"
196     ;;
197   *-cygwin32*)
198     host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
199     ;;
200   *-mingw32*)
201     host_makefile_frag="${host_makefile_frag} config/mh-mingw32"
202     ;;
203   *-interix*)
204     host_makefile_frag="${host_makefile_frag} config/mh-interix"
205     ;;
206   *-windows*)
207     host_makefile_frag="${host_makefile_frag} config/mh-windows"
208     ;;
209   vax-*-ultrix2*)
210     host_makefile_frag="${host_makefile_frag} config/mh-vaxult2"
211     ;;
212   *-*-solaris2*)
213     host_makefile_frag="${host_makefile_frag} config/mh-solaris"
214     ;;
215   m68k-sun-sunos*)
216     host_makefile_frag="${host_makefile_frag} config/mh-sun3"
217     ;;
218   *-hp-hpux[78]*)
219     host_makefile_frag="${host_makefile_frag} config/mh-hpux8"
220     ;;
221   *-hp-hpux*)
222     host_makefile_frag="${host_makefile_frag} config/mh-hpux"
223     ;;
224   *-*-hiux*)
225     host_makefile_frag="${host_makefile_frag} config/mh-hpux"
226     ;;
227   rs6000-*-lynxos*)
228     host_makefile_frag="${host_makefile_frag} config/mh-lynxrs6k"
229     ;;
230   *-*-lynxos*)
231     host_makefile_frag="${host_makefile_frag} config/mh-lynxos"
232     ;;
233   *-*-aix4.[3456789]* | *-*-aix[56789].*)
234     host_makefile_frag="${host_makefile_frag} config/mh-aix43"
235     ;;
236   *-*-sysv4*)
237     host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
238     ;;
239   *-*-sysv*)
240     host_makefile_frag="${host_makefile_frag} config/mh-sysv"
241     ;;
242 esac
243 fi
244
245 # If we aren't going to be using gcc, see if we can extract a definition
246 # of CC from the fragment.
247 if [ -z "${CC}" ] && [ "${build}" = "${host}" ]; then
248   IFS="${IFS=   }"; save_ifs="$IFS"; IFS="${IFS}:"
249   found=
250   for dir in $PATH; do
251     test -z "$dir" && dir=.
252     if test -f $dir/gcc; then
253       found=yes
254       break
255     fi
256   done
257   IFS="$save_ifs"
258   if [ -z "${found}" ] && [ -n "${host_makefile_frag}" ] && [ -f "${srcdir}/${host_makefile_frag}" ]; then
259     xx=`sed -n -e 's/^[         ]*CC[   ]*=[    ]*\(.*\)$/\1/p' < ${srcdir}/${host_makefile_frag}`
260     if [ -n "${xx}" ] ; then
261       CC=$xx
262     fi
263   fi
264 fi
265
266 # We default to --with-shared on platforms where -fpic is meaningless.
267 # Well, we don't yet, but we will.
268 if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
269   case "${target}" in
270     alpha*-dec-osf*)    enable_shared=yes ;;
271     alpha*-*-linux*)    enable_shared=yes ;;
272     mips-sgi-irix5*)    enable_shared=yes ;;
273     *)                  enable_shared=no ;;
274   esac
275 fi
276
277 case "${enable_shared}" in
278   yes) shared=yes ;;
279   no) shared=no ;;
280   "") shared=no ;;
281   *) shared=yes ;;
282 esac
283
284 if [ x${shared} = xyes ]; then
285   case "${host}" in
286     alpha*-*-linux*)
287       host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
288       ;;
289     arm*-*-*)
290       host_makefile_frag="${host_makefile_frag} config/mh-armpic"
291       ;;
292     hppa*-*-*)
293       host_makefile_frag="${host_makefile_frag} config/mh-papic"
294       ;;
295     i[3456]86-*-cygwin32*)
296       # We don't want -fPIC on cygwin32.
297       ;;
298     i[3456]86-*-*)
299       host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
300       ;;
301     sparc64-*-*)
302       host_makefile_frag="${host_makefile_frag} config/mh-sparcpic"
303       ;;
304     powerpc*-*-aix*)
305       # We don't want -fPIC on AIX.
306       ;;
307     powerpc*-*-*)
308       host_makefile_frag="${host_makefile_frag} config/mh-ppcpic"
309       ;;
310     *-*-*)
311       if test -f ${srcdir}/config/mh-${host_cpu}pic; then
312         host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
313       fi
314       ;;
315   esac
316 fi
317
318 rm -f mh-frag
319 if [ -n "${host_makefile_frag}" ] ; then
320   for f in ${host_makefile_frag}
321   do
322     cat ${srcdir}/$f >> mh-frag
323   done
324   host_makefile_frag=mh-frag
325 fi
326
327 # per-target:
328
329 case "${target}" in
330   v810*)
331     target_makefile_frag="${target_makefile_frag} config/mt-v810"
332     ;;
333   i[3456]86-*-netware*)
334     target_makefile_frag="${target_makefile_frag} config/mt-netware"
335     ;;
336   powerpc-*-netware*)
337     target_makefile_frag="${target_makefile_frag} config/mt-netware"
338     ;;
339   *-*-linux-gnu)
340     target_makefile_frag="${target_makefile_frag} config/mt-linux"
341     ;;
342 esac
343
344 # If --enable-target-optspace always use -Os instead of -O2 to build
345 # the target libraries, similarly if it is not specified, use -Os
346 # on selected platforms.
347 case "${enable_target_optspace}:${target}" in
348   yes:*)
349     target_makefile_frag="${target_makefile_frag} config/mt-ospace"
350     ;;
351   :m32r-*)
352     target_makefile_frag="${target_makefile_frag} config/mt-ospace"
353     ;;
354   no:* | :*)
355     ;;
356   *)
357     echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
358     ;;
359 esac
360
361 skipdirs=
362 gasdir=gas
363 use_gnu_ld=
364 use_gnu_as=
365
366 # some tools are so dependent upon X11 that if we're not building with X, 
367 # it's not even worth trying to configure, much less build, that tool.
368
369 case ${with_x} in
370   yes | "")  # the default value for this tree is that X11 is available
371         ;;
372   no)
373         skipdirs="${skipdirs} tk libgui gash"
374         ;;
375   *)
376         echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2
377         ;;
378 esac
379
380 # Some tools are only suitable for building in a "native" situation.
381 # Those are added when we have a host==target configuration.  For cross
382 # toolchains, we add some directories that should only be useful in a
383 # cross-compiler.
384
385 is_cross_compiler=
386
387 if [ x"${host}" = x"${target}" ] ; then
388         # when doing a native toolchain, don't build the targets
389         # that are in the 'cross only' list
390         skipdirs="${skipdirs} ${cross_only}"
391         is_cross_compiler=no
392 else
393         # similarly, don't build the targets in the 'native only' 
394         # list when building a cross compiler
395         skipdirs="${skipdirs} ${native_only}"
396         is_cross_compiler=yes
397 fi      
398
399 # We always want to use the same name for this directory, so that dejagnu
400 # can reliably find it.
401 target_subdir=${target_alias}
402
403 if [ ! -d ${target_subdir} ] ; then
404   if mkdir ${target_subdir} ; then true
405   else
406     echo "'*** could not make ${PWD=`pwd`}/${target_subdir}" 1>&2
407     exit 1
408   fi
409 fi
410
411 copy_dirs=
412
413 # Handle --with-headers=XXX.  The contents of the named directory are
414 # copied to $(tooldir)/sys-include.
415 if [ x"${with_headers}" != x ]; then
416   if [ x${is_cross_compiler} = xno ]; then
417     echo 1>&2 '***' --with-headers is only supported when cross compiling
418     exit 1
419   fi
420   case "${exec_prefixoption}" in
421   "") x=${prefix} ;;
422   *) x=${exec_prefix} ;;
423   esac
424   copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
425 fi
426
427 # Handle --with-libs=XXX.  Multiple directories are permitted.  The
428 # contents are copied to $(tooldir)/lib.
429 if [ x"${with_libs}" != x ]; then
430   if [ x${is_cross_compiler} = xno ]; then
431     echo 1>&2 '***' --with-libs is only supported when cross compiling
432     exit 1
433   fi
434   # Copy the libraries in reverse order, so that files in the first named
435   # library override files in subsequent libraries.
436   case "${exec_prefixoption}" in
437   "") x=${prefix} ;;
438   *) x=${exec_prefix} ;;
439   esac
440   for l in ${with_libs}; do
441     copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
442   done
443 fi
444
445 # If both --with-headers and --with-libs are specified, default to
446 # --without-newlib.
447 if [ x"${with_headers}" != x ] && [ x"${with_libs}" != x ]; then
448   if [ x"${with_newlib}" = x ]; then
449     with_newlib=no
450   fi
451 fi
452
453 # Recognize --with-newlib/--without-newlib.
454 if [ x${with_newlib} = xno ]; then
455   skipdirs="${skipdirs} target-newlib"
456 elif [ x${with_newlib} = xyes ]; then
457   skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
458 fi
459
460 # Default to using --with-stabs for certain targets.
461 if [ x${with_stabs} = x ]; then
462   case "${target}" in
463   mips*-*-irix6*)
464     ;;
465   mips*-*-* | alpha*-*-osf*)
466     with_stabs=yes;
467     withoptions="${withoptions} --with-stabs"
468     ;;
469   esac
470 fi
471
472 # Handle ${copy_dirs}
473 set fnord ${copy_dirs}
474 shift
475 while [ $# != 0 ]; do
476   if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
477     :
478   else
479     echo Copying $1 to $2
480
481     # Use the install script to create the directory and all required
482     # parent directories.
483     if [ -d $2 ]; then
484       :
485     else
486       echo >config.temp
487       ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
488     fi
489
490     # Copy the directory, assuming we have tar.
491     # FIXME: Should we use B in the second tar?  Not all systems support it.
492     (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
493
494     # It is the responsibility of the user to correctly adjust all
495     # symlinks.  If somebody can figure out how to handle them correctly
496     # here, feel free to add the code.
497
498     echo $1 > $2/COPIED
499   fi
500   shift; shift
501 done
502
503 # Configure extra directories which are host specific
504
505 case "${host}" in
506         i[3456]86-*-go32*)
507           configdirs="$configdirs dosrel" ;;
508         i[3456]86-*-mingw32*)
509           configdirs="$configdirs dosrel" ;;
510         *-cygwin32*)
511           configdirs="$configdirs dosrel" ;;
512 esac
513
514 # Remove more programs from consideration, based on the host or 
515 # target this usually means that a port of the program doesn't
516 # exist yet.
517
518 noconfigdirs=""
519
520 case "${host}" in
521   i[3456]86-*-vsta)
522     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"
523     ;;
524   i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
525     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"
526         ;;
527   i[3456]86-*-mingw32*)
528     # 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"
529      noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
530         ;;
531   *-*-cygwin32)
532      noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
533     ;;
534   *-*-windows*)
535 # This is only used to build WinGDB...
536 # note that powerpc-eabi depends on sim configured before gdb.
537      configdirs="bfd libiberty opcodes readline sim gdb"
538      target_configdirs=
539     ;;
540   *-*-netbsd*)
541     noconfigdirs="rcs"
542     ;;
543   ppc*-*-pe)
544      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"
545     ;;
546 esac
547
548
549 case "${target}" in
550   *-*-netware)
551     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-librx target-newlib target-libiberty target-libgloss"
552     ;;
553   *-*-rtems*)
554     noconfigdirs="$noconfigdirs target-libgloss"
555     ;;
556   *-*-vxworks*)
557     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
558     ;;
559   alpha*-dec-osf*)
560     # ld works, but does not support shared libraries.  emacs doesn't
561     # work.  newlib is not 64 bit ready.  I'm not sure about fileutils.
562     # gas doesn't generate exception information.
563     noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
564     ;;
565   alpha*-*-*vms*)
566     noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
567     ;;
568   alpha*-*-linux*)
569     # newlib is not 64 bit ready
570     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
571     # linux has rx in libc
572     skipdirs="$skipdirs target-librx"
573     ;;
574   alpha*-*-*)
575     # newlib is not 64 bit ready
576     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
577     ;;
578   arc-*-*)
579     noconfigdirs="$noconfigdirs target-libgloss"
580     ;;
581   arm-*-pe*)
582     noconfigdirs="$noconfigdirs target-libgloss"
583     ;;
584   arm-*-coff*)
585     noconfigdirs="$noconfigdirs target-libgloss"
586     ;;
587   arm-*-elf*)
588     noconfigdirs="$noconfigdirs target-libgloss"
589     if [ x${is_cross_compiler} != xno ] ; then
590            target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
591     fi
592     ;;
593   arm-*-oabi*)
594     noconfigdirs="$noconfigdirs target-libgloss"
595     if [ x${is_cross_compiler} != xno ] ; then
596            target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
597     fi
598     ;;
599   c4x-*-*)
600     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
601     ;;
602   thumb-*-coff)
603     noconfigdirs="$noconfigdirs target-libgloss"
604     ;;
605   arm-*-riscix*)
606     noconfigdirs="$noconfigdirs ld target-libgloss"
607     ;;
608   d10v-*-*)
609     noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio target-libgloss"
610     ;;
611   h8300*-*-* | \
612   h8500-*-*)
613     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
614     ;;
615   hppa*-*-*elf* | \
616   hppa*-*-lites*)
617     # Do configure ld/binutils/gas for this case.
618     ;;
619   hppa*-*-*)
620     # HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach
621     # cc is gcc, and on any system a user should be able to link cc to
622     # whatever they want.  FIXME, emacs emacs19).
623     case "${CC}" in
624         "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
625         *) ;;
626     esac
627     noconfigdirs="$noconfigdirs ld shellutils"
628     ;;
629   i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
630     # but don't build gdb
631     noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx"
632     ;;
633   *-*-linux*)
634     # linux has rx in libc
635     skipdirs="$skipdirs target-librx"
636     ;;
637   i[3456]86-*-mingw32*)
638     target_configdirs="$target_configdirs target-mingw"
639     noconfigdirs="$noconfigdirs expect target-libgloss"
640
641     # Can't build gdb for mingw32 if not native.
642     case "${host}" in
643       i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
644       *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db snavigator gnuserv"
645          ;;
646     esac
647     ;;    
648   *-*-cygwin32*)
649     target_configdirs="$target_configdirs target-winsup"
650     noconfigdirs="$noconfigdirs target-gperf target-libgloss"
651     # always build newlib.
652     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
653
654     # Can't build gdb for cygwin32 if not native.
655     case "${host}" in
656       *-*-cygwin32*) ;; # keep gdb tcl tk expect etc.
657       *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
658          ;;
659     esac
660     ;;    
661   i[3456]86-*-pe)
662     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
663     ;;
664   i[3456]86-*-sco3.2v5*)
665     # The linker does not yet know about weak symbols in COFF,
666     # and is not configured to handle mixed ELF and COFF.
667     noconfigdirs="$noconfigdirs ld target-libgloss"
668     ;;
669   i[3456]86-*-sco*)
670     noconfigdirs="$noconfigdirs gprof target-libgloss"
671     ;;
672   i[3456]86-*-solaris2*)
673     # The linker does static linking correctly, but the Solaris C library
674     # has bugs such that some important functions won't work when statically
675     # linked.  (See man pages for getpwuid, for example.)
676     noconfigdirs="$noconfigdirs ld target-libgloss"
677     ;;
678   i[3456]86-*-sysv4*)
679     # The SYSV4 C compiler doesn't handle Emacs correctly
680     case "${CC}" in
681         "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
682         *) ;;
683     esac
684     # but that's okay since emacs doesn't work anyway
685     noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
686     ;;
687   mn10200-*-*)
688     noconfigdirs="$noconfigdirs"
689     if [ x${is_cross_compiler} != xno ] ; then
690            target_configdirs="${target_configdirs} target-libstub target-cygmon"
691     fi
692     ;;
693   mn10300-*-*)
694     noconfigdirs="$noconfigdirs"
695     if [ x${is_cross_compiler} != xno ] ; then
696            target_configdirs="${target_configdirs} target-libstub target-cygmon"
697     fi
698     ;;
699   powerpc-*-aix*)
700     # copied from rs6000-*-* entry
701     noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss"
702     # This is needed until gcc and ld are fixed to work together.
703     use_gnu_ld=no
704     ;;
705   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
706     target_configdirs="$target_configdirs target-winsup"
707     noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv"
708     # always build newlib.
709     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
710     ;;
711     # This is temporary until we can link against shared libraries
712   powerpcle-*-solaris*)
713     noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
714     ;;
715   rs6000-*-lynxos*)
716     # The CVS server code doesn't work on the RS/6000
717     # Newlib makes problems for libg++ in crosses.
718     noconfigdirs="$noconfigdirs target-newlib gprof cvssrc"
719     ;;
720   rs6000-*-aix*)
721     noconfigdirs="$noconfigdirs gprof"
722     # This is needed until gcc and ld are fixed to work together.
723     use_gnu_ld=no
724     ;;
725   rs6000-*-*)
726     noconfigdirs="$noconfigdirs gprof"
727     ;;
728   m68k-apollo-*)
729     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
730     ;;
731   mips*-*-irix5*)
732     # The GNU linker does not support shared libraries.
733     # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
734     noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss"
735     ;;
736   mips*-*-irix6*)
737     # The GNU assembler and linker do not support IRIX 6.
738     # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
739     noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
740     ;;
741   mips*-dec-bsd*)
742     noconfigdirs="$noconfigdirs gprof target-libgloss"
743     ;;
744   mips*-*-bsd*)
745     noconfigdirs="$noconfigdirs gprof target-libgloss"
746     ;;
747   mipstx39-*-*)
748     noconfigdirs="$noconfigdirs gprof"   # same as generic mips
749     target_configdirs="${target_configdirs} target-libstub target-cygmon"
750    ;;
751   mips*-*-*)
752     noconfigdirs="$noconfigdirs gprof"
753     ;;
754   romp-*-*)
755     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss"
756     ;;
757   sh-*-*)
758     case "${host}" in
759       i[3456]86-*-vsta) ;; # don't add gprof back in
760       i[3456]86-*-go32*) ;; # don't add gprof back in
761       i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
762       *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
763     esac
764     noconfigdirs="$noconfigdirs target-libgloss"
765     ;;
766   sparc-*-elf*)
767     if [ x${is_cross_compiler} != xno ] ; then
768            target_configdirs="${target_configdirs} target-libstub target-cygmon"
769     fi
770     ;;
771   sparc64-*-elf*)
772     if [ x${is_cross_compiler} != xno ] ; then
773            target_configdirs="${target_configdirs} target-libstub target-cygmon"
774     fi
775     ;;
776   sparclite-*-aout*)
777     if [ x${is_cross_compiler} != xno ] ; then
778            target_configdirs="${target_configdirs} target-libstub target-cygmon"
779     fi
780     ;;
781   sparc-*-sunos4*)
782     if [ x${is_cross_compiler} != xno ] ; then
783            noconfigdirs="$noconfigdirs gdb gdbtest target-newlib target-libgloss"
784     else
785            use_gnu_ld=no
786     fi
787     ;;
788   v810-*-*)
789     noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes target-libgloss"
790     ;;
791   v850-*-*)
792     noconfigdirs="$noconfigdirs target-libgloss"
793     ;;
794   vax-*-vms)
795     noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss"
796     ;;
797   vax-*-*)
798     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
799     ;;
800   *-*-lynxos*)
801     # Newlib makes problems for libg++ in crosses.
802     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
803     ;; 
804   *-*-macos* | \
805   *-*-mpw*)
806     # Macs want a resource compiler.
807     configdirs="$configdirs grez"
808     ;;    
809 esac
810
811 # If we aren't building newlib, then don't build libgloss, since libgloss
812 # depends upon some newlib header files.
813 case "${noconfigdirs}" in
814   *target-libgloss*) ;;
815   *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
816 esac
817
818 # Make sure we don't let GNU ld be added if we didn't want it.
819 if [ x$with_gnu_ld = xno ]; then
820   use_gnu_ld=no
821   noconfigdirs="$noconfigdirs ld"
822 fi
823
824 # Make sure we don't let GNU as be added if we didn't want it.
825 if [ x$with_gnu_as = xno ]; then
826   use_gnu_as=no
827   noconfigdirs="$noconfigdirs gas"
828 fi
829
830 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
831 # $target_configdirs.
832 # If we have the source for $noconfigdirs entries, add them to $notsupp.
833
834 notsupp=""
835 for dir in . $skipdirs $noconfigdirs ; do
836   dirname=`echo $dir | sed -e s/target-//g`
837   if [ $dir != . ]  && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
838     configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
839     if [ -r $srcdir/$dirname/configure ] \
840         || [ -r $srcdir/$dirname/configure.in ]; then
841       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
842         true
843       else
844         notsupp="$notsupp $dir"
845       fi
846     fi
847   fi
848   if [ $dir != . ]  && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
849     target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
850     if [ -r $srcdir/$dirname/configure ] \
851         || [ -r $srcdir/$dirname/configure.in ]; then
852       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
853         true
854       else
855         notsupp="$notsupp $dir"
856       fi
857     fi
858   fi
859 done
860
861 # Sometimes the tools are distributed with libiberty but with no other
862 # libraries.  In that case, we don't want to build target-libiberty.
863 if [ -n "${target_configdirs}" ]; then
864   others=
865   for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
866     if [ "$i" != "libiberty" ]; then
867       if [ -r $srcdir/$i/configure ] || [ -r $srcdir/$i/configure.in ]; then
868         others=yes;
869         break;
870       fi
871     fi
872   done
873   if [ -z "${others}" ]; then
874     target_configdirs=
875   fi
876 fi
877
878 # Deconfigure all subdirectories, in case we are changing the
879 # configuration from one where a subdirectory is supported to one where it
880 # is not.
881 if [ -z "${norecursion}" ] && [ -n "${configdirs}" ]; then
882   for i in `echo ${configdirs} | sed -e s/target-//g` ; do
883     rm -f $i/Makefile
884   done
885 fi
886 if [ -z "${norecursion}" ] && [ -n "${target_configdirs}" ]; then
887   for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
888     rm -f ${target_subdir}/$i/Makefile
889   done
890 fi
891
892 # Produce a warning message for the subdirs we can't configure.
893 # This isn't especially interesting in the Cygnus tree, but in the individual
894 # FSF releases, it's important to let people know when their machine isn't
895 # supported by the one or two programs in a package.
896
897 if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then
898   # If $appdirs is non-empty, at least one of those directories must still
899   # be configured, or we error out.  (E.g., if the gas release supports a
900   # specified target in some subdirs but not the gas subdir, we shouldn't
901   # pretend that all is well.)
902   if [ -n "$appdirs" ]; then
903     for dir in $appdirs ; do
904       if [ -r $dir/Makefile.in ]; then
905         if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
906           appdirs=""
907           break
908         fi
909         if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
910           appdirs=""
911           break
912         fi
913       fi
914     done
915     if [ -n "$appdirs" ]; then
916       echo "*** This configuration is not supported by this package." 1>&2
917       exit 1
918     fi
919   fi
920   # Okay, some application will build, or we don't care to check.  Still
921   # notify of subdirs not getting built.
922   echo "*** This configuration is not supported in the following subdirectories:" 1>&2
923   echo "    ${notsupp}" 1>&2
924   echo "    (Any other directories should still work fine.)" 1>&2
925 fi
926
927 # Set with_gnu_as and with_gnu_ld as appropriate.
928 #
929 # This is done by determining whether or not the appropriate directory
930 # is available, and by checking whether or not specific configurations
931 # have requested that this magic not happen.
932
933 # The command line options always override the explicit settings in 
934 # configure.in, and the settings in configure.in override this magic.
935 #
936 # If the default for a toolchain is to use GNU as and ld, and you don't 
937 # want to do that, then you should use the --without-gnu-as and
938 # --without-gnu-ld options for the configure script.
939
940 if [ x${use_gnu_as} = x ] ; then
941   if [ x${with_gnu_as} != xno ] && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && [ -d ${srcdir}/${gasdir} ] ; then
942     with_gnu_as=yes
943     withoptions="$withoptions --with-gnu-as"
944   fi
945 fi
946
947 if [ x${use_gnu_ld} = x ] ; then
948   if [ x${with_gnu_ld} != xno ] && echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 && [ -d ${srcdir}/ld ] ; then
949     with_gnu_ld=yes
950     withoptions="$withoptions --with-gnu-ld"
951   fi
952 fi
953
954 # If using newlib, add --with-newlib to the withoptions so that gcc/configure
955 # can detect this case.
956
957 if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
958   with_newlib=yes
959   withoptions="$withoptions --with-newlib"
960 fi
961
962 if [ x${shared} = xyes ]; then
963   case "${target}" in
964     hppa*)
965       target_makefile_frag="${target_makefile_frag} config/mt-papic"
966       ;;
967     i[3456]86-*)
968       target_makefile_frag="${target_makefile_frag} config/mt-x86pic"
969       ;;
970     powerpc*-*)
971       target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
972       ;;
973     alpha*-*-linux*)
974       target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
975       ;;
976     *)
977       if test -f ${srcdir}/config/mt-${target_cpu}pic; then
978         target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
979       fi
980       ;;
981   esac
982 fi
983
984 rm -f mt-frag
985 if [ -n "${target_makefile_frag}" ] ; then
986   for f in ${target_makefile_frag}
987   do
988     cat ${srcdir}/$f >> mt-frag
989   done
990   target_makefile_frag=mt-frag
991 fi
992
993 # post-target:
994
995 # Make sure that the compiler is able to generate an executable.  If it
996 # can't, we are probably in trouble.  We don't care whether we can run the
997 # executable--we might be using a cross compiler--we only care whether it
998 # can be created.  At this point the main configure script has set CC.
999 echo "int main () { return 0; }" > conftest.c
1000 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
1001 if [ $? = 0 ] && [ -s conftest -o -s conftest.exe ]; then
1002   :
1003 else
1004   echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
1005   echo 1>&2 "*** You must set the environment variable CC to a working compiler."
1006   rm -f conftest*
1007   exit 1
1008 fi
1009 rm -f conftest*
1010
1011 # The Solaris /usr/ucb/cc compiler does not appear to work.
1012 case "${host}" in
1013   sparc-sun-solaris2*)
1014       CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
1015       if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ] ; then
1016           could_use=
1017           [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
1018           if [ -d /opt/cygnus/bin ] ; then
1019               if [ "$could_use" = "" ] ; then
1020                   could_use="/opt/cygnus/bin"
1021               else
1022                   could_use="$could_use or /opt/cygnus/bin"
1023               fi
1024           fi
1025         if [ "$could_use" = "" ] ; then
1026             echo "Warning: compilation may fail because you're using"
1027             echo "/usr/ucb/cc.  You should change your PATH or CC "
1028             echo "variable and rerun configure."
1029         else
1030             echo "Warning: compilation may fail because you're using"
1031             echo "/usr/ucb/cc, when you should use the C compiler from"
1032             echo "$could_use.  You should change your"
1033             echo "PATH or CC variable and rerun configure."
1034         fi
1035       fi
1036   ;;
1037 esac
1038
1039 # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
1040 # binutils tools will find libbfd.so.
1041 if [ "${shared}" = "yes" ]; then
1042   sed -e 's/^SET_LIB_PATH[      ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
1043       Makefile > Makefile.tem
1044   rm -f Makefile
1045   mv -f Makefile.tem Makefile
1046
1047   case "${host}" in
1048   *-*-hpux*)
1049     sed -e 's/^RPATH_ENVVAR[    ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
1050         Makefile > Makefile.tem
1051     rm -f Makefile
1052     mv -f Makefile.tem Makefile
1053     ;;
1054   esac
1055 fi
1056
1057 # Record target_configdirs and the configure arguments in Makefile.
1058 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
1059 targargs=`echo "${arguments}" | \
1060         sed -e 's/--no[^        ]*//' \
1061             -e 's/--cache[a-z-]*=[^     ]*//' \
1062             -e 's/--ho[a-z-]*=[^        ]*//' \
1063             -e 's/--bu[a-z-]*=[^        ]*//' \
1064             -e 's/--ta[a-z-]*=[^        ]*//'`
1065
1066 # Passing a --with-cross-host argument lets the target libraries know
1067 # whether they are being built with a cross-compiler or being built
1068 # native.  However, it would be better to use other mechanisms to make the
1069 # sorts of decisions they want to make on this basis.  Please consider
1070 # this option to be deprecated.  FIXME.
1071 if [ x${is_cross_compiler} = xyes ]; then
1072   targargs="--with-cross-host=${host_alias} ${targargs}"
1073 fi
1074
1075 # Default to --enable-multilib.
1076 if [ x${enable_multilib} = x ]; then
1077   targargs="--enable-multilib ${targargs}"
1078 fi
1079
1080 # Pass --with-newlib if appropriate.  Note that target_configdirs has
1081 # changed from the earlier setting of with_newlib.
1082 if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
1083   targargs="--with-newlib ${targargs}"
1084 fi
1085
1086 targargs="--host=${target_alias} --build=${build_alias} ${targargs}"
1087 sed -e "s:^TARGET_CONFIGDIRS[   ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
1088     -e "s%^CONFIG_ARGUMENTS[    ]*=.*$%CONFIG_ARGUMENTS = ${targargs}%" \
1089     -e "s%^TARGET_SUBDIR[       ]*=.*$%TARGET_SUBDIR = ${target_subdir}%" \
1090        Makefile > Makefile.tem
1091 rm -f Makefile
1092 mv -f Makefile.tem Makefile
1093
1094 #
1095 # Local Variables:
1096 # fill-column: 131
1097 # End:
1098 #