OSDN Git Service

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