daily update
[deliverable/binutils-gdb.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, 1993, 1994, 1995, 1996, 1997, 1998,
18 # 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
19 #
20 # This file is free software; you can redistribute it and/or modify it
21 # under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 2 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful, but
26 # WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 # General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; if not, write to the Free Software
32 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33
34 ##############################################################################
35
36 ### To add a new directory to the tree, first choose whether it is a target
37 ### or a host dependent tool. Then put it into the appropriate list
38 ### (library or tools, host or target), doing a dependency sort. For
39 ### example, gdb requires that byacc (or bison) be built first, so it is in
40 ### the ${host_tools} list after byacc and bison.
41
42
43 # these libraries are used by various programs built for the host environment
44 #
45 host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib"
46
47 libstdcxx_version="target-libstdc++-v3"
48
49 # these tools are built for the host environment
50 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
51 # know that we are building the simulator.
52 host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator libtool gettext zip fastjar"
53
54 # libgcj represents the runtime libraries only used by gcj.
55 libgcj="target-libffi \
56 target-boehm-gc \
57 target-zlib \
58 target-qthreads \
59 target-libjava"
60
61 # these libraries are built for the target environment, and are built after
62 # the host libraries and the host tools (which may be a cross compiler)
63 #
64 target_libs="target-libiberty \
65 target-libgloss \
66 target-newlib \
67 ${libstdcxx_version} \
68 target-libf2c \
69 ${libgcj}
70 target-libobjc"
71
72 # these tools are built using the target libs, and are intended to run only
73 # in the target environment
74 #
75 # note: any program that *uses* libraries that are in the "target_libs"
76 # list belongs in this list. those programs are also very likely
77 # candidates for the "native_only" list which follows
78 #
79 target_tools="target-examples target-groff target-gperf"
80
81 ################################################################################
82
83 ## These two lists are of directories that are to be removed from the
84 ## ${configdirs} list for either cross-compilations or for native-
85 ## compilations. For example, it doesn't make that much sense to
86 ## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
87 ## a native environment.
88
89 # directories to be built in the native environment only
90 #
91 # This must be a single line because of the way it is searched by grep in
92 # the code below.
93 native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf"
94
95 # directories to be built in a cross environment only
96 #
97 cross_only="target-libgloss target-newlib target-cygmon target-opcodes target-libstub"
98
99 ## All tools belong in one of the four categories, and are assigned above
100 ## We assign ${configdirs} this way to remove all embedded newlines. This
101 ## is important because configure will choke if they ever get through.
102 ## ${configdirs} is directories we build using the host tools.
103 ## ${target_configdirs} is directories we build using the target tools.
104 #
105 configdirs=`echo ${host_libs} ${host_tools}`
106 target_configdirs=`echo ${target_libs} ${target_tools}`
107
108 ################################################################################
109
110 srctrigger=move-if-change
111 srcname="gnu development package"
112
113 # This gets set non-empty for some net releases of packages.
114 appdirs=""
115
116 # per-host:
117
118 # There is no longer anything interesting in the per-host section.
119
120 # per-target:
121
122 # Define is_cross_compiler to save on calls to 'test'.
123 is_cross_compiler=
124 if test x"${host}" = x"${target}" ; then
125 is_cross_compiler=no
126 else
127 is_cross_compiler=yes
128 fi
129
130 # We always want to use the same name for this directory, so that dejagnu
131 # can reliably find it.
132 target_subdir=${target_alias}
133
134 if test ! -d ${target_subdir} ; then
135 if mkdir ${target_subdir} ; then true
136 else
137 echo "'*** could not make ${PWD=`${PWDCMD-pwd}`}/${target_subdir}" 1>&2
138 exit 1
139 fi
140 fi
141
142 build_subdir=${build_alias}
143
144 if test x"${build_alias}" != x"${host}" ; then
145 if test ! -d ${build_subdir} ; then
146 if mkdir ${build_subdir} ; then true
147 else
148 echo "'*** could not make ${PWD=`${PWDCMD-pwd}`}/${build_subdir}" 1>&2
149 exit 1
150 fi
151 fi
152 fi
153
154 # Skipdirs are removed silently.
155 skipdirs=
156 # Noconfigdirs are removed loudly.
157 noconfigdirs=""
158
159 use_gnu_ld=
160 # Make sure we don't let GNU ld be added if we didn't want it.
161 if test x$with_gnu_ld = xno ; then
162 use_gnu_ld=no
163 noconfigdirs="$noconfigdirs ld"
164 fi
165
166 use_gnu_as=
167 # Make sure we don't let GNU as be added if we didn't want it.
168 if test x$with_gnu_as = xno ; then
169 use_gnu_as=no
170 noconfigdirs="$noconfigdirs gas"
171 fi
172
173 # some tools are so dependent upon X11 that if we're not building with X,
174 # it's not even worth trying to configure, much less build, that tool.
175
176 case ${with_x} in
177 yes | "") ;; # the default value for this tree is that X11 is available
178 no) skipdirs="${skipdirs} tk libgui" ;;
179 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
180 esac
181
182 # Some tools are only suitable for building in a "native" situation.
183 # Remove these if host!=target. Similarly, some are only suitable
184 # for cross toolchains; remove if host=target.
185
186 case $is_cross_compiler in
187 no) skipdirs="${skipdirs} ${cross_only}" ;;
188 yes) skipdirs="${skipdirs} ${native_only}" ;;
189 esac
190
191 # If both --with-headers and --with-libs are specified, default to
192 # --without-newlib.
193 if test x"${with_headers}" != x && test x"${with_libs}" != x ; then
194 if test x"${with_newlib}" = x ; then
195 with_newlib=no
196 fi
197 fi
198
199 # Recognize --with-newlib/--without-newlib.
200 case ${with_newlib} in
201 no) skipdirs="${skipdirs} target-newlib" ;;
202 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
203 esac
204
205 # Configure extra directories which are host specific
206
207 case "${host}" in
208 i[3456]86-*-go32*)
209 configdirs="$configdirs dosrel" ;;
210 i[3456]86-*-mingw32*)
211 configdirs="$configdirs dosrel" ;;
212 *-cygwin*)
213 configdirs="$configdirs libtermcap dosrel" ;;
214 esac
215
216 # Remove more programs from consideration, based on the host or
217 # target this usually means that a port of the program doesn't
218 # exist yet.
219
220 case "${host}" in
221 hppa*64*-*-*)
222 noconfigdirs="$noconfigdirs byacc"
223 ;;
224 i[3456]86-*-vsta)
225 noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl tix db snavigator gnuserv gettext"
226 ;;
227 i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
228 noconfigdirs="tcl tk expect dejagnu send-pr uudecode guile itcl tix db snavigator gnuserv libffi"
229 ;;
230 i[3456]86-*-mingw32*)
231 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl tix db snavigator gnuserv"
232 noconfigdirs="expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool"
233 ;;
234 i[3456]86-*-beos*)
235 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
236 ;;
237 *-*-cygwin*)
238 noconfigdirs="autoconf automake send-pr rcs guile perl"
239 ;;
240 *-*-netbsd*)
241 noconfigdirs="rcs"
242 ;;
243 ppc*-*-pe)
244 noconfigdirs="patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl tix db snavigator gnuserv"
245 ;;
246 powerpc-*-beos*)
247 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
248 ;;
249 esac
250
251 # Save it here so that, even in case of --enable-libgcj, if the Java
252 # front-end isn't enabled, we still get libgcj disabled.
253 libgcj_saved=$libgcj
254 case $enable_libgcj in
255 yes)
256 # If we reset it here, it won't get added to noconfigdirs in the
257 # target-specific build rules, so it will be forcibly enabled
258 # (unless the Java language itself isn't enabled).
259 libgcj=
260 ;;
261 no)
262 # Make sure we get it printed in the list of not supported target libs.
263 noconfigdirs="$noconfigdirs ${libgcj}"
264 ;;
265 esac
266
267 case "${target}" in
268 *-*-chorusos)
269 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
270 ;;
271 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
272 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
273 ;;
274 *-*-netbsd*)
275 # Skip some stuff on all NetBSD configurations.
276 skipdirs="$skipdirs target-newlib target-libiberty target-libgloss"
277
278 # Skip some stuff that's unsupported on some NetBSD configurations.
279 case "${target}" in
280 i*86-*-netbsdelf*) ;;
281 *)
282 noconfigdirs="$noconfigdirs ${libgcj}"
283 ;;
284 esac
285 ;;
286 *-*-netware)
287 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss ${libgcj}"
288 ;;
289 *-*-rtems*)
290 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
291 case ${target} in
292 h8300*-*-* | h8500-*-*)
293 noconfigdirs="$noconfigdirs target-libf2c"
294 ;;
295 *) ;;
296 esac
297 ;;
298 *-*-vxworks*)
299 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
300 ;;
301 alpha*-dec-osf*)
302 # ld works, but does not support shared libraries.
303 # newlib is not 64 bit ready. I'm not sure about fileutils.
304 # gas doesn't generate exception information.
305 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
306 ;;
307 alpha*-*-*vms*)
308 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
309 ;;
310 alpha*-*-linux*)
311 # newlib is not 64 bit ready
312 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
313 ;;
314 alpha*-*-freebsd*)
315 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
316 ;;
317 alpha*-*-*)
318 # newlib is not 64 bit ready
319 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
320 ;;
321 sh-*-linux*)
322 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
323 ;;
324 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
325 noconfigdirs="$noconfigdirs ${libgcj}"
326 noconfigdirs="$noconfigdirs target-examples"
327 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
328 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
329 noconfigdirs="$noconfigdirs expect dejagnu"
330 # the C++ libraries don't build on top of CE's C libraries
331 noconfigdirs="$noconfigdirs ${libstdcxx_version}"
332 skipdirs="$skipdirs target-newlib"
333 case "${host}" in
334 *-*-cygwin*) ;; # keep gdb and readline
335 *) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version}"
336 ;;
337 esac
338 ;;
339 arc-*-*)
340 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
341 ;;
342 arm-*-pe*)
343 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
344 ;;
345 arm-*-oabi*)
346 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
347 ;;
348 thumb-*-coff)
349 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
350 ;;
351 thumb-*-elf)
352 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
353 ;;
354 thumb-*-oabi)
355 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
356 ;;
357 strongarm-*-elf)
358 noconfigdirs="$noconfigdirs ${libgcj}"
359 ;;
360 strongarm-*-coff)
361 noconfigdirs="$noconfigdirs ${libgcj}"
362 ;;
363 xscale-*-elf)
364 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
365 ;;
366 xscale-*-coff)
367 noconfigdirs="$noconfigdirs ${libgcj}"
368 ;;
369 thumb-*-pe)
370 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
371 ;;
372 arm-*-riscix*)
373 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
374 ;;
375 avr-*-*)
376 noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
377 ;;
378 c4x-*-*)
379 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
380 ;;
381 c54x*-*-* | tic54x-*-*)
382 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj} gcc gdb newlib"
383 ;;
384 cris-*-*)
385 noconfigdirs="$noconfigdirs ${libgcj}"
386 ;;
387 d10v-*-*)
388 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
389 ;;
390 d30v-*-*)
391 noconfigdirs="$noconfigdirs ${libgcj}"
392 ;;
393 fr30-*-elf*)
394 noconfigdirs="$noconfigdirs ${libgcj}"
395 if test x${is_cross_compiler} != xno ; then
396 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
397 fi
398 ;;
399 frv-*-*)
400 noconfigdirs="$noconfigdirs ${libgcj}"
401 if test x${is_cross_compiler} != xno ; then
402 target_configdirs="${target_configdirs} target-bsp target-cygmon"
403 fi
404 ;;
405 h8300*-*-*)
406 noconfigdirs="$noconfigdirs target-libgloss"
407 ;;
408 h8500-*-*)
409 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj} target-libf2c"
410 ;;
411 hppa*64*-*-linux* | parisc*64*-*-linux*)
412 # In this case, it's because the hppa64-linux target is for
413 # the kernel only at this point and has no libc, and thus no
414 # headers, crt*.o, etc., all of which are needed by these.
415 noconfigdirs="$noconfigdirs target-zlib"
416 ;;
417 hppa*-*-*elf* | \
418 parisc*-*-linux* | hppa*-*-linux* | \
419 hppa*-*-lites* | \
420 hppa*64*-*-*)
421 noconfigdirs="$noconfigdirs ${libgcj}"
422 # Do configure ld/binutils/gas for this case.
423 ;;
424 hppa*-*-*)
425 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
426 # build on HP-UX 10.20.
427 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
428 ;;
429 ia64*-*-elf*)
430 # No gdb support yet.
431 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
432 ;;
433 ia64*-**-hpux*)
434 # No gdb or ld support yet.
435 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
436 ;;
437 i[3456]86-*-coff | i[3456]86-*-elf)
438 noconfigdirs="$noconfigdirs ${libgcj}"
439 if test x${is_cross_compiler} != xno ; then
440 target_configdirs="${target_configdirs} target-libstub target-cygmon"
441 fi
442 ;;
443 i[34567]86-*-freebsd*)
444 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
445 ;;
446 s390*-*-linux*)
447 # The libffi port is not yet in the GCC tree
448 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
449 ;;
450 i[3456]86-*-linux*)
451 # This section makes it possible to build newlib natively on linux.
452 # If we are using a cross compiler then don't configure newlib.
453 if test x${is_cross_compiler} != xno ; then
454 noconfigdirs="$noconfigdirs target-newlib"
455 fi
456 noconfigdirs="$noconfigdirs target-libgloss"
457 # If we are not using a cross compiler, do configure newlib.
458 # Note however, that newlib will only be configured in this situation
459 # if the --with-newlib option has been given, because otherwise
460 # 'target-newlib' will appear in skipdirs.
461 ;;
462 *-*-linux*)
463 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
464 ;;
465 i[3456]86-*-mingw32*)
466 target_configdirs="$target_configdirs target-mingw"
467 noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
468
469 # Can't build gdb for mingw32 if not native.
470 case "${host}" in
471 i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
472 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db snavigator gnuserv"
473 ;;
474 esac
475 ;;
476 *-*-cygwin*)
477 target_configdirs="$target_configdirs target-libtermcap target-winsup"
478 noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
479 # always build newlib.
480 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
481
482 # Can't build gdb for Cygwin if not native.
483 case "${host}" in
484 *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
485 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
486 ;;
487 esac
488 ;;
489 i[3456]86-*-pe)
490 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
491 ;;
492 i[3456]86-*-sco3.2v5*)
493 # The linker does not yet know about weak symbols in COFF,
494 # and is not configured to handle mixed ELF and COFF.
495 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
496 ;;
497 i[3456]86-*-sco*)
498 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
499 ;;
500 i[3456]86-*-solaris2*)
501 noconfigdirs="$noconfigdirs target-libgloss"
502 ;;
503 i[3456]86-*-sysv4*)
504 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
505 ;;
506 i[3456]86-*-beos*)
507 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
508 ;;
509 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
510 noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
511 ;;
512 m68k-*-elf*)
513 noconfigdirs="$noconfigdirs ${libgcj}"
514 if test x${is_cross_compiler} != xno ; then
515 target_configdirs="${target_configdirs} target-bsp target-cygmon"
516 fi
517 ;;
518 m68k-*-coff*)
519 noconfigdirs="$noconfigdirs ${libgcj}"
520 if test x${is_cross_compiler} != xno ; then
521 target_configdirs="${target_configdirs} target-bsp target-cygmon"
522 fi
523 ;;
524 mcore-*-pe*)
525 # The EPOC C++ environment does not support exceptions or rtti,
526 # and so building libstdc++-v3 tends not to always work.
527 noconfigdirs="$noconfigdirs target-libstdc++-v3"
528 ;;
529 mmix-*-*)
530 noconfigdirs="$noconfigdirs ${libgcj}"
531 ;;
532 mn10200-*-*)
533 noconfigdirs="$noconfigdirs ${libgcj}"
534 if test x${is_cross_compiler} != xno ; then
535 target_configdirs="${target_configdirs} target-libstub target-cygmon"
536 fi
537 ;;
538 mn10300-*-*)
539 noconfigdirs="$noconfigdirs ${libgcj}"
540 if test x${is_cross_compiler} != xno ; then
541 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
542 fi
543 ;;
544 powerpc-*-aix*)
545 # copied from rs6000-*-* entry
546 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
547 ;;
548 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
549 target_configdirs="$target_configdirs target-winsup"
550 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv ${libgcj}"
551 # always build newlib.
552 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
553 ;;
554 # This is temporary until we can link against shared libraries
555 powerpcle-*-solaris*)
556 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv ${libgcj}"
557 ;;
558 powerpc-*-beos*)
559 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
560 ;;
561 powerpc-*-eabi)
562 noconfigdirs="$noconfigdirs ${libgcj}"
563 if test x${is_cross_compiler} != xno ; then
564 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
565 fi
566 ;;
567 rs6000-*-lynxos*)
568 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
569 ;;
570 rs6000-*-aix*)
571 noconfigdirs="$noconfigdirs gprof ${libgcj}"
572 ;;
573 rs6000-*-*)
574 noconfigdirs="$noconfigdirs gprof ${libgcj}"
575 ;;
576 m68k-apollo-*)
577 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
578 ;;
579 mips*-*-irix5*)
580 # The GNU linker does not support shared libraries.
581 noconfigdirs="$noconfigdirs ld gprof target-libgloss ${libgcj}"
582 ;;
583 mips*-*-irix6*)
584 # The GNU assembler does not support IRIX 6.
585 # Linking libjava exceeds command-line length limits on at least
586 # IRIX 6.2, but not on IRIX 6.5.
587 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
588 # <oldham@codesourcery.com>
589 noconfigdirs="$noconfigdirs gas gprof target-libgloss ${libgcj}"
590 ;;
591 mips*-dec-bsd*)
592 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
593 ;;
594 mips*-*-bsd*)
595 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
596 ;;
597 mipstx39-*-*)
598 noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
599 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
600 ;;
601 mips*-*-linux*)
602 noconfigdirs="$noconfigdirs target-libffi"
603 ;;
604 mips*-*-*)
605 noconfigdirs="$noconfigdirs gprof ${libgcj}"
606 ;;
607 romp-*-*)
608 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
609 ;;
610 sh-*-*)
611 case "${host}" in
612 i[3456]86-*-vsta) ;; # don't add gprof back in
613 i[3456]86-*-go32*) ;; # don't add gprof back in
614 i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
615 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
616 esac
617 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
618 ;;
619 sh64-*-*)
620 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
621 ;;
622 sparc-*-elf*)
623 if test x${is_cross_compiler} != xno ; then
624 target_configdirs="${target_configdirs} target-libstub target-cygmon"
625 fi
626 noconfigdirs="$noconfigdirs ${libgcj}"
627 ;;
628 sparc64-*-elf*)
629 if test x${is_cross_compiler} != xno ; then
630 target_configdirs="${target_configdirs} target-libstub target-cygmon"
631 fi
632 noconfigdirs="$noconfigdirs ${libgcj}"
633 ;;
634 sparclite-*-*)
635 if test x${is_cross_compiler} != xno ; then
636 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
637 fi
638 noconfigdirs="$noconfigdirs ${libgcj}"
639 ;;
640 sparc-*-sunos4*)
641 noconfigdirs="$noconfigdirs ${libgcj}"
642 if test x${is_cross_compiler} != xno ; then
643 noconfigdirs="$noconfigdirs gdb gdbtest target-newlib target-libgloss"
644 else
645 use_gnu_ld=no
646 fi
647 ;;
648 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
649 ;;
650 v810-*-*)
651 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} opcodes target-libgloss ${libgcj}"
652 ;;
653 v850-*-*)
654 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
655 ;;
656 v850e-*-*)
657 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
658 ;;
659 v850ea-*-*)
660 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
661 ;;
662 vax-*-vms)
663 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
664 ;;
665 vax-*-*)
666 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
667 ;;
668 ip2k-*-*)
669 noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
670 ;;
671 *-*-lynxos*)
672 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
673 ;;
674 *-*-macos* | \
675 *-*-mpw*)
676 # Macs want a resource compiler.
677 configdirs="$configdirs grez"
678 noconfigdirs="$noconfigdirs ${libgcj}"
679 ;;
680 *-*-*)
681 noconfigdirs="$noconfigdirs ${libgcj}"
682 ;;
683 esac
684
685 # If we aren't building newlib, then don't build libgloss, since libgloss
686 # depends upon some newlib header files.
687 case "${noconfigdirs}" in
688 *target-libgloss*) ;;
689 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
690 esac
691
692 # Figure out what language subdirectories are present.
693 # Look if the user specified --enable-languages="..."; if not, use
694 # the environment variable $LANGUAGES if defined. $LANGUAGES might
695 # go away some day.
696 # NB: embedded tabs in this IF block -- do not untabify
697 if test x"${enable_languages+set}" != xset; then
698 if test x"${LANGUAGES+set}" = xset; then
699 enable_languages="${LANGUAGES}"
700 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
701 else
702 enable_languages=all
703 fi
704 else
705 if test x"${enable_languages}" = x ||
706 test x"${enable_languages}" = xyes;
707 then
708 echo configure.in: --enable-languages needs at least one language argument 1>&2
709 exit 1
710 fi
711 fi
712 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
713
714 # First scan to see if an enabled language requires some other language.
715 # We assume that a given config-lang.in will list all the language
716 # front ends it requires, even if some are required indirectly.
717 for lang in ${srcdir}/gcc/*/config-lang.in ..
718 do
719 case $lang in
720 ..)
721 ;;
722 # The odd quoting in the next line works around
723 # an apparent bug in bash 1.12 on linux.
724 ${srcdir}/gcc/[*]/config-lang.in)
725 ;;
726 *)
727 lang_alias=`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
728 this_lang_requires=`sed -n -e 's,^lang_requires=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^lang_requires=\([^ ]*\).*$,\1,p' $lang`
729 for other in $this_lang_requires
730 do
731 case ,${enable_languages}, in
732 *,$other,*)
733 ;;
734 *,all,*)
735 ;;
736 *,$lang_alias,*)
737 echo " \`$other' language required by \`$lang_alias'; enabling" 1>&2
738 enable_languages="$enable_languages,$other"
739 ;;
740 esac
741 done
742 ;;
743 esac
744 done
745
746 subdirs=
747 for lang in ${srcdir}/gcc/*/config-lang.in ..
748 do
749 case $lang in
750 ..) ;;
751 # The odd quoting in the next line works around
752 # an apparent bug in bash 1.12 on linux.
753 ${srcdir}/gcc/[*]/config-lang.in) ;;
754 *)
755 lang_alias=`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
756 this_lang_libs=`sed -n -e 's,^target_libs=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^target_libs=\([^ ]*\).*$,\1,p' $lang`
757 this_lang_dirs=`sed -n -e 's,^lang_dirs=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^lang_dirs=\([^ ]*\).*$,\1,p' $lang`
758 build_by_default=`sed -n -e 's,^build_by_default=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^build_by_default=\([^ ]*\).*$,\1,p' $lang`
759 if test "x$lang_alias" = x
760 then
761 echo "$lang doesn't set \$language." 1>&2
762 exit 1
763 fi
764 case ${build_by_default},${enable_languages}, in
765 *,$lang_alias,*) add_this_lang=yes ;;
766 no,*) add_this_lang=no ;;
767 *,all,*) add_this_lang=yes ;;
768 *) add_this_lang=no ;;
769 esac
770 if test x"${add_this_lang}" = xyes; then
771 eval target_libs='"$target_libs "'\"$this_lang_libs\"
772 else
773 eval noconfigdirs='"$noconfigdirs "'\"$this_lang_libs $this_lang_dirs\"
774 fi
775 ;;
776 esac
777 done
778
779 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
780 # $target_configdirs.
781 # If we have the source for $noconfigdirs entries, add them to $notsupp.
782
783 notsupp=""
784 for dir in . $skipdirs $noconfigdirs ; do
785 dirname=`echo $dir | sed -e s/target-//g`
786 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
787 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
788 if test -r $srcdir/$dirname/configure \
789 || test -r $srcdir/$dirname/configure.in ; then
790 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
791 true
792 else
793 notsupp="$notsupp $dir"
794 fi
795 fi
796 fi
797 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
798 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
799 if test -r $srcdir/$dirname/configure \
800 || test -r $srcdir/$dirname/configure.in ; then
801 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
802 true
803 else
804 notsupp="$notsupp $dir"
805 fi
806 fi
807 fi
808 done
809
810 # Sometimes the tools are distributed with libiberty but with no other
811 # libraries. In that case, we don't want to build target-libiberty.
812 if test -n "${target_configdirs}" ; then
813 others=
814 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
815 if test "$i" != "libiberty" ; then
816 if test -r $srcdir/$i/configure || test -r $srcdir/$i/configure.in ; then
817 others=yes;
818 break;
819 fi
820 fi
821 done
822 if test -z "${others}" ; then
823 target_configdirs=
824 fi
825 fi
826
827 # Deconfigure all subdirectories, in case we are changing the
828 # configuration from one where a subdirectory is supported to one where it
829 # is not.
830 if test -z "${norecursion}" && test -n "${configdirs}" ; then
831 for i in `echo ${configdirs} | sed -e s/target-//g` ; do
832 rm -f $i/Makefile
833 done
834 fi
835 if test -z "${norecursion}" && test -n "${target_configdirs}" ; then
836 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
837 rm -f ${target_subdir}/$i/Makefile
838 done
839 fi
840
841 # Quietly strip out all directories which aren't configurable in this tree.
842 # This relies on all configurable subdirectories being autoconfiscated, which
843 # is now the case.
844 configdirs_all="$configdirs"
845 configdirs=
846 for i in ${configdirs_all} ; do
847 if test -f ${srcdir}/$i/configure ; then
848 configdirs="${configdirs} $i"
849 fi
850 done
851 target_configdirs_all="$target_configdirs"
852 target_configdirs=
853 for i in ${target_configdirs_all} ; do
854 j=`echo $i | sed -e s/target-//g`
855 if test -f ${srcdir}/$j/configure ; then
856 target_configdirs="${target_configdirs} $i"
857 fi
858 done
859
860 # Produce a warning message for the subdirs we can't configure.
861 # This isn't especially interesting in the Cygnus tree, but in the individual
862 # FSF releases, it's important to let people know when their machine isn't
863 # supported by the one or two programs in a package.
864
865 if test -n "${notsupp}" && test -z "${norecursion}" ; then
866 # If $appdirs is non-empty, at least one of those directories must still
867 # be configured, or we error out. (E.g., if the gas release supports a
868 # specified target in some subdirs but not the gas subdir, we shouldn't
869 # pretend that all is well.)
870 if test -n "$appdirs" ; then
871 for dir in $appdirs ; do
872 if test -r $dir/Makefile.in ; then
873 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
874 appdirs=""
875 break
876 fi
877 if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
878 appdirs=""
879 break
880 fi
881 fi
882 done
883 if test -n "$appdirs" ; then
884 echo "*** This configuration is not supported by this package." 1>&2
885 exit 1
886 fi
887 fi
888 # Okay, some application will build, or we don't care to check. Still
889 # notify of subdirs not getting built.
890 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
891 echo " ${notsupp}" 1>&2
892 echo " (Any other directories should still work fine.)" 1>&2
893 fi
894
895 case "$host" in
896 *msdosdjgpp*)
897 enable_gdbtk=no ;;
898 esac
899 # Determine whether gdb needs tk/tcl or not.
900 case "$enable_gdbtk" in
901 no)
902 GDB_TK="" ;;
903 *)
904 GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui" ;;
905 esac
906
907 copy_dirs=
908
909 # Handle --with-headers=XXX. The contents of the named directory are
910 # copied to $(tooldir)/sys-include.
911 if test x"${with_headers}" != x ; then
912 if test x${is_cross_compiler} = xno ; then
913 echo 1>&2 '***' --with-headers is only supported when cross compiling
914 exit 1
915 fi
916 case "${exec_prefixoption}" in
917 "") x=${prefix} ;;
918 *) x=${exec_prefix} ;;
919 esac
920 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
921 fi
922
923 # Handle --with-libs=XXX. Multiple directories are permitted. The
924 # contents are copied to $(tooldir)/lib.
925 if test x"${with_libs}" != x ; then
926 if test x${is_cross_compiler} = xno ; then
927 echo 1>&2 '***' --with-libs is only supported when cross compiling
928 exit 1
929 fi
930 # Copy the libraries in reverse order, so that files in the first named
931 # library override files in subsequent libraries.
932 case "${exec_prefixoption}" in
933 "") x=${prefix} ;;
934 *) x=${exec_prefix} ;;
935 esac
936 for l in ${with_libs}; do
937 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
938 done
939 fi
940
941 # Handle ${copy_dirs}
942 set fnord ${copy_dirs}
943 shift
944 while test $# != 0 ; do
945 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
946 :
947 else
948 echo Copying $1 to $2
949
950 # Use the install script to create the directory and all required
951 # parent directories.
952 if test -d $2 ; then
953 :
954 else
955 echo >config.temp
956 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
957 fi
958
959 # Copy the directory, assuming we have tar.
960 # FIXME: Should we use B in the second tar? Not all systems support it.
961 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
962
963 # It is the responsibility of the user to correctly adjust all
964 # symlinks. If somebody can figure out how to handle them correctly
965 # here, feel free to add the code.
966
967 echo $1 > $2/COPIED
968 fi
969 shift; shift
970 done
971
972 # Work in distributions that contain no compiler tools, like Autoconf.
973 tentative_cc=""
974 if test -d ${srcdir}/config ; then
975 case "${host}" in
976 m68k-hp-hpux*)
977 # Avoid "too much defining" errors from HPUX compiler.
978 tentative_cc="cc -Wp,-H256000"
979 host_makefile_frag="config/mh-hp300"
980 ;;
981 m68k-apollo-sysv*)
982 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
983 host_makefile_frag="config/mh-apollo68"
984 ;;
985 m68k-apollo-bsd*)
986 #None of the Apollo compilers can compile gas or binutils. The preprocessor
987 # chokes on bfd, the compiler won't let you assign integers to enums, and
988 # other problems. Defining CC to gcc is a questionable way to say "don't use
989 # the apollo compiler" (the preferred version of GCC could be called cc,
990 # or whatever), but I'm not sure leaving CC as cc is any better...
991 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
992 tentative_cc=gcc
993 host_makefile_frag="config/mh-a68bsd"
994 ;;
995 m88k-dg-dgux*)
996 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
997 host_makefile_frag="config/mh-dgux"
998 ;;
999 m88k-harris-cxux*)
1000 # Under CX/UX, we want to tell the compiler to use ANSI mode.
1001 tentative_cc="cc -Xa"
1002 host_makefile_frag="config/mh-cxux"
1003 ;;
1004 m88k-motorola-sysv*)
1005 host_makefile_frag="config/mh-delta88"
1006 ;;
1007 mips*-dec-ultrix*)
1008 tentative_cc="cc -Wf,-XNg1000"
1009 host_makefile_frag="config/mh-decstation"
1010 ;;
1011 mips*-nec-sysv4*)
1012 # The C compiler on NEC MIPS SVR4 needs bigger tables.
1013 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
1014 host_makefile_frag="config/mh-necv4"
1015 ;;
1016 mips*-sgi-irix6*)
1017 host_makefile_frag="config/mh-irix6"
1018 ;;
1019 mips*-sgi-irix5*)
1020 host_makefile_frag="config/mh-irix5"
1021 ;;
1022 mips*-sgi-irix4*)
1023 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
1024 # environment. Also bump switch table size so that cp-parse will
1025 # compile. Bump string length limit so linker builds.
1026 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
1027 ;;
1028 mips*-sgi-irix3*)
1029 host_makefile_frag="config/mh-sysv"
1030 ;;
1031 mips*-*-sysv4*)
1032 host_makefile_frag="config/mh-sysv4"
1033 ;;
1034 mips*-*-sysv*)
1035 # This is for a MIPS running RISC/os 4.52C.
1036
1037 # This is needed for GDB, but needs to be in the top-level make because
1038 # if a library is compiled with the bsd headers and gets linked with the
1039 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
1040 # a different size).
1041 # ptrace(2) apparently has problems in the BSD environment. No workaround is
1042 # known except to select the sysv environment. Could we use /proc instead?
1043 # These "sysv environments" and "bsd environments" often end up being a pain.
1044 #
1045 # This is not part of CFLAGS because perhaps not all C compilers have this
1046 # option.
1047 tentative_cc="cc -systype sysv"
1048 host_makefile_frag="config/mh-riscos"
1049 ;;
1050 i370-ibm-opened*)
1051 tentative_cc="c89"
1052 host_makefile_frag="config/mh-openedition"
1053 ;;
1054 i[3456]86-*-sysv5*)
1055 host_makefile_frag="config/mh-sysv5"
1056 ;;
1057 i[3456]86-*-dgux*)
1058 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
1059 host_makefile_frag="config/mh-dgux386"
1060 ;;
1061 i[3456]86-ncr-sysv4.3*)
1062 # The MetaWare compiler will generate a copyright message unless you
1063 # turn it off by adding the -Hnocopyr flag.
1064 tentative_cc="cc -Hnocopyr"
1065 host_makefile_frag="config/mh-ncrsvr43"
1066 ;;
1067 i[3456]86-ncr-sysv4*)
1068 # for an NCR 3000 (i486/SVR4) system.
1069 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
1070 # This compiler not only emits obnoxious copyright messages every time
1071 # you run it, but it chokes and dies on a whole bunch of GNU source
1072 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
1073 tentative_cc="/usr/ccs/ATT/cc"
1074 host_makefile_frag="config/mh-ncr3000"
1075 ;;
1076 i[3456]86-*-sco3.2v5*)
1077 host_makefile_frag="config/mh-sysv"
1078 ;;
1079 i[3456]86-*-sco*)
1080 # The native C compiler botches some simple uses of const. Unfortunately,
1081 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
1082 tentative_cc="cc -Dconst="
1083 host_makefile_frag="config/mh-sco"
1084 ;;
1085 i[3456]86-*-udk*)
1086 host_makefile_frag="config/mh-sysv5"
1087 ;;
1088 i[3456]86-*-isc*)
1089 host_makefile_frag="config/mh-sysv"
1090 ;;
1091 i[3456]86-*-solaris2*)
1092 host_makefile_frag="config/mh-sysv4"
1093 ;;
1094 i[3456]86-*-aix*)
1095 host_makefile_frag="config/mh-aix386"
1096 ;;
1097 i[3456]86-*-msdosdjgpp*)
1098 host_makefile_frag="config/mh-djgpp"
1099 ;;
1100 *-cygwin*)
1101 host_makefile_frag="config/mh-cygwin"
1102 ;;
1103 *-mingw32*)
1104 host_makefile_frag="config/mh-mingw32"
1105 ;;
1106 *-interix*)
1107 host_makefile_frag="config/mh-interix"
1108 ;;
1109 vax-*-ultrix2*)
1110 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
1111 tentative_cc=gcc
1112 ;;
1113 *-*-solaris2*)
1114 host_makefile_frag="config/mh-solaris"
1115 ;;
1116 m68k-sun-sunos*)
1117 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
1118 # without overflowing the jump tables (-J says to use a 32 bit table)
1119 tentative_cc="cc -J"
1120 ;;
1121 *-hp-hpux[78]*)
1122 tentative_cc="cc -Wp,-H256000"
1123 host_makefile_frag="config/mh-hpux8"
1124 ;;
1125 *-hp-hpux*)
1126 tentative_cc="cc -Wp,-H256000"
1127 host_makefile_frag="config/mh-hpux"
1128 ;;
1129 *-*-hiux*)
1130 tentative_cc="cc -Wp,-H256000"
1131 host_makefile_frag="config/mh-hpux"
1132 ;;
1133 rs6000-*-lynxos*)
1134 # /bin/cc is less than useful for our purposes. Always use GCC
1135 tentative_cc="/usr/cygnus/progressive/bin/gcc"
1136 host_makefile_frag="config/mh-lynxrs6k"
1137 ;;
1138 *-*-lynxos*)
1139 # /bin/cc is less than useful for our purposes. Always use GCC
1140 tentative_cc="/bin/gcc"
1141 ;;
1142 *-*-sysv4*)
1143 host_makefile_frag="config/mh-sysv4"
1144 ;;
1145 *-*-sysv*)
1146 host_makefile_frag="config/mh-sysv"
1147 ;;
1148 esac
1149 fi
1150
1151 rm -f mh-frag
1152 if test -n "${host_makefile_frag}" ; then
1153 for f in ${host_makefile_frag}
1154 do
1155 cat ${srcdir}/$f >> mh-frag
1156 done
1157 host_makefile_frag=mh-frag
1158 fi
1159
1160 # If we aren't going to be using gcc, see if we can extract a definition
1161 # of CC from the fragment.
1162 # Actually, use the 'pre-extracted' version above.
1163 if test -z "${CC}" && test "${build}" = "${host}" ; then
1164 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1165 found=
1166 for dir in $PATH; do
1167 test -z "$dir" && dir=.
1168 if test -f $dir/gcc; then
1169 found=yes
1170 break
1171 fi
1172 done
1173 IFS="$save_ifs"
1174 if test -z "${found}" && test -n "${tentative_cc}" ; then
1175 CC=$tentative_cc
1176 fi
1177 fi
1178
1179 case "${target}" in
1180 v810*)
1181 target_makefile_frag="${target_makefile_frag} config/mt-v810"
1182 ;;
1183 i[3456]86-*-netware*)
1184 target_makefile_frag="${target_makefile_frag} config/mt-netware"
1185 ;;
1186 powerpc-*-netware*)
1187 target_makefile_frag="${target_makefile_frag} config/mt-netware"
1188 ;;
1189 alpha*-*-linux*)
1190 target_makefile_frag="${target_makefile_frag} config/mt-linux"
1191 target_makefile_frag="${target_makefile_frag} config/mt-alphaieee"
1192 ;;
1193 alpha*-*-*)
1194 target_makefile_frag="${target_makefile_frag} config/mt-alphaieee"
1195 ;;
1196 *-*-linux*)
1197 target_makefile_frag="${target_makefile_frag} config/mt-linux"
1198 ;;
1199 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1200 target_makefile_frag="${target_makefile_frag} config/mt-aix43"
1201 ;;
1202 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
1203 target_makefile_frag="${target_makefile_frag} config/mt-wince"
1204 ;;
1205 esac
1206
1207 # If --enable-target-optspace always use -Os instead of -O2 to build
1208 # the target libraries, similarly if it is not specified, use -Os
1209 # on selected platforms.
1210 case "${enable_target_optspace}:${target}" in
1211 yes:*)
1212 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
1213 ;;
1214 :d30v-*)
1215 target_makefile_frag="${target_makefile_frag} config/mt-d30v"
1216 ;;
1217 :m32r-* | :d10v-* | :fr30-*)
1218 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
1219 ;;
1220 no:* | :*)
1221 ;;
1222 *)
1223 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
1224 ;;
1225 esac
1226
1227 rm -f mt-frag
1228 if test -n "${target_makefile_frag}" ; then
1229 for f in ${target_makefile_frag}
1230 do
1231 cat ${srcdir}/$f >> mt-frag
1232 done
1233 target_makefile_frag=mt-frag
1234 fi
1235
1236 # Set with_gnu_as and with_gnu_ld as appropriate.
1237 #
1238 # This is done by determining whether or not the appropriate directory
1239 # is available, and by checking whether or not specific configurations
1240 # have requested that this magic not happen.
1241 #
1242 # The command line options always override the explicit settings in
1243 # configure.in, and the settings in configure.in override this magic.
1244 #
1245 # If the default for a toolchain is to use GNU as and ld, and you don't
1246 # want to do that, then you should use the --without-gnu-as and
1247 # --without-gnu-ld options for the configure script.
1248
1249 if test x${use_gnu_as} = x &&
1250 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
1251 with_gnu_as=yes
1252 withoptions="$withoptions --with-gnu-as"
1253 fi
1254
1255 if test x${use_gnu_ld} = x &&
1256 echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 ; then
1257 with_gnu_ld=yes
1258 withoptions="$withoptions --with-gnu-ld"
1259 fi
1260
1261 # If using newlib, add --with-newlib to the withoptions so that gcc/configure
1262 # can detect this case.
1263
1264 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
1265 with_newlib=yes
1266 withoptions="$withoptions --with-newlib"
1267 fi
1268
1269 # We default to --with-shared on platforms where -fpic is meaningless.
1270 # Well, we don't yet, but we will.
1271 if false && test "${host}" = "${target}" && test x${enable_shared} = x ; then
1272 case "${target}" in
1273 alpha*-dec-osf*) enable_shared=yes ;;
1274 alpha*-*-linux*) enable_shared=yes ;;
1275 mips-sgi-irix5*) enable_shared=yes ;;
1276 *) enable_shared=no ;;
1277 esac
1278 fi
1279
1280 case "${enable_shared}" in
1281 yes) shared=yes ;;
1282 no) shared=no ;;
1283 "") shared=no ;;
1284 *) shared=yes ;;
1285 esac
1286
1287
1288 # Default to using --with-stabs for certain targets.
1289 if test x${with_stabs} = x ; then
1290 case "${target}" in
1291 mips*-*-irix6*)
1292 ;;
1293 mips*-*-* | alpha*-*-osf*)
1294 with_stabs=yes;
1295 withoptions="${withoptions} --with-stabs"
1296 ;;
1297 esac
1298 fi
1299
1300 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
1301 # them automatically.
1302 case "${host}" in
1303 hppa*64*-*-hpux11*)
1304 withoptions="$withoptions -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
1305 ;;
1306 esac
1307
1308 # post-target:
1309
1310 # Make sure that the compiler is able to generate an executable. If it
1311 # can't, we are probably in trouble. We don't care whether we can run the
1312 # executable--we might be using a cross compiler--we only care whether it
1313 # can be created. At this point the main configure script has set CC.
1314 we_are_ok=no
1315 echo "int main () { return 0; }" > conftest.c
1316 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
1317 if test $? = 0 ; then
1318 if test -s conftest || test -s conftest.exe ; then
1319 we_are_ok=yes
1320 fi
1321 fi
1322 case $we_are_ok in
1323 no)
1324 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
1325 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
1326 rm -f conftest*
1327 exit 1
1328 ;;
1329 esac
1330 rm -f conftest*
1331
1332 # The Solaris /usr/ucb/cc compiler does not appear to work.
1333 case "${host}" in
1334 sparc-sun-solaris2*)
1335 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
1336 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
1337 could_use=
1338 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
1339 if test -d /opt/cygnus/bin ; then
1340 if test "$could_use" = "" ; then
1341 could_use="/opt/cygnus/bin"
1342 else
1343 could_use="$could_use or /opt/cygnus/bin"
1344 fi
1345 fi
1346 if test "$could_use" = "" ; then
1347 echo "Warning: compilation may fail because you're using"
1348 echo "/usr/ucb/cc. You should change your PATH or CC "
1349 echo "variable and rerun configure."
1350 else
1351 echo "Warning: compilation may fail because you're using"
1352 echo "/usr/ucb/cc, when you should use the C compiler from"
1353 echo "$could_use. You should change your"
1354 echo "PATH or CC variable and rerun configure."
1355 fi
1356 fi
1357 ;;
1358 esac
1359
1360 # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
1361 # binutils tools will find libbfd.so.
1362 if test "${shared}" = "yes" ; then
1363 sed -e 's/^SET_LIB_PATH[ ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
1364 Makefile > Makefile.tem
1365 rm -f Makefile
1366 mv -f Makefile.tem Makefile
1367
1368 case "${host}" in
1369 *-*-hpux*)
1370 sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
1371 Makefile > Makefile.tem
1372 rm -f Makefile
1373 mv -f Makefile.tem Makefile
1374 ;;
1375 esac
1376 fi
1377
1378 # Base args. Strip norecursion, cache-file, srcdir, host, build, target.
1379 # These are the ones we might not want to pass down to subconfigures.
1380 baseargs=`echo "${arguments}" | \
1381 sed -e 's/--no[^ ]*//' \
1382 -e 's/--cache[a-z-]*=[^ ]*//' \
1383 -e 's/--sr[a-z-]*=[^ ]*//' \
1384 -e 's/--ho[a-z-]*=[^ ]*//' \
1385 -e 's/--bu[a-z-]*=[^ ]*//' \
1386 -e 's/--ta[a-z-]*=[^ ]*//'`
1387
1388 # For the build-side libraries, we just need to pretend we're native,
1389 # and not use the same cache file. Multilibs are neither needed nor
1390 # desired.
1391 buildargs="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} ${baseargs}"
1392
1393 # Record target_configdirs and the configure arguments for target and
1394 # build configuration in Makefile.
1395 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
1396 targargs=${baseargs}
1397
1398 # Passing a --with-cross-host argument lets the target libraries know
1399 # whether they are being built with a cross-compiler or being built
1400 # native. However, it would be better to use other mechanisms to make the
1401 # sorts of decisions they want to make on this basis. Please consider
1402 # this option to be deprecated. FIXME.
1403 if test x${is_cross_compiler} = xyes ; then
1404 targargs="--with-cross-host=${host_alias} ${targargs}"
1405 fi
1406
1407 # Default to --enable-multilib.
1408 if test x${enable_multilib} = x ; then
1409 targargs="--enable-multilib ${targargs}"
1410 fi
1411
1412 # Pass --with-newlib if appropriate. Note that target_configdirs has
1413 # changed from the earlier setting of with_newlib.
1414 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
1415 targargs="--with-newlib ${targargs}"
1416 fi
1417
1418 # Pass the appropriate --host, --build, and --cache-file arguments.
1419 targargs="--cache-file=../config.cache --host=${target_alias} --build=${build_alias} ${targargs}"
1420
1421 # provide a proper gxx_include_dir.
1422 # Note, if you change the default, make sure to fix both here and in
1423 # the gcc and libstdc++-v3 subdirectories.
1424 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
1425 gxx_include_dir=
1426 if test -n "${with_gxx_include_dir}"; then
1427 case "${with_gxx_include_dir}" in
1428 yes )
1429 echo "configure.in: error: bad value ${withval} given for g++ include directory" 1>&2
1430 exit 1
1431 ;;
1432 no )
1433 ;;
1434 * )
1435 gxx_include_dir=${with_gxx_include_dir}
1436 ;;
1437 esac
1438 fi
1439 if test x${gxx_include_dir} = x; then
1440 if test x${enable_version_specific_runtime_libs} = xyes; then
1441 gxx_include_dir='${libsubdir}/include/g++'
1442 else
1443 . ${srcdir}/config.if
1444 gxx_include_dir='${prefix}/include/${libstdcxx_incdir}'
1445 fi
1446 else
1447 gxx_include_dir=${gxx_include_dir}
1448 fi
1449
1450 FLAGS_FOR_TARGET=
1451 case " $skipdirs " in
1452 *" target-newlib "*) ;;
1453 *)
1454 case " $target_configdirs " in
1455 *" newlib "*)
1456 case " $targargs " in
1457 *" --with-newlib "*)
1458 case "$target" in
1459 *-cygwin*)
1460 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include -isystem $$s/newlib/libc/sys/cygwin -isystem $$s/newlib/libc/sys/cygwin32' ;;
1461 esac
1462
1463 # If we're not building GCC, don't discard standard headers.
1464 if test -d ${srcdir}/gcc; then
1465 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
1466
1467 if test "${build}" != "${host}"; then
1468 # On Canadian crosses, CC_FOR_TARGET will have already been set
1469 # by `configure', so we won't have an opportunity to add -Bgcc/
1470 # to it. This is right: we don't want to search that directory
1471 # for binaries, but we want the header files in there, so add
1472 # them explicitly.
1473 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/gcc/include'
1474
1475 # Someone might think of using the pre-installed headers on
1476 # Canadian crosses, in case the installed compiler is not fully
1477 # compatible with the compiler being built. In this case, it
1478 # would be better to flag an error than risking having
1479 # incompatible object files being constructed. We can't
1480 # guarantee that an error will be flagged, but let's hope the
1481 # compiler will do it, when presented with incompatible header
1482 # files.
1483 fi
1484 fi
1485
1486 case "${target}-${is_cross_compiler}" in
1487 i[3456]86-*-linux*-no)
1488 # Here host == target, so we don't need to build gcc,
1489 # so we don't want to discard standard headers.
1490 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
1491 ;;
1492 *)
1493 # If we're building newlib, use its generic headers last, but search
1494 # for any libc-related directories first (so make it the last -B
1495 # switch).
1496 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
1497 ;;
1498 esac
1499 ;;
1500 esac
1501 ;;
1502 esac
1503 ;;
1504 esac
1505
1506 # On Canadian crosses, we'll be searching the right directories for
1507 # the previously-installed cross compiler, so don't bother to add
1508 # flags for directories within the install tree of the compiler
1509 # being built; programs in there won't even run.
1510 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
1511 # Search for pre-installed headers if nothing else fits.
1512 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
1513 fi
1514
1515 if test "x${use_gnu_ld}" = x && test "x${with_gnu_ld}" != xno &&
1516 echo " ${configdirs} " | grep " ld " > /dev/null ; then
1517 # Arrange for us to find uninstalled linker scripts.
1518 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
1519 fi
1520
1521 if test "x${CC_FOR_TARGET+set}" = xset; then
1522 :
1523 elif test -d ${srcdir}/gcc; then
1524 CC_FOR_TARGET='$$r/gcc/xgcc -B$$r/gcc/'
1525 elif test "$host" = "$target"; then
1526 CC_FOR_TARGET='$(CC)'
1527 else
1528 CC_FOR_TARGET=`echo gcc | sed -e 's/x/x/' ${program_transform_name}`
1529 fi
1530 # On Canadian crosses, configure reads CC_FOR_TARGET from Makefile,
1531 # if Makefile exists. Prevent $(FLAGS_FOR_TARGET) from being duplicated.
1532 case $CC_FOR_TARGET in
1533 *' $(FLAGS_FOR_TARGET)') ;;
1534 *) CC_FOR_TARGET=$CC_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1535 esac
1536
1537 if test "x${GCJ_FOR_TARGET+set}" = xset; then
1538 :
1539 elif test -d ${srcdir}/gcc; then
1540 GCJ_FOR_TARGET='$$r/gcc/gcj -B$$r/gcc/'
1541 elif test "$host" = "$target"; then
1542 GCJ_FOR_TARGET='gcj'
1543 else
1544 GCJ_FOR_TARGET=`echo gcj | sed -e 's/x/x/' ${program_transform_name}`
1545 fi
1546 case $GCJ_FOR_TARGET in
1547 *' $(FLAGS_FOR_TARGET)') ;;
1548 *) GCJ_FOR_TARGET=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1549 esac
1550
1551 # Don't use libstdc++-v3's flags to configure/build itself.
1552 libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags --build-includes;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
1553
1554 if test "x${CXX_FOR_TARGET+set}" = xset; then
1555 :
1556 elif test -d ${srcdir}/gcc; then
1557 # We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
1558 # of g++ for linking C++ or Java, because g++ has -shared-libgcc by
1559 # default whereas gcc does not.
1560 CXX_FOR_TARGET='$$r/gcc/`case $$dir in libstdc++-v3 | libjava) echo xgcc -shared-libgcc ;; *) echo g++ ;; esac` -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
1561 elif test "$host" = "$target"; then
1562 CXX_FOR_TARGET='$(CXX)'
1563 else
1564 CXX_FOR_TARGET=`echo c++ | sed -e 's/x/x/' ${program_transform_name}`
1565 fi
1566 case $CXX_FOR_TARGET in
1567 *' $(FLAGS_FOR_TARGET)') ;;
1568 *) CXX_FOR_TARGET=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1569 esac
1570 qCXX_FOR_TARGET=`echo "$CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
1571
1572 # We want to defer the evaluation of `cmd`s and shell variables in
1573 # CXX_FOR_TARGET when recursing in the top-level Makefile, such as for
1574 # bootstrap. We'll enclose CXX_FOR_TARGET_FOR_RECURSIVE_MAKE in single
1575 # quotes, but we still have to duplicate `$'s so that shell variables
1576 # can be expanded by the nested make as shell variables, not as make
1577 # macros.
1578 qqCXX_FOR_TARGET=`echo "$qCXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
1579
1580 sedtemp=sed.$$
1581 cat >$sedtemp <<EOF
1582 s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:
1583 s%^TARGET_CONFIGARGS[ ]*=.*$%TARGET_CONFIGARGS = ${targargs}%
1584 s%^FLAGS_FOR_TARGET[ ]*=.*$%FLAGS_FOR_TARGET = ${FLAGS_FOR_TARGET}%
1585 s%^CC_FOR_TARGET[ ]*=.*$%CC_FOR_TARGET = ${CC_FOR_TARGET}%
1586 s%^GCJ_FOR_TARGET[ ]*=.*$%GCJ_FOR_TARGET = ${GCJ_FOR_TARGET}%
1587 s%^CXX_FOR_TARGET[ ]*=.*$%CXX_FOR_TARGET = ${qCXX_FOR_TARGET}%
1588 s%^CXX_FOR_TARGET_FOR_RECURSIVE_MAKE[ ]*=.*$%CXX_FOR_TARGET_FOR_RECURSIVE_MAKE = ${qqCXX_FOR_TARGET}%
1589 s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%
1590 s%^BUILD_SUBDIR[ ]*=.*$%BUILD_SUBDIR = ${build_subdir}%
1591 s%^BUILD_CONFIGARGS[ ]*=.*$%BUILD_CONFIGARGS = ${buildargs}%
1592 s%^gxx_include_dir[ ]*=.*$%gxx_include_dir=${gxx_include_dir}%
1593 EOF
1594 sed -f $sedtemp Makefile > Makefile.tem
1595 rm -f Makefile $sedtemp
1596 mv -f Makefile.tem Makefile
1597
1598 #
1599 # Local Variables:
1600 # fill-column: 131
1601 # End:
1602 #
This page took 0.075697 seconds and 5 git commands to generate.