]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/configure.ac
arc: Update ARC's Gnu Assembler backend with ARCv3 ISA.
[thirdparty/binutils-gdb.git] / gas / configure.ac
CommitLineData
252b5132
RH
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl And be careful when changing it! If you must add tests with square
4dnl brackets, be sure changequote invocations surround it.
5dnl
d87bef3a 6dnl Copyright (C) 2012-2023 Free Software Foundation, Inc.
5bf135a7
NC
7dnl
8dnl This file is free software; you can redistribute it and/or modify
9dnl it under the terms of the GNU General Public License as published by
10dnl the Free Software Foundation; either version 3 of the License, or
11dnl (at your option) any later version.
3739860c 12dnl
5bf135a7
NC
13dnl This program is distributed in the hope that it will be useful,
14dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
15dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16dnl GNU General Public License for more details.
3739860c 17dnl
5bf135a7
NC
18dnl You should have received a copy of the GNU General Public License
19dnl along with this program; see the file COPYING3. If not see
20dnl <http://www.gnu.org/licenses/>.
252b5132
RH
21dnl
22dnl v2.5 needed for --bindir et al
2e98a7bd
AM
23m4_include([../bfd/version.m4])
24AC_INIT([gas], BFD_VERSION)
da594c4a 25AC_CONFIG_SRCDIR(as.h)
252b5132 26
13b2be9c
DJ
27dnl Autoconf 2.57 will find the aux dir without this. However, unless
28dnl we specify this explicitly, automake-1.7 will assume that ylwrap is in
29dnl gas/ instead of gas/../.
30AC_CONFIG_AUX_DIR(..)
da594c4a 31AC_CANONICAL_TARGET
252b5132 32
2e98a7bd 33AM_INIT_AUTOMAKE
3b4d5621 34AM_SILENT_RULES([yes])
252b5132 35
ce2cded5
L
36AC_PROG_CC
37AC_GNU_SOURCE
7357c5b6 38AC_USE_SYSTEM_EXTENSIONS
ce2cded5 39
da594c4a 40LT_INIT
b879806f 41ACX_LARGEFILE
2d7f2507 42ACX_PROG_CMP_IGNORE_INITIAL
252b5132 43
252b5132 44AC_ARG_ENABLE(targets,
241a6c40 45[ --enable-targets alternative target configurations besides the primary],
252b5132 46[case "${enableval}" in
da594c4a 47 yes | "") AC_MSG_ERROR(enable-targets option must specify target names or 'all')
252b5132
RH
48 ;;
49 no) enable_targets= ;;
50 *) enable_targets=$enableval ;;
51esac])dnl
c43a438d 52
e044973b
AM
53ac_checking=
54. ${srcdir}/../bfd/development.sh
55test "$development" = true && ac_checking=yes
c43a438d
AM
56AC_ARG_ENABLE(checking,
57[ --enable-checking enable run-time checks],
58[case "${enableval}" in
59 no|none) ac_checking= ;;
60 *) ac_checking=yes ;;
61esac])dnl
62if test x$ac_checking != x ; then
63 AC_DEFINE(ENABLE_CHECKING, 1, [Define if you want run-time sanity checks.])
64fi
65
6c3bc0f8
NC
66# PR gas/19109
67# Decide the default method for compressing debug sections.
68ac_default_compressed_debug_sections=unset
69# Provide a configure time option to override our default.
70AC_ARG_ENABLE(compressed_debug_sections,
4894d80b 71 AS_HELP_STRING([--enable-compressed-debug-sections={all,gas,none}],
27ba7c94 72 [compress debug sections by default]),
4894d80b 73[case ,"${enableval}", in
9b4c123c 74 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 75 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
76 *) ac_default_compressed_debug_sections=unset ;;
77esac])dnl
78
b0c295e1
ML
79# Select default compression algorithm.
80ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_GABI_ZLIB
81AC_ARG_ENABLE(default_compressed_debug_sections_algorithm,
82 AS_HELP_STRING([--enable-default-compressed-debug-sections-algorithm={zlib,zstd}],
83 [Default compression algorithm for --enable-compressed-debug-sections.]),
84[case "${enableval}" in
85 zstd) ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_ZSTD ;;
86esac])dnl
87
0cb4071e
L
88# PR gas/19520
89# Decide if x86 assembler should generate relax relocations.
90ac_default_x86_relax_relocations=unset
91# Provide a configure time option to override our default.
92AC_ARG_ENABLE(x86_relax_relocations,
93 AS_HELP_STRING([--enable-x86-relax-relocations],
94 [generate x86 relax relocations by default]),
95[case "${enableval}" in
96 no) ac_default_x86_relax_relocations=0 ;;
97esac])dnl
98
b8871f35
L
99# Decide if ELF assembler should generate common symbols with the
100# STT_COMMON type.
101ac_default_elf_stt_common=unset
102# Provide a configure time option to override our default.
103AC_ARG_ENABLE(elf_stt_common,
104 AS_HELP_STRING([--enable-elf-stt-common],
105 [generate ELF common symbols with STT_COMMON type by default]),
106[case "${enableval}" in
107 yes) ac_default_elf_stt_common=1 ;;
108esac])dnl
109
0df8ad28
NC
110
111# Decide if the ELF assembler should default to generating
112# GNU Build notes if none are provided by the input.
113ac_default_generate_build_notes=0
114# Provide a configuration option to override the default.
115AC_ARG_ENABLE(generate_build_notes,
116 AS_HELP_STRING([--enable-generate-build-notes],
117 [generate GNU Build notes if none are provided by the input]),
118[case "${enableval}" in
119 yes) ac_default_generate_build_notes=1 ;;
120 no) ac_default_generate_build_notes=0 ;;
121esac])dnl
122
6f2117ba
PH
123# Decide if the MIPS assembler should default to enable MIPS fix Loongson3
124# LLSC errata.
125ac_default_mips_fix_loongson3_llsc=unset
126# Provide a configuration option to override the default.
127AC_ARG_ENABLE(mips-fix-loongson3-llsc,
128 AS_HELP_STRING([--enable-mips-fix-loongson3-llsc],
129 [enable MIPS fix Loongson3 LLSC errata]),
130[case "${enableval}" in
131 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
132 no) ac_default_mips_fix_loongson3_llsc=0 ;;
133esac])dnl
0df8ad28 134
b4a3a7b4
L
135# Decide if the x86 ELF assembler should default to generating GNU x86
136# used ISA and feature properties.
137ac_default_generate_x86_used_note=unset
138# Provide a configuration option to override the default.
139AC_ARG_ENABLE(x86-used-note,
140 AS_HELP_STRING([--enable-x86-used-note],
141 [generate GNU x86 used ISA and feature properties]),
142[case "${enableval}" in
143 yes) ac_default_generate_x86_used_note=1 ;;
144 no) ac_default_generate_x86_used_note=0 ;;
145esac])dnl
146
2dc8dd17
JW
147# Decide if the RISC-V ELF assembler should default to generating attribute.
148ac_default_generate_riscv_attr=unset
149# Provide a configuration option to override the default.
150AC_ARG_ENABLE(default-riscv-attribute,
151 AS_HELP_STRING([--enable-default-riscv-attribute],
152 [generate RISC-V arch attribute by default]),
153[case "${enableval}" in
154 yes) ac_default_generate_riscv_attr=1 ;;
155 no) ac_default_generate_riscv_attr=0 ;;
156esac])dnl
b4a3a7b4 157
252b5132
RH
158using_cgen=no
159
9e9b66a9 160AM_BINUTILS_WARNINGS
a2d91340 161
252b5132 162# Generate a header file
da594c4a 163AC_CONFIG_HEADERS(config.h:config.in)
252b5132 164
9004b6bd
AB
165dnl Option --with-cpu=TYPE allows configure type control of the default
166dnl cpu type within the assembler. Currently only the ARC target
167dnl supports this feature, but others may be added in the future.
168AC_ARG_WITH(cpu,
169 AS_HELP_STRING([--with-cpu=CPU],
170 [default cpu variant is CPU (currently only supported on ARC)]),
171 [AC_DEFINE_UNQUOTED(TARGET_WITH_CPU,
172 "${with_cpu}",
173 [Target specific CPU.])],
174 [])
175
df7b86aa
NC
176# PR 14072
177AH_VERBATIM([00_CONFIG_H_CHECK],
178[/* Check that config.h is #included before system headers
179 (this works only for glibc, but that should be enough). */
d17dce55 180#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
df7b86aa
NC
181# error config.h must be #included before system headers
182#endif
183#define __CONFIG_H__ 1])
184
76a27922
ILT
185# If we are on a DOS filesystem, we must use gdb.ini rather than
186# .gdbinit.
76a27922 187case "${host}" in
591d4689 188 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
76a27922 189 GDBINIT="gdb.ini"
13b2be9c
DJ
190 AC_CONFIG_FILES(gdb.ini:gdbinit.in)
191 ;;
192 *)
193 GDBINIT=".gdbinit"
194 AC_CONFIG_FILES(.gdbinit:gdbinit.in)
76a27922
ILT
195 ;;
196esac
197AC_SUBST(GDBINIT)
198
a8eb42a8 199#We need this for the host.
44f2f9d2
AM
200AC_C_BIGENDIAN
201
252b5132
RH
202te_file=generic
203
204# Makefile target for installing gas in $(tooldir)/bin.
205install_tooldir=install-exec-tooldir
206
207canon_targets=""
15886821 208all_targets=no
252b5132
RH
209if test -n "$enable_targets" ; then
210 for t in `echo $enable_targets | sed 's/,/ /g'`; do
15886821
L
211 if test $t = "all"; then
212 all_targets=yes
213 continue
214 fi
6d83c84b 215 result=`$ac_config_sub $t 2>/dev/null`
252b5132
RH
216 if test -n "$result" ; then
217 canon_targets="$canon_targets $result"
218# else
219# # Permit "all", etc. We don't support it yet though.
220# canon_targets="$canon_targets $t"
221 fi
222 done
223 GAS_UNIQ(canon_targets)
224fi
225
226emulations=""
227
228for this_target in $target $canon_targets ; do
229
14ee9f48
ILT
230 targ=${this_target}
231 . ${srcdir}/configure.tgt
232
233 case ${target_cpu} in
234 crisv32)
235 AC_DEFINE_UNQUOTED(DEFAULT_CRIS_ARCH, $arch,
236 [Default CRIS architecture.])
237 ;;
f3d38d7d
CZ
238 arc64)
239 # Set for which architecture we compile
240 AC_DEFINE(TARGET_ARCv3_64, 1, [Using ARCv3/64 architecture.])
241 ;;
242 arc32)
243 # Set for which architecture we compile
244 AC_DEFINE(TARGET_ARCv3_32, 1, [Using ARCv3/32 architecture.])
245 ;;
252b5132
RH
246 esac
247
248 if test ${this_target} = $target ; then
249 target_cpu_type=${cpu_type}
250 elif test ${target_cpu_type} != ${cpu_type} ; then
251 continue
252 fi
253
14ee9f48 254 generic_target=${cpu_type}-${target_vendor}-${target_os}
252b5132 255 case ${generic_target} in
79500683 256 i386-*-msdosdjgpp* \
3002e78a 257 | i386-*-go32*)
14ee9f48
ILT
258 AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
259 ;;
79500683 260
939b95c7
L
261 i386-*-linux-* | x86_64-*-linux-*)
262 if test ${this_target} = $target \
263 && test ${ac_default_generate_x86_used_note} = unset; then
264 ac_default_generate_x86_used_note=1
265 fi
266 ;;
267
0cb4071e
L
268 i386-*-solaris2 \
269 | x86_64-*-solaris2 \
270 | i386-*-solaris2.[[0-9]] \
271 | i386-*-solaris2.1[[01]] \
272 | x86_64-*-solaris2.1[[01]])
273 if test ${this_target} = $target \
274 && test ${ac_default_x86_relax_relocations} = unset; then
275 ac_default_x86_relax_relocations=0
276 fi
277 ;;
278
7ba29e2a
NC
279 microblaze*)
280 ;;
281
e5231592 282changequote(,)dnl
b5c37946
SJ
283 ppc-*-aix5.[01]*)
284 ;;
e5231592
RS
285 ppc-*-aix[5-9].*)
286changequote([,])dnl
14ee9f48 287 AC_DEFINE(AIX_WEAK_SUPPORT, 1,
f8fc3443 288 [Define if using AIX 5.2 value for C_WEAKEXT.])
14ee9f48 289 ;;
14ee9f48
ILT
290 ppc-*-solaris*)
291 if test ${this_target} = $target; then
292 AC_DEFINE(TARGET_SOLARIS_COMMENT, 1,
293 [Define if default target is PowerPC Solaris.])
294 fi
295 if test x${endian} = xbig; then
296 AC_MSG_ERROR(Solaris must be configured little endian)
297 fi
298 ;;
252b5132
RH
299 esac
300
301 if test ${this_target} = $target ; then
302 endian_def=
303 if test x${endian} = xbig; then
304 endian_def=1
305 elif test x${endian} = xlittle; then
306 endian_def=0
307 fi
308 if test x${endian_def} != x; then
309 AC_DEFINE_UNQUOTED(TARGET_BYTES_BIG_ENDIAN, $endian_def,
310 [Define as 1 if big endian.])
311 fi
312 fi
313
252b5132
RH
314# Other random stuff.
315
316f5878
RS
316 case ${cpu_type} in
317 mips)
318 # Set mips_cpu to the name of the default CPU.
319 case ${target_cpu} in
320 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
321 mips_cpu=from-abi
322 ;;
323 mipsisa32 | mipsisa32el)
324 mips_cpu=mips32
325 ;;
af7ee8bf
CD
326 mipsisa32r2 | mipsisa32r2el)
327 mips_cpu=mips32r2
328 ;;
ae52f483
AB
329 mipsisa32r3 | mipsisa32r3el)
330 mips_cpu=mips32r3
331 ;;
332 mipsisa32r5 | mipsisa32r5el)
333 mips_cpu=mips32r5
334 ;;
7361da2c
AB
335 mipsisa32r6 | mipsisa32r6el)
336 mips_cpu=mips32r6
337 ;;
316f5878
RS
338 mipsisa64 | mipsisa64el)
339 mips_cpu=mips64
340 ;;
5f74bc13
CD
341 mipsisa64r2 | mipsisa64r2el)
342 mips_cpu=mips64r2
343 ;;
ae52f483
AB
344 mipsisa64r3 | mipsisa64r3el)
345 mips_cpu=mips64r3
346 ;;
347 mipsisa64r5 | mipsisa64r5el)
348 mips_cpu=mips64r5
349 ;;
7361da2c
AB
350 mipsisa64r6 | mipsisa64r6el)
351 mips_cpu=mips64r6
352 ;;
316f5878
RS
353 mipstx39 | mipstx39el)
354 mips_cpu=r3900
355 ;;
8f6847cb
RS
356 mips64vr | mips64vrel)
357 mips_cpu=vr4100
358 ;;
5f74bc13 359 mipsisa32r2* | mipsisa64r2*)
af7ee8bf
CD
360changequote(,)dnl
361 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
7361da2c
AB
362changequote([,])dnl
363 ;;
364 mipsisa32r6* | mipsisa64r6*)
365changequote(,)dnl
366 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
af7ee8bf
CD
367changequote([,])dnl
368 ;;
316f5878
RS
369 mips64* | mipsisa64* | mipsisa32*)
370changequote(,)dnl
371 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
e407c74b
NC
372changequote([,])dnl
373 ;;
374 mips*)
375changequote(,)dnl
376 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
316f5878
RS
377changequote([,])dnl
378 ;;
379 *)
da594c4a 380 AC_MSG_ERROR($target_cpu isn't a supported MIPS CPU name)
316f5878
RS
381 ;;
382 esac
383 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
384 # binaries. It's a GNU extension that some OSes don't understand.
316f5878
RS
385 case ${target} in
386 *-*-irix*)
387 use_e_mips_abi_o32=0
388 ;;
389 *)
390 use_e_mips_abi_o32=1
391 ;;
392 esac
393 # Decide whether to generate 32-bit or 64-bit code by default.
394 # Used to resolve -march=from-abi when an embedded ABI is selected.
395 case ${target} in
396 mips64*-*-* | mipsisa64*-*-*)
397 mips_default_64bit=1
398 ;;
399 *)
400 mips_default_64bit=0
401 ;;
402 esac
cac012d6
AO
403 # Decide which ABI to target by default.
404 case ${target} in
c1a54648 405 mips64*-openbsd* | mips64*-linux-gnuabi64)
29c108c9
YS
406 mips_default_abi=N64_ABI
407 ;;
c1a54648
MR
408 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
409 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
cac012d6
AO
410 mips_default_abi=N32_ABI
411 ;;
dbad6904 412 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
cac012d6
AO
413 mips_default_abi=O32_ABI
414 ;;
415 *)
416 mips_default_abi=NO_ABI
417 ;;
418 esac
316f5878
RS
419 AC_DEFINE_UNQUOTED(MIPS_CPU_STRING_DEFAULT, "$mips_cpu",
420 [Default CPU for MIPS targets. ])
421 AC_DEFINE_UNQUOTED(USE_E_MIPS_ABI_O32, $use_e_mips_abi_o32,
422 [Allow use of E_MIPS_ABI_O32 on MIPS targets. ])
423 AC_DEFINE_UNQUOTED(MIPS_DEFAULT_64BIT, $mips_default_64bit,
424 [Generate 64-bit code by default on MIPS targets. ])
cac012d6
AO
425 AC_DEFINE_UNQUOTED(MIPS_DEFAULT_ABI, $mips_default_abi,
426 [Choose a default ABI for MIPS targets. ])
316f5878
RS
427 ;;
428 esac
429
252b5132
RH
430 # Do we need the opcodes library?
431 case ${cpu_type} in
8e0eb7c6 432 vax | tic30 | i386 | arm)
252b5132
RH
433 ;;
434
435 *)
436 need_opcodes=yes
437
438 case "${enable_shared}" in
439 yes) shared_opcodes=true ;;
440 *opcodes*) shared_opcodes=true ;;
441 *) shared_opcodes=false ;;
442 esac
252b5132
RH
443 ;;
444 esac
445
446 # Any other special object files needed ?
447 case ${cpu_type} in
07c1b327
CM
448
449 bfin)
55add51e 450 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
e11078da
AM
451 case " $extra_objects " in
452 *" $f "*) ;;
453 *) extra_objects="$extra_objects $f" ;;
454 esac
455 done
456 ;;
07c1b327 457
f8861f5d
JM
458 bpf)
459 if test $this_target = $target ; then
460 AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
461 fi
f8861f5d 462 ;;
73589c9d 463 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
252b5132
RH
464 using_cgen=yes
465 ;;
466
4462d7c4 467 loongarch)
468 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
469 case " $extra_objects " in
470 *" $f "*) ;;
471 *) extra_objects="$extra_objects $f" ;;
472 esac
473 done
474 # --target=loongarch[32|64]-*-*. */
475 if test $this_target = $target ; then
476 AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
477 fi
478 ;;
479
49f58d10
JB
480 m32c)
481 using_cgen=yes
482 ;;
0ebb9a87
DB
483 frv)
484 using_cgen=yes
485 ;;
6e712424
PI
486 kvx)
487 for f in config/kvx-parse.o; do
488 case " $extra_objects " in
489 *" $f "*) ;;
490 *) extra_objects="$extra_objects $f" ;;
491 esac
492 done
493 ;;
252b5132 494 m68k)
55add51e 495 f=config/m68k-parse.o
e11078da
AM
496 case " $extra_objects " in
497 *" $f "*) ;;
498 *) extra_objects="$extra_objects $f" ;;
252b5132
RH
499 esac
500 ;;
501
280d71bf
DB
502 mep)
503 using_cgen=yes
504 ;;
505
252b5132 506 mips)
e11078da
AM
507 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
508 case " $extra_objects " in
509 *" $f "*) ;;
510 *) extra_objects="$extra_objects $f" ;;
511 esac
512 done
252b5132
RH
513 ;;
514
4970f871 515 mt)
e11078da 516 using_cgen=yes
047af9ef
AH
517 ;;
518
35c08157 519 nds32)
fbaf61ad
NC
520 # setup NDS32_LINUX_TOOLCHAIN definition
521 if test "linux" = $em; then
522 AC_DEFINE(NDS32_LINUX_TOOLCHAIN, 1,
523 [Define value for nds32_linux_toolchain])
524 else
525 AC_DEFINE(NDS32_LINUX_TOOLCHAIN, 0,
526 [Define default value for nds32_linux_toolchain])
527 fi
528
e11078da 529 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
35c08157
KLC
530 # based on arch_name.
531 AC_MSG_CHECKING(for default configuration of --with-arch)
532 if test "x${with_arch}" != x; then
533 case ${with_arch} in
e11078da 534 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
35c08157
KLC
535 AC_DEFINE_UNQUOTED(NDS32_DEFAULT_ARCH_NAME, "$with_arch",
536 [Define value for nds32_arch_name])
e11078da 537 ;;
35c08157
KLC
538 *)
539 AC_MSG_ERROR(This kind of arch name does *NOT* exist!)
540 ;;
e11078da 541 esac
35c08157
KLC
542 fi
543 AC_MSG_RESULT($with_arch)
544
e11078da
AM
545 # Decide features one by one.
546 AC_MSG_CHECKING(for default configuration of --enable-dx-regs)
6cd8405e 547 if test "x${enable_dx_regs}" = xyes; then
35c08157
KLC
548 AC_DEFINE(NDS32_DEFAULT_DX_REGS, 1,
549 [Define value for nds32_dx_regs])
550 else
551 AC_DEFINE(NDS32_DEFAULT_DX_REGS, 0,
552 [Define default value for nds32_dx_regs])
553 fi
554 AC_MSG_RESULT($enable_dx_regs)
555
e11078da 556 AC_MSG_CHECKING(for default configuration of --enable-perf-ext)
6cd8405e 557 if test "x${enable_perf_ext}" = xno; then
35c08157
KLC
558 AC_DEFINE(NDS32_DEFAULT_PERF_EXT, 0,
559 [Define value for nds32_perf_ext])
560 else
561 AC_DEFINE(NDS32_DEFAULT_PERF_EXT, 1,
562 [Define default value for nds32_perf_ext])
563 fi
564 AC_MSG_RESULT($enable_perf_ext)
565
e11078da 566 AC_MSG_CHECKING(for default configuration of --enable-perf-ext2)
6cd8405e 567 if test "x${enable_perf_ext2}" = xno; then
35c08157
KLC
568 AC_DEFINE(NDS32_DEFAULT_PERF_EXT2, 0,
569 [Define value for nds32_perf_ext2])
570 else
571 AC_DEFINE(NDS32_DEFAULT_PERF_EXT2, 1,
572 [Define default value for nds32_perf_ext2])
573 fi
574 AC_MSG_RESULT($enable_perf_ext2)
575
e11078da 576 AC_MSG_CHECKING(for default configuration of --enable-string-ext)
6cd8405e 577 if test "x${enable_string_ext}" = xno; then
35c08157
KLC
578 AC_DEFINE(NDS32_DEFAULT_STRING_EXT, 0,
579 [Define value for nds32_string_ext])
580 else
581 AC_DEFINE(NDS32_DEFAULT_STRING_EXT, 1,
582 [Define default value for nds32_string_ext])
583 fi
584 AC_MSG_RESULT($enable_string_ext)
585
e11078da 586 AC_MSG_CHECKING(for default configuration of --enable-audio-ext)
6cd8405e 587 if test "x${enable_audio_ext}" = xno; then
35c08157
KLC
588 AC_DEFINE(NDS32_DEFAULT_AUDIO_EXT, 0,
589 [Define value for nds32_audio_ext])
590 else
591 AC_DEFINE(NDS32_DEFAULT_AUDIO_EXT, 1,
592 [Define default value for nds32_audio_ext])
593 fi
594 AC_MSG_RESULT($enable_audio_ext)
fbaf61ad
NC
595
596 AC_MSG_CHECKING(for default configuration of --enable-dsp-ext)
597 if test "x${enable_dsp_ext}" = xno; then
598 AC_DEFINE(NDS32_DEFAULT_DSP_EXT, 0,
599 [Define value for nds32_dsp_ext])
600 else
601 AC_DEFINE(NDS32_DEFAULT_DSP_EXT, 1,
602 [Define default value for nds32_dsp_ext])
603 fi
604 AC_MSG_RESULT($enable_dsp_ext)
605
606 AC_MSG_CHECKING(for default configuration of --enable-zol-ext)
607 if test "x${enable_zol_ext}" = xno; then
608 AC_DEFINE(NDS32_DEFAULT_ZOL_EXT, 0,
609 [Define value for nds32_zol_ext])
610 else
611 AC_DEFINE(NDS32_DEFAULT_ZOL_EXT, 1,
612 [Define default value for nds32_zol_ext])
613 fi
614 AC_MSG_RESULT($enable_zol_ext)
35c08157
KLC
615 ;;
616
f3d38d7d 617 aarch64 | i386 | s390 | sparc | arc)
252b5132
RH
618 if test $this_target = $target ; then
619 AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
620 fi
621 ;;
93fbbb04 622
8f595e9b
NC
623 riscv)
624 # --target=riscv[32|64]-*-*. */
625 if test $this_target = $target ; then
626 AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
627 fi
628
629 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
630 AC_MSG_CHECKING(for default configuration of --with-arch)
631 if test "x${with_arch}" != x; then
632 AC_DEFINE_UNQUOTED(DEFAULT_RISCV_ARCH_WITH_EXT, "$with_arch",
633 [Define default value for RISC-V -march.])
634 fi
635 AC_MSG_RESULT($with_arch)
636
637 # --with-isa-spec=[2.2|20190608|20191213].
638 AC_MSG_CHECKING(for default configuration of --with-isa-spec)
639 if test "x${with_isa_spec}" != x; then
640 AC_DEFINE_UNQUOTED(DEFAULT_RISCV_ISA_SPEC, "$with_isa_spec",
641 [Define default value for RISC-V -misa-spec.])
642 fi
643 AC_MSG_RESULT($with_isa_spec)
644
9fba0721 645 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
8f595e9b
NC
646 AC_MSG_CHECKING(for default configuration of --with-priv-spec)
647 if test "x${with_priv_spec}" != x; then
648 AC_DEFINE_UNQUOTED(DEFAULT_RISCV_PRIV_SPEC, "$with_priv_spec",
649 [Define default value for RISC-V -mpriv-spec])
650 fi
651 AC_MSG_RESULT($with_priv_spec)
652 ;;
653
99c513f6 654 rl78)
55add51e 655 f=config/rl78-parse.o
e11078da
AM
656 case " $extra_objects " in
657 *" $f "*) ;;
658 *) extra_objects="$extra_objects $f" ;;
659 esac
99c513f6
DD
660 ;;
661
c7927a3c 662 rx)
55add51e 663 f=config/rx-parse.o
e11078da
AM
664 case " $extra_objects " in
665 *" $f "*) ;;
666 *) extra_objects="$extra_objects $f" ;;
667 esac
c7927a3c
NC
668 ;;
669
93fbbb04
GK
670 xstormy16)
671 using_cgen=yes
672 ;;
673
e0001a05 674 xtensa)
e11078da
AM
675 f=config/xtensa-relax.o
676 case " $extra_objects " in
677 *" $f "*) ;;
678 *) extra_objects="$extra_objects $f" ;;
679 esac
e0001a05
NC
680 ;;
681
252b5132
RH
682 *)
683 ;;
684 esac
685
686 if test $using_cgen = yes ; then
e11078da
AM
687 f=cgen.o
688 case " $extra_objects " in
689 *" $f "*) ;;
690 *) extra_objects="$extra_objects $f" ;;
252b5132
RH
691 esac
692 fi
693
694# See if we really can support this configuration with the emulation code.
695
696 if test $this_target = $target ; then
252b5132
RH
697 obj_format=$fmt
698 te_file=$em
252b5132
RH
699 fi
700
e11078da
AM
701 case ${te_file} in
702 vms)
703 f=config/te-vms.o
704 case " $extra_objects " in
705 *" $f "*) ;;
706 *) extra_objects="$extra_objects $f" ;;
707 esac ;;
708 esac
58797674 709
252b5132
RH
710# From target name and format, produce a list of supported emulations.
711
712 case ${generic_target}-${fmt} in
e8044f35 713 mips-*-*-*) case "$endian" in
252b5132
RH
714 big) emulation="mipsbelf mipslelf mipself" ;;
715 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132 716 esac ;;
119caedd
L
717 # i386-pc-pe-coff != i386-pc-coff.
718 i386-*-pe-coff) ;;
4c63da97
AM
719 # Uncommenting the next line will turn on support for i386 AOUT
720 # for the default linux configuration
721 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
722 #
723 i386-*-aout) emulation="i386aout" ;;
4ca72d38 724 i386-*-coff) emulation="i386coff" ;;
4c63da97 725 i386-*-elf) emulation="i386elf" ;;
3bcbcc3d 726
f9c19112
HPN
727 # Always all formats. The first stated emulation becomes the default.
728 cris-*-*aout*) emulation="crisaout criself" ;;
729 cris-*-*) emulation="criself crisaout" ;;
252b5132
RH
730 esac
731
732 emulations="$emulations $emulation"
733
734done
735
0cb4071e
L
736if test ${ac_default_x86_relax_relocations} = unset; then
737 ac_default_x86_relax_relocations=1
738fi
739AC_DEFINE_UNQUOTED(DEFAULT_GENERATE_X86_RELAX_RELOCATIONS,
740 $ac_default_x86_relax_relocations,
741 [Define to 1 if you want to generate x86 relax relocations by default.])
742
b8871f35
L
743if test ${ac_default_elf_stt_common} = unset; then
744 ac_default_elf_stt_common=0
745fi
746AC_DEFINE_UNQUOTED(DEFAULT_GENERATE_ELF_STT_COMMON,
747 $ac_default_elf_stt_common,
748 [Define to 1 if you want to generate ELF common symbols with the
749 STT_COMMON type by default.])
750
0df8ad28
NC
751AC_DEFINE_UNQUOTED(DEFAULT_GENERATE_BUILD_NOTES,
752 $ac_default_generate_build_notes,
753 [Define to 1 if you want to generate GNU Build attribute notes
754 by default, if none are contained in the input.])
755
b4a3a7b4
L
756if test ${ac_default_generate_x86_used_note} = unset; then
757 ac_default_generate_x86_used_note=0
758fi
759AC_DEFINE_UNQUOTED(DEFAULT_X86_USED_NOTE,
760 $ac_default_generate_x86_used_note,
761 [Define to 1 if you want to generate GNU x86 used ISA and feature
762 properties by default.])
763
2dc8dd17 764if test ${ac_default_generate_riscv_attr} = unset; then
aa0587b2 765 ac_default_generate_riscv_attr=1
2dc8dd17
JW
766fi
767
768AC_DEFINE_UNQUOTED(DEFAULT_RISCV_ATTR,
769 $ac_default_generate_riscv_attr,
770 [Define to 1 if you want to generate RISC-V arch attribute by default.])
771
6f2117ba
PH
772if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
773 ac_default_mips_fix_loongson3_llsc=0
774fi
775AC_DEFINE_UNQUOTED(DEFAULT_MIPS_FIX_LOONGSON3_LLSC,
776 $ac_default_mips_fix_loongson3_llsc,
777 [Define to 1 if you want to fix Loongson3 LLSC Errata by default.])
778
348ef89a 779if test x$ac_default_compressed_debug_sections = xyes ; then
6c3bc0f8
NC
780 AC_DEFINE(DEFAULT_FLAG_COMPRESS_DEBUG, 1, [Define if you want compressed debug sections by default.])
781fi
e12fe555 782
b0c295e1
ML
783AC_DEFINE_UNQUOTED(DEFAULT_COMPRESSED_DEBUG_ALGORITHM, $ac_default_compressed_debug_sections_algorithm,
784 [Default compression algorithm for --enable-compressed-debug-sections.])
785
15886821
L
786# Turn on all targets if possible
787if test ${all_targets} = "yes"; then
788 case ${target_cpu_type} in
789 i386)
790 case ${obj_format} in
791 aout)
792 emulations="$emulations i386coff i386elf"
793 ;;
794 coff)
795 emulations="$emulations i386aout i386elf"
796 ;;
797 elf)
798 emulations="$emulations i386aout i386coff"
799 ;;
800 esac
801 ;;
99ad8390
NC
802 x86_64)
803 case ${obj_format} in
804 aout)
805 emulations="$emulations i386coff i386elf"
806 ;;
807 coff)
808 emulations="$emulations i386aout i386elf"
809 ;;
810 elf)
811 emulations="$emulations i386aout i386coff"
812 ;;
813 esac
814 ;;
15886821
L
815 esac
816fi
817
39871c07
AM
818# PE code has way too many macros tweaking behaviour
819case ${te_file} in
820 pe*) emulations="" ;;
821esac
822
252b5132
RH
823# Assign floating point type. Most processors with FP support
824# IEEE FP. On those that don't support FP at all, usually IEEE
825# is emulated.
826case ${target_cpu} in
12e64c2c 827 vax | pdp11 ) atof=vax ;;
252b5132
RH
828 *) atof=ieee ;;
829esac
830
831case "${obj_format}" in
832 "") AC_MSG_ERROR(GAS does not know what format to use for target ${target}) ;;
833esac
834
835# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
836cgen_cpu_prefix=""
837if test $using_cgen = yes ; then
838 case ${target_cpu} in
73589c9d
CS
839 or1knd)
840 cgen_cpu_prefix=or1k ;;
252b5132
RH
841 *) cgen_cpu_prefix=${target_cpu} ;;
842 esac
843 AC_SUBST(cgen_cpu_prefix)
844 AC_DEFINE(USING_CGEN, 1, [Using cgen code?])
845fi
846
847dnl
848dnl Make sure the desired support files exist.
849dnl
850
851if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
852 AC_MSG_ERROR(GAS does not support target CPU ${target_cpu_type})
853fi
854
855if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
856 AC_MSG_ERROR(GAS does not have support for object file format ${obj_format})
857fi
858
252b5132
RH
859# Some COFF configurations want these random other flags set.
860case ${obj_format} in
861 coff)
862 case ${target_cpu_type} in
863 i386) AC_DEFINE(I386COFF, 1, [Using i386 COFF?]) ;;
99ad8390 864 x86_64) AC_DEFINE(I386COFF, 1, [Using i386 COFF?]) ;;
252b5132
RH
865 esac
866 ;;
867esac
868
869# Getting this done right is going to be a bitch. Each configuration specified
7be1c489
AM
870# with --enable-targets=... should be checked for environment, format, cpu
871# setting.
252b5132
RH
872#
873# For each configuration, the necessary object file support code must be linked
874# in. This might be only one, it might be up to four. The necessary emulation
875# code needs to be provided, too.
876#
877# And then there's "--enable-targets=all"....
878#
e8044f35 879# For now, just always do it for MIPS ELF configurations. Sigh.
252b5132
RH
880
881formats="${obj_format}"
882emfiles=""
883EMULATIONS=""
884GAS_UNIQ(emulations)
885for em in . $emulations ; do
886 case $em in
887 .) continue ;;
97238fbd 888 mipsbelf | mipslelf | mipself)
252b5132 889 fmt=elf file=mipself ;;
0aa5d426
HPN
890 *coff)
891 fmt=coff file=$em ;;
892 *aout)
893 fmt=aout file=$em ;;
894 *elf)
895 fmt=elf file=$em ;;
252b5132
RH
896 esac
897 formats="$formats $fmt"
d0ac1c44 898 emfiles="$emfiles config/e-$file.o"
252b5132
RH
899 EMULATIONS="$EMULATIONS &$em,"
900done
901GAS_UNIQ(formats)
902GAS_UNIQ(emfiles)
903if test `set . $formats ; shift ; echo $#` -gt 1 ; then
904 for fmt in $formats ; do
905 case $fmt in
906 aout) AC_DEFINE(OBJ_MAYBE_AOUT, 1, [a.out support?]) ;;
252b5132
RH
907 coff) AC_DEFINE(OBJ_MAYBE_COFF, 1, [COFF support?]) ;;
908 ecoff) AC_DEFINE(OBJ_MAYBE_ECOFF, 1, [ECOFF support?]) ;;
909 elf) AC_DEFINE(OBJ_MAYBE_ELF, 1, [ELF support?]) ;;
910 generic) AC_DEFINE(OBJ_MAYBE_GENERIC, 1, [generic support?]) ;;
252b5132 911 som) AC_DEFINE(OBJ_MAYBE_SOM, 1, [SOM support?]) ;;
252b5132 912 esac
d0ac1c44 913 extra_objects="$extra_objects config/obj-$fmt.o"
252b5132
RH
914 done
915 obj_format=multi
916fi
917if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
252b5132 918 DEFAULT_EMULATION=`set . $emulations ; echo $2`
e8044f35 919 # e-mipself has more than one emulation per file, e-i386* has just one at the
4ca72d38
AM
920 # moment. If only one emulation is specified, then don't define
921 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
922 case "${obj_format}${emfiles}" in
e8044f35 923 multi* | *mipself*)
4ca72d38
AM
924 extra_objects="$extra_objects $emfiles"
925 AC_DEFINE(USE_EMULATIONS, 1, [Use emulation support?]) ;;
926 esac
252b5132
RH
927fi
928AC_SUBST(extra_objects)
929AC_DEFINE_UNQUOTED(EMULATIONS, $EMULATIONS, [Supported emulations.])
930AC_DEFINE_UNQUOTED(DEFAULT_EMULATION, "$DEFAULT_EMULATION",
931 [Default emulation.])
932
252b5132
RH
933reject_dev_configs=yes
934
935case ${reject_dev_configs}-${dev} in
936 yes-yes) # Oops.
937 AC_MSG_ERROR(GAS does not support the ${generic_target} configuration.)
938 ;;
939esac
940
941AC_SUBST(target_cpu_type)
942AC_SUBST(obj_format)
943AC_SUBST(te_file)
944AC_SUBST(install_tooldir)
945AC_SUBST(atof)
946dnl AC_SUBST(emulation)
947
252b5132
RH
948# do we need the opcodes library?
949case "${need_opcodes}" in
950yes)
951 OPCODES_LIB=../opcodes/libopcodes.la
952 ;;
953esac
954
252b5132
RH
955AC_SUBST(OPCODES_LIB)
956
252b5132
RH
957AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])
958AC_DEFINE_UNQUOTED(TARGET_CANONICAL, "${target}", [Canonical target.])
959AC_DEFINE_UNQUOTED(TARGET_CPU, "${target_cpu}", [Target CPU.])
960AC_DEFINE_UNQUOTED(TARGET_VENDOR, "${target_vendor}", [Target vendor.])
961AC_DEFINE_UNQUOTED(TARGET_OS, "${target_os}", [Target OS.])
962
252b5132
RH
963AC_PROG_YACC
964AM_PROG_LEX
965
e184813f 966ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
20e95c23
DJ
967ZW_GNU_GETTEXT_SISTER_DIR
968AM_PO_SUBDIRS
252b5132
RH
969
970AM_MAINTAINER_MODE
d5fbea21 971AM_CONDITIONAL(GENINSRC_NEVER, false)
252b5132
RH
972AC_EXEEXT
973
23d61380 974AC_CHECK_HEADERS(memory.h sys/stat.h sys/types.h unistd.h)
252b5132
RH
975
976# Put this here so that autoconf's "cross-compiling" message doesn't confuse
977# people who are not cross-compiling but are compiling cross-assemblers.
978AC_MSG_CHECKING(whether compiling a cross-assembler)
979if test "${host}" = "${target}"; then
980 cross_gas=no
981else
982 cross_gas=yes
983 AC_DEFINE(CROSS_COMPILE, 1, [Compiling cross-assembler?])
984fi
985AC_MSG_RESULT($cross_gas)
986
1ec4b9f2 987AC_CHECK_FUNCS(strsignal)
252b5132 988
44350750
NC
989AM_LC_MESSAGES
990
39bec121
TW
991# do we need the math library?
992case "${need_libm}" in
12e64c2c 993yes)
da594c4a 994 LT_LIB_M
39bec121
TW
995 AC_SUBST(LIBM)
996 ;;
997esac
998
252b5132
RH
999# Some non-ANSI preprocessors botch requoting inside strings. That's bad
1000# enough, but on some of those systems, the assert macro relies on requoting
1001# working properly!
1002GAS_WORKING_ASSERT
1003
1004# On some systems, the system header files may not declare malloc, realloc,
1005# and free. There are places where gas needs these functions to have been
1006# declared -- such as when taking their addresses.
1007gas_test_headers="
1008#ifdef HAVE_MEMORY_H
1009#include <memory.h>
1010#endif
252b5132 1011#include <string.h>
252b5132 1012#include <stdlib.h>
252b5132
RH
1013#ifdef HAVE_UNISTD_H
1014#include <unistd.h>
1015#endif
1016"
252b5132 1017
56f36663
NC
1018AC_MSG_CHECKING(for a known getopt prototype in unistd.h)
1019AC_CACHE_VAL(gas_cv_decl_getopt_unistd_h,
da594c4a 1020[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [extern int getopt (int, char *const*, const char *);])],
56f36663
NC
1021gas_cv_decl_getopt_unistd_h=yes, gas_cv_decl_getopt_unistd_h=no)])
1022AC_MSG_RESULT($gas_cv_decl_getopt_unistd_h)
1023if test $gas_cv_decl_getopt_unistd_h = yes; then
1024 AC_DEFINE([HAVE_DECL_GETOPT], 1,
1025 [Is the prototype for getopt in <unistd.h> in the expected format?])
1026fi
1027
e8a38df5
AL
1028GAS_CHECK_DECL_NEEDED(environ, f, char **f, $gas_test_headers)
1029GAS_CHECK_DECL_NEEDED(ffs, f, int (*f)(int), $gas_test_headers)
e8a38df5 1030
23d61380 1031AC_CHECK_DECLS([asprintf, mempcpy, stpcpy])
6d74f28b 1032
c973bc5c
NC
1033BFD_BINARY_FOPEN
1034
2cac01e3 1035# Link in zlib/zstd if we can. This allows us to write compressed debug sections.
543b7933 1036AM_ZLIB
2cac01e3 1037AC_ZSTD
0acf065b 1038
b11d79f2
TG
1039# Support for VMS timestamps via cross compile
1040
1041if test "$ac_cv_header_time_h" = yes; then
1042 GAS_HAVE_TIME_TYPE_MEMBER(struct tm, tm_gmtoff)
1043fi
1044
1045if test "$ac_cv_header_sys_stat_h" = yes; then
1046 GAS_HAVE_SYS_STAT_TYPE_MEMBER(struct stat, st_mtim, tv_sec)
1047 GAS_HAVE_SYS_STAT_TYPE_MEMBER(struct stat, st_mtim, tv_nsec)
1048fi
1049
1050
31dd3154 1051dnl Required for html, pdf, install-pdf and install-html targets.
108a6f8e
CD
1052AC_SUBST(datarootdir)
1053AC_SUBST(docdir)
1054AC_SUBST(htmldir)
31dd3154 1055AC_SUBST(pdfdir)
108a6f8e 1056
252b5132
RH
1057dnl This must come last.
1058
1059dnl We used to make symlinks to files in the source directory, but now
1060dnl we just use the right name for .c files, and create .h files in
1061dnl the build directory which include the right .h file. Make sure
1062dnl the old symlinks don't exist, so that a reconfigure in an existing
1063dnl directory behaves reasonably.
1064
bde299e0 1065AC_CONFIG_FILES(Makefile po/Makefile.in:po/Make-in)
13b2be9c 1066AC_CONFIG_COMMANDS([default],
252b5132
RH
1067[rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
1068 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
1069 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
1070 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
1071 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
1072 if test "x$cgen_cpu_prefix" != x ; then
1073 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 1074 fi],
252b5132
RH
1075[target_cpu_type=${target_cpu_type}
1076 cgen_cpu_prefix=${cgen_cpu_prefix}
1077 obj_format=${obj_format}
1078 te_file=${te_file}])
13b2be9c
DJ
1079
1080AC_OUTPUT
d546b610
L
1081
1082GNU_MAKE_JOBSERVER