asan: null dereference in coff_count_linenumbers
[binutils-gdb.git] / sim / riscv / configure.ac
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(Makefile.in)
3 AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
4
5 # Select the bitsize of the target.
6 riscv_addr_bitsize=
7 case "${target}" in
8 riscv32*) riscv_addr_bitsize=32 ;;
9 riscv*) riscv_addr_bitsize=64 ;;
10 esac
11 SIM_AC_OPTION_BITSIZE($riscv_addr_bitsize)
12
13 SIM_AC_OUTPUT