]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/riscv/configure.ac
sim: unify reserved instruction bits settings
[thirdparty/binutils-gdb.git] / sim / riscv / configure.ac
CommitLineData
b9249c46
MF
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Makefile.in)
760b3e8b 3AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
b9249c46 4
b9249c46
MF
5# Select the bitsize of the target.
6riscv_addr_bitsize=
7case "${target}" in
8riscv32*) riscv_addr_bitsize=32 ;;
9riscv*) riscv_addr_bitsize=64 ;;
10esac
11SIM_AC_OPTION_BITSIZE($riscv_addr_bitsize)
12
13SIM_AC_OUTPUT