Remove support for the (deprecated) openrisc and or32 configurations and replace
[deliverable/binutils-gdb.git] / gas / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 dnl
3 dnl And be careful when changing it! If you must add tests with square
4 dnl brackets, be sure changequote invocations surround it.
5 dnl
6 dnl Copyright (C) 2012-2014 Free Software Foundation, Inc.
7 dnl
8 dnl This file is free software; you can redistribute it and/or modify
9 dnl it under the terms of the GNU General Public License as published by
10 dnl the Free Software Foundation; either version 3 of the License, or
11 dnl (at your option) any later version.
12 dnl
13 dnl This program is distributed in the hope that it will be useful,
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 dnl GNU General Public License for more details.
17 dnl
18 dnl You should have received a copy of the GNU General Public License
19 dnl along with this program; see the file COPYING3. If not see
20 dnl <http://www.gnu.org/licenses/>.
21 dnl
22 dnl v2.5 needed for --bindir et al
23 AC_PREREQ(2.59)
24 AC_INIT
25 AC_CONFIG_SRCDIR(as.h)
26
27 dnl Autoconf 2.57 will find the aux dir without this. However, unless
28 dnl we specify this explicitly, automake-1.7 will assume that ylwrap is in
29 dnl gas/ instead of gas/../.
30 AC_CONFIG_AUX_DIR(..)
31 AC_CANONICAL_TARGET
32 AC_ISC_POSIX
33
34 changequote(,)dnl
35 BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
36 changequote([,])dnl
37 AM_INIT_AUTOMAKE(gas, ${BFD_VERSION})
38
39 AC_PROG_CC
40 AC_GNU_SOURCE
41 AC_USE_SYSTEM_EXTENSIONS
42 ACX_LARGEFILE
43
44 LT_INIT
45
46 AC_ARG_ENABLE(targets,
47 [ --enable-targets alternative target configurations besides the primary],
48 [case "${enableval}" in
49 yes | "") AC_MSG_ERROR(enable-targets option must specify target names or 'all')
50 ;;
51 no) enable_targets= ;;
52 *) enable_targets=$enableval ;;
53 esac])dnl
54
55 ac_checking=yes
56 if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
57 ac_checking=
58 fi
59 AC_ARG_ENABLE(checking,
60 [ --enable-checking enable run-time checks],
61 [case "${enableval}" in
62 no|none) ac_checking= ;;
63 *) ac_checking=yes ;;
64 esac])dnl
65 if test x$ac_checking != x ; then
66 AC_DEFINE(ENABLE_CHECKING, 1, [Define if you want run-time sanity checks.])
67 fi
68
69 using_cgen=no
70
71 AM_BINUTILS_WARNINGS
72
73 # Generate a header file
74 AC_CONFIG_HEADERS(config.h:config.in)
75
76 # PR 14072
77 AH_VERBATIM([00_CONFIG_H_CHECK],
78 [/* Check that config.h is #included before system headers
79 (this works only for glibc, but that should be enough). */
80 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
81 # error config.h must be #included before system headers
82 #endif
83 #define __CONFIG_H__ 1])
84
85 # If we are on a DOS filesystem, we must use gdb.ini rather than
86 # .gdbinit.
87 case "${host}" in
88 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
89 GDBINIT="gdb.ini"
90 AC_CONFIG_FILES(gdb.ini:gdbinit.in)
91 ;;
92 *)
93 GDBINIT=".gdbinit"
94 AC_CONFIG_FILES(.gdbinit:gdbinit.in)
95 ;;
96 esac
97 AC_SUBST(GDBINIT)
98
99 #We need this for the host. BOUT header is in host order.
100 AC_C_BIGENDIAN
101
102 te_file=generic
103
104 # Makefile target for installing gas in $(tooldir)/bin.
105 install_tooldir=install-exec-tooldir
106
107 canon_targets=""
108 all_targets=no
109 if test -n "$enable_targets" ; then
110 for t in `echo $enable_targets | sed 's/,/ /g'`; do
111 if test $t = "all"; then
112 all_targets=yes
113 continue
114 fi
115 result=`$ac_config_sub $t 2>/dev/null`
116 if test -n "$result" ; then
117 canon_targets="$canon_targets $result"
118 # else
119 # # Permit "all", etc. We don't support it yet though.
120 # canon_targets="$canon_targets $t"
121 fi
122 done
123 GAS_UNIQ(canon_targets)
124 fi
125
126 emulations=""
127
128 for this_target in $target $canon_targets ; do
129
130 targ=${this_target}
131 . ${srcdir}/configure.tgt
132
133 case ${target_cpu} in
134 crisv32)
135 AC_DEFINE_UNQUOTED(DEFAULT_CRIS_ARCH, $arch,
136 [Default CRIS architecture.])
137 ;;
138 esac
139
140 if test ${this_target} = $target ; then
141 target_cpu_type=${cpu_type}
142 elif test ${target_cpu_type} != ${cpu_type} ; then
143 continue
144 fi
145
146 generic_target=${cpu_type}-${target_vendor}-${target_os}
147 case ${generic_target} in
148 i386-*-sco3.2v5*)
149 if test ${this_target} = $target; then
150 AC_DEFINE(SCO_ELF, 1, [Define if defaulting to ELF on SCO 5.])
151 fi
152 ;;
153
154 i386-*-msdosdjgpp* \
155 | i386-*-go32* \
156 | i386-go32-rtems*)
157 AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
158 ;;
159
160 i860-*-*)
161 AC_MSG_WARN(GAS support for ${generic_target} is preliminary and a work in progress)
162 ;;
163
164 microblaze*)
165 ;;
166
167 changequote(,)dnl
168 ppc-*-aix[5-9].*)
169 changequote([,])dnl
170 AC_DEFINE(AIX_WEAK_SUPPORT, 1,
171 [Define if using AIX 5.2 value for C_WEAKEXT.])
172 ;;
173 ppc-*-solaris*)
174 if test ${this_target} = $target; then
175 AC_DEFINE(TARGET_SOLARIS_COMMENT, 1,
176 [Define if default target is PowerPC Solaris.])
177 fi
178 if test x${endian} = xbig; then
179 AC_MSG_ERROR(Solaris must be configured little endian)
180 fi
181 ;;
182
183 sh*-*-symbianelf*)
184 AC_DEFINE(TARGET_SYMBIAN, 1, [Define if target is Symbian OS.])
185 ;;
186 esac
187
188 if test ${this_target} = $target ; then
189 endian_def=
190 if test x${endian} = xbig; then
191 endian_def=1
192 elif test x${endian} = xlittle; then
193 endian_def=0
194 fi
195 if test x${endian_def} != x; then
196 AC_DEFINE_UNQUOTED(TARGET_BYTES_BIG_ENDIAN, $endian_def,
197 [Define as 1 if big endian.])
198 fi
199 fi
200
201 # Other random stuff.
202
203 case ${cpu_type} in
204 mips)
205 # Set mips_cpu to the name of the default CPU.
206 case ${target_cpu} in
207 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
208 mips_cpu=from-abi
209 ;;
210 mipsisa32 | mipsisa32el)
211 mips_cpu=mips32
212 ;;
213 mipsisa32r2 | mipsisa32r2el)
214 mips_cpu=mips32r2
215 ;;
216 mipsisa64 | mipsisa64el)
217 mips_cpu=mips64
218 ;;
219 mipsisa64r2 | mipsisa64r2el)
220 mips_cpu=mips64r2
221 ;;
222 mipstx39 | mipstx39el)
223 mips_cpu=r3900
224 ;;
225 mips64vr | mips64vrel)
226 mips_cpu=vr4100
227 ;;
228 mipsisa32r2* | mipsisa64r2*)
229 changequote(,)dnl
230 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
231 changequote([,])dnl
232 ;;
233 mips64* | mipsisa64* | mipsisa32*)
234 changequote(,)dnl
235 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
236 changequote([,])dnl
237 ;;
238 mips*)
239 changequote(,)dnl
240 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
241 changequote([,])dnl
242 ;;
243 *)
244 AC_MSG_ERROR($target_cpu isn't a supported MIPS CPU name)
245 ;;
246 esac
247 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
248 # binaries. It's a GNU extension that some OSes don't understand.
249 case ${target} in
250 *-*-irix*)
251 use_e_mips_abi_o32=0
252 ;;
253 *)
254 use_e_mips_abi_o32=1
255 ;;
256 esac
257 # Decide whether to generate 32-bit or 64-bit code by default.
258 # Used to resolve -march=from-abi when an embedded ABI is selected.
259 case ${target} in
260 mips64*-*-* | mipsisa64*-*-*)
261 mips_default_64bit=1
262 ;;
263 *)
264 mips_default_64bit=0
265 ;;
266 esac
267 # Decide which ABI to target by default.
268 case ${target} in
269 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
270 mips_default_abi=N32_ABI
271 ;;
272 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
273 mips_default_abi=O32_ABI
274 ;;
275 mips64*-openbsd*)
276 mips_default_abi=N64_ABI
277 ;;
278 *)
279 mips_default_abi=NO_ABI
280 ;;
281 esac
282 AC_DEFINE_UNQUOTED(MIPS_CPU_STRING_DEFAULT, "$mips_cpu",
283 [Default CPU for MIPS targets. ])
284 AC_DEFINE_UNQUOTED(USE_E_MIPS_ABI_O32, $use_e_mips_abi_o32,
285 [Allow use of E_MIPS_ABI_O32 on MIPS targets. ])
286 AC_DEFINE_UNQUOTED(MIPS_DEFAULT_64BIT, $mips_default_64bit,
287 [Generate 64-bit code by default on MIPS targets. ])
288 AC_DEFINE_UNQUOTED(MIPS_DEFAULT_ABI, $mips_default_abi,
289 [Choose a default ABI for MIPS targets. ])
290 ;;
291 esac
292
293 # Do we need the opcodes library?
294 case ${cpu_type} in
295 vax | tic30)
296 ;;
297
298 *)
299 need_opcodes=yes
300
301 case "${enable_shared}" in
302 yes) shared_opcodes=true ;;
303 *opcodes*) shared_opcodes=true ;;
304 *) shared_opcodes=false ;;
305 esac
306 ;;
307 esac
308
309 # Any other special object files needed ?
310 case ${cpu_type} in
311
312 bfin)
313 echo ${extra_objects} | grep -s "bfin-parse.o"
314 if test $? -ne 0 ; then
315 extra_objects="$extra_objects bfin-parse.o"
316 fi
317
318 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
319 if test $? -ne 0 ; then
320 extra_objects="$extra_objects bfin-lex-wrapper.o"
321 fi
322 ;;
323
324 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
325 using_cgen=yes
326 ;;
327
328 m32c)
329 using_cgen=yes
330 ;;
331 frv)
332 using_cgen=yes
333 ;;
334 m68k)
335 case ${extra_objects} in
336 *m68k-parse.o*) ;;
337 *) extra_objects="$extra_objects m68k-parse.o" ;;
338 esac
339 ;;
340
341 mep)
342 using_cgen=yes
343 ;;
344
345 mips)
346 echo ${extra_objects} | grep -s "itbl-parse.o"
347 if test $? -ne 0 ; then
348 extra_objects="$extra_objects itbl-parse.o"
349 fi
350
351 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
352 if test $? -ne 0 ; then
353 extra_objects="$extra_objects itbl-lex-wrapper.o"
354 fi
355
356 echo ${extra_objects} | grep -s "itbl-ops.o"
357 if test $? -ne 0 ; then
358 extra_objects="$extra_objects itbl-ops.o"
359 fi
360 ;;
361
362 mt)
363 using_cgen=yes
364 ;;
365
366 nds32)
367 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
368 # based on arch_name.
369 AC_MSG_CHECKING(for default configuration of --with-arch)
370 if test "x${with_arch}" != x; then
371 case ${with_arch} in
372 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
373 AC_DEFINE_UNQUOTED(NDS32_DEFAULT_ARCH_NAME, "$with_arch",
374 [Define value for nds32_arch_name])
375 ;;
376 *)
377 AC_MSG_ERROR(This kind of arch name does *NOT* exist!)
378 ;;
379 esac
380 fi
381 AC_MSG_RESULT($with_arch)
382
383 # Decide features one by one.
384 AC_MSG_CHECKING(for default configuration of --enable-dx-regs)
385 if test "x${enable_dx_regs}" == xyes; then
386 AC_DEFINE(NDS32_DEFAULT_DX_REGS, 1,
387 [Define value for nds32_dx_regs])
388 else
389 AC_DEFINE(NDS32_DEFAULT_DX_REGS, 0,
390 [Define default value for nds32_dx_regs])
391 fi
392 AC_MSG_RESULT($enable_dx_regs)
393
394 AC_MSG_CHECKING(for default configuration of --enable-perf-ext)
395 if test "x${enable_perf_ext}" == xno; then
396 AC_DEFINE(NDS32_DEFAULT_PERF_EXT, 0,
397 [Define value for nds32_perf_ext])
398 else
399 AC_DEFINE(NDS32_DEFAULT_PERF_EXT, 1,
400 [Define default value for nds32_perf_ext])
401 fi
402 AC_MSG_RESULT($enable_perf_ext)
403
404 AC_MSG_CHECKING(for default configuration of --enable-perf-ext2)
405 if test "x${enable_perf_ext2}" == xno; then
406 AC_DEFINE(NDS32_DEFAULT_PERF_EXT2, 0,
407 [Define value for nds32_perf_ext2])
408 else
409 AC_DEFINE(NDS32_DEFAULT_PERF_EXT2, 1,
410 [Define default value for nds32_perf_ext2])
411 fi
412 AC_MSG_RESULT($enable_perf_ext2)
413
414 AC_MSG_CHECKING(for default configuration of --enable-string-ext)
415 if test "x${enable_string_ext}" == xno; then
416 AC_DEFINE(NDS32_DEFAULT_STRING_EXT, 0,
417 [Define value for nds32_string_ext])
418 else
419 AC_DEFINE(NDS32_DEFAULT_STRING_EXT, 1,
420 [Define default value for nds32_string_ext])
421 fi
422 AC_MSG_RESULT($enable_string_ext)
423
424 AC_MSG_CHECKING(for default configuration of --enable-audio-ext)
425 if test "x${enable_audio_ext}" == xno; then
426 AC_DEFINE(NDS32_DEFAULT_AUDIO_EXT, 0,
427 [Define value for nds32_audio_ext])
428 else
429 AC_DEFINE(NDS32_DEFAULT_AUDIO_EXT, 1,
430 [Define default value for nds32_audio_ext])
431 fi
432 AC_MSG_RESULT($enable_audio_ext)
433 ;;
434
435 i386 | s390 | sparc)
436 if test $this_target = $target ; then
437 AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
438 fi
439 ;;
440
441 rl78)
442 echo ${extra_objects} | grep -s "rl78-parse.o"
443 if test $? -ne 0 ; then
444 extra_objects="$extra_objects rl78-parse.o"
445 fi
446 ;;
447
448 rx)
449 echo ${extra_objects} | grep -s "rx-parse.o"
450 if test $? -ne 0 ; then
451 extra_objects="$extra_objects rx-parse.o"
452 fi
453 ;;
454
455 xstormy16)
456 using_cgen=yes
457 ;;
458
459 xc16x)
460 using_cgen=yes
461 ;;
462
463 xtensa)
464 echo ${extra_objects} | grep -s "xtensa-relax.o"
465 if test $? -ne 0 ; then
466 extra_objects="$extra_objects xtensa-relax.o"
467 fi
468 ;;
469
470 *)
471 ;;
472 esac
473
474 if test $using_cgen = yes ; then
475 case "x${extra_objects}" in
476 *cgen.o*) ;;
477 *) extra_objects="$extra_objects cgen.o" ;;
478 esac
479 fi
480
481 # See if we really can support this configuration with the emulation code.
482
483 if test $this_target = $target ; then
484 obj_format=$fmt
485 te_file=$em
486 fi
487
488 case ${te_file} in
489 vms) extra_objects="$extra_objects te-vms.o" ;;
490 esac
491
492 # From target name and format, produce a list of supported emulations.
493
494 case ${generic_target}-${fmt} in
495 mips-*-*-*) case "$endian" in
496 big) emulation="mipsbelf mipslelf mipself" ;;
497 *) emulation="mipslelf mipsbelf mipself" ;;
498 esac ;;
499 # i386-pc-pe-coff != i386-pc-coff.
500 i386-*-pe-coff) ;;
501 # Uncommenting the next line will turn on support for i386 AOUT
502 # for the default linux configuration
503 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
504 #
505 i386-*-aout) emulation="i386aout" ;;
506 i386-*-coff) emulation="i386coff" ;;
507 i386-*-elf) emulation="i386elf" ;;
508
509 # Always all formats. The first stated emulation becomes the default.
510 cris-*-*aout*) emulation="crisaout criself" ;;
511 cris-*-*) emulation="criself crisaout" ;;
512 esac
513
514 emulations="$emulations $emulation"
515
516 done
517
518 # Turn on all targets if possible
519 if test ${all_targets} = "yes"; then
520 case ${target_cpu_type} in
521 i386)
522 case ${obj_format} in
523 aout)
524 emulations="$emulations i386coff i386elf"
525 ;;
526 coff)
527 emulations="$emulations i386aout i386elf"
528 ;;
529 elf)
530 emulations="$emulations i386aout i386coff"
531 ;;
532 esac
533 ;;
534 x86_64)
535 case ${obj_format} in
536 aout)
537 emulations="$emulations i386coff i386elf"
538 ;;
539 coff)
540 emulations="$emulations i386aout i386elf"
541 ;;
542 elf)
543 emulations="$emulations i386aout i386coff"
544 ;;
545 esac
546 ;;
547 esac
548 fi
549
550 # PE code has way too many macros tweaking behaviour
551 case ${te_file} in
552 pe*) emulations="" ;;
553 esac
554
555 # Assign floating point type. Most processors with FP support
556 # IEEE FP. On those that don't support FP at all, usually IEEE
557 # is emulated.
558 case ${target_cpu} in
559 vax | pdp11 ) atof=vax ;;
560 *) atof=ieee ;;
561 esac
562
563 case "${obj_format}" in
564 "") AC_MSG_ERROR(GAS does not know what format to use for target ${target}) ;;
565 esac
566
567 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
568 cgen_cpu_prefix=""
569 if test $using_cgen = yes ; then
570 case ${target_cpu} in
571 or1knd)
572 cgen_cpu_prefix=or1k ;;
573 *) cgen_cpu_prefix=${target_cpu} ;;
574 esac
575 AC_SUBST(cgen_cpu_prefix)
576 AC_DEFINE(USING_CGEN, 1, [Using cgen code?])
577 fi
578
579 dnl
580 dnl Make sure the desired support files exist.
581 dnl
582
583 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
584 AC_MSG_ERROR(GAS does not support target CPU ${target_cpu_type})
585 fi
586
587 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
588 AC_MSG_ERROR(GAS does not have support for object file format ${obj_format})
589 fi
590
591 # Some COFF configurations want these random other flags set.
592 case ${obj_format} in
593 coff)
594 case ${target_cpu_type} in
595 i386) AC_DEFINE(I386COFF, 1, [Using i386 COFF?]) ;;
596 m68k) AC_DEFINE(M68KCOFF, 1, [Using m68k COFF?]) ;;
597 m88k) AC_DEFINE(M88KCOFF, 1, [Using m88k COFF?]) ;;
598 x86_64) AC_DEFINE(I386COFF, 1, [Using i386 COFF?]) ;;
599 esac
600 ;;
601 esac
602
603 # Getting this done right is going to be a bitch. Each configuration specified
604 # with --enable-targets=... should be checked for environment, format, cpu
605 # setting.
606 #
607 # For each configuration, the necessary object file support code must be linked
608 # in. This might be only one, it might be up to four. The necessary emulation
609 # code needs to be provided, too.
610 #
611 # And then there's "--enable-targets=all"....
612 #
613 # For now, just always do it for MIPS ELF configurations. Sigh.
614
615 formats="${obj_format}"
616 emfiles=""
617 EMULATIONS=""
618 GAS_UNIQ(emulations)
619 for em in . $emulations ; do
620 case $em in
621 .) continue ;;
622 mipsbelf | mipslelf | mipself)
623 fmt=elf file=mipself ;;
624 *coff)
625 fmt=coff file=$em ;;
626 *aout)
627 fmt=aout file=$em ;;
628 *elf)
629 fmt=elf file=$em ;;
630 esac
631 formats="$formats $fmt"
632 emfiles="$emfiles e-$file.o"
633 EMULATIONS="$EMULATIONS &$em,"
634 done
635 GAS_UNIQ(formats)
636 GAS_UNIQ(emfiles)
637 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
638 for fmt in $formats ; do
639 case $fmt in
640 aout) AC_DEFINE(OBJ_MAYBE_AOUT, 1, [a.out support?]) ;;
641 bout) AC_DEFINE(OBJ_MAYBE_BOUT, 1, [b.out support?]) ;;
642 coff) AC_DEFINE(OBJ_MAYBE_COFF, 1, [COFF support?]) ;;
643 ecoff) AC_DEFINE(OBJ_MAYBE_ECOFF, 1, [ECOFF support?]) ;;
644 elf) AC_DEFINE(OBJ_MAYBE_ELF, 1, [ELF support?]) ;;
645 generic) AC_DEFINE(OBJ_MAYBE_GENERIC, 1, [generic support?]) ;;
646 som) AC_DEFINE(OBJ_MAYBE_SOM, 1, [SOM support?]) ;;
647 esac
648 extra_objects="$extra_objects obj-$fmt.o"
649 done
650 obj_format=multi
651 fi
652 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
653 DEFAULT_EMULATION=`set . $emulations ; echo $2`
654 # e-mipself has more than one emulation per file, e-i386* has just one at the
655 # moment. If only one emulation is specified, then don't define
656 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
657 case "${obj_format}${emfiles}" in
658 multi* | *mipself*)
659 extra_objects="$extra_objects $emfiles"
660 AC_DEFINE(USE_EMULATIONS, 1, [Use emulation support?]) ;;
661 esac
662 fi
663 AC_SUBST(extra_objects)
664 AC_DEFINE_UNQUOTED(EMULATIONS, $EMULATIONS, [Supported emulations.])
665 AC_DEFINE_UNQUOTED(DEFAULT_EMULATION, "$DEFAULT_EMULATION",
666 [Default emulation.])
667
668 reject_dev_configs=yes
669
670 case ${reject_dev_configs}-${dev} in
671 yes-yes) # Oops.
672 AC_MSG_ERROR(GAS does not support the ${generic_target} configuration.)
673 ;;
674 esac
675
676 AC_SUBST(target_cpu_type)
677 AC_SUBST(obj_format)
678 AC_SUBST(te_file)
679 AC_SUBST(install_tooldir)
680 AC_SUBST(atof)
681 dnl AC_SUBST(emulation)
682
683 # do we need the opcodes library?
684 case "${need_opcodes}" in
685 yes)
686 OPCODES_LIB=../opcodes/libopcodes.la
687 ;;
688 esac
689
690 AC_SUBST(OPCODES_LIB)
691
692 AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])
693 AC_DEFINE_UNQUOTED(TARGET_CANONICAL, "${target}", [Canonical target.])
694 AC_DEFINE_UNQUOTED(TARGET_CPU, "${target_cpu}", [Target CPU.])
695 AC_DEFINE_UNQUOTED(TARGET_VENDOR, "${target_vendor}", [Target vendor.])
696 AC_DEFINE_UNQUOTED(TARGET_OS, "${target_os}", [Target OS.])
697
698 AC_PROG_YACC
699 AM_PROG_LEX
700
701 ALL_LINGUAS="fr tr es rw id ru fi ja"
702 ZW_GNU_GETTEXT_SISTER_DIR
703 AM_PO_SUBDIRS
704
705 AM_MAINTAINER_MODE
706 AM_CONDITIONAL(GENINSRC_NEVER, false)
707 AC_EXEEXT
708
709 AC_CHECK_HEADERS(string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h)
710 ACX_HEADER_STRING
711
712 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
713 # people who are not cross-compiling but are compiling cross-assemblers.
714 AC_MSG_CHECKING(whether compiling a cross-assembler)
715 if test "${host}" = "${target}"; then
716 cross_gas=no
717 else
718 cross_gas=yes
719 AC_DEFINE(CROSS_COMPILE, 1, [Compiling cross-assembler?])
720 fi
721 AC_MSG_RESULT($cross_gas)
722
723 dnl ansidecl.h will deal with const
724 dnl AC_C_CONST
725 AC_FUNC_ALLOCA
726 AC_C_INLINE
727
728 # VMS doesn't have unlink.
729 AC_CHECK_FUNCS(unlink remove, break)
730 AC_CHECK_FUNCS(sbrk setlocale)
731
732 AM_LC_MESSAGES
733
734 # do we need the math library?
735 case "${need_libm}" in
736 yes)
737 LT_LIB_M
738 AC_SUBST(LIBM)
739 ;;
740 esac
741
742 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
743 # enough, but on some of those systems, the assert macro relies on requoting
744 # working properly!
745 GAS_WORKING_ASSERT
746
747 # On some systems, the system header files may not declare malloc, realloc,
748 # and free. There are places where gas needs these functions to have been
749 # declared -- such as when taking their addresses.
750 gas_test_headers="
751 #ifdef HAVE_MEMORY_H
752 #include <memory.h>
753 #endif
754 #ifdef HAVE_STRING_H
755 #include <string.h>
756 #else
757 #ifdef HAVE_STRINGS_H
758 #include <strings.h>
759 #endif
760 #endif
761 #ifdef HAVE_STDLIB_H
762 #include <stdlib.h>
763 #endif
764 #ifdef HAVE_UNISTD_H
765 #include <unistd.h>
766 #endif
767 "
768
769 # Does errno.h declare errno, or do we have to add a separate declaration
770 # for it?
771 GAS_CHECK_DECL_NEEDED(errno, f, int f, [
772 #ifdef HAVE_ERRNO_H
773 #include <errno.h>
774 #endif
775 ])
776
777 AC_MSG_CHECKING(for a known getopt prototype in unistd.h)
778 AC_CACHE_VAL(gas_cv_decl_getopt_unistd_h,
779 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [extern int getopt (int, char *const*, const char *);])],
780 gas_cv_decl_getopt_unistd_h=yes, gas_cv_decl_getopt_unistd_h=no)])
781 AC_MSG_RESULT($gas_cv_decl_getopt_unistd_h)
782 if test $gas_cv_decl_getopt_unistd_h = yes; then
783 AC_DEFINE([HAVE_DECL_GETOPT], 1,
784 [Is the prototype for getopt in <unistd.h> in the expected format?])
785 fi
786
787 GAS_CHECK_DECL_NEEDED(environ, f, char **f, $gas_test_headers)
788 GAS_CHECK_DECL_NEEDED(ffs, f, int (*f)(int), $gas_test_headers)
789 GAS_CHECK_DECL_NEEDED(free, f, void (*f)(), $gas_test_headers)
790 GAS_CHECK_DECL_NEEDED(malloc, f, char *(*f)(), $gas_test_headers)
791 GAS_CHECK_DECL_NEEDED(sbrk, f, char *(*f)(), $gas_test_headers)
792 GAS_CHECK_DECL_NEEDED(strstr, f, char *(*f)(), $gas_test_headers)
793
794 AC_CHECK_DECLS([free, getenv, malloc, mempcpy, realloc, stpcpy, strstr, vsnprintf])
795
796 BFD_BINARY_FOPEN
797
798 # Link in zlib if we can. This allows us to write compressed debug sections.
799 AM_ZLIB
800
801 # Support for VMS timestamps via cross compile
802
803 if test "$ac_cv_header_time_h" = yes; then
804 GAS_HAVE_TIME_TYPE_MEMBER(struct tm, tm_gmtoff)
805 fi
806
807 if test "$ac_cv_header_sys_stat_h" = yes; then
808 GAS_HAVE_SYS_STAT_TYPE_MEMBER(struct stat, st_mtim, tv_sec)
809 GAS_HAVE_SYS_STAT_TYPE_MEMBER(struct stat, st_mtim, tv_nsec)
810 fi
811
812
813 dnl Required for html, pdf, install-pdf and install-html targets.
814 AC_SUBST(datarootdir)
815 AC_SUBST(docdir)
816 AC_SUBST(htmldir)
817 AC_SUBST(pdfdir)
818
819 dnl This must come last.
820
821 dnl We used to make symlinks to files in the source directory, but now
822 dnl we just use the right name for .c files, and create .h files in
823 dnl the build directory which include the right .h file. Make sure
824 dnl the old symlinks don't exist, so that a reconfigure in an existing
825 dnl directory behaves reasonably.
826
827 AC_CONFIG_FILES(Makefile doc/Makefile po/Makefile.in:po/Make-in)
828 AC_CONFIG_COMMANDS([default],
829 [rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
830 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
831 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
832 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
833 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
834 if test "x$cgen_cpu_prefix" != x ; then
835 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
836 fi],
837 [target_cpu_type=${target_cpu_type}
838 cgen_cpu_prefix=${cgen_cpu_prefix}
839 obj_format=${obj_format}
840 te_file=${te_file}])
841
842 AC_OUTPUT
This page took 0.05467 seconds and 5 git commands to generate.