mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00

This reduces the unique logic in bfin/configure to make it easier to (eventually) unify it entirely.
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(Makefile.in)
|
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
|
|
|
SIM_AC_OPTION_DEFAULT_MODEL(bf537)
|
|
|
|
SIM_AC_OUTPUT
|