8sa1-binutils-gdb/sim/igen/configure.ac
Mike Frysinger c2783492b6 sim: unify toolchain settings
The toplevel, common, and igen dirs all have their own code for
setting up toolchain settings.  Unify all of that in a new macro.
2021-04-02 23:31:14 -04:00

10 lines
213 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_INIT(table.h)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_TOOLCHAIN
SIM_AC_OPTION_WARNINGS
AC_CONFIG_FILES([Makefile])
AC_OUTPUT