Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/riscv/configure.ac

14 lines
345 B
Plaintext
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
# Select the bitsize of the target.
riscv_addr_bitsize=
case "${target}" in
riscv32*) riscv_addr_bitsize=32 ;;
riscv*) riscv_addr_bitsize=64 ;;
esac
SIM_AC_OPTION_BITSIZE($riscv_addr_bitsize)
SIM_AC_OUTPUT