mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
3eda63f2e4
Now that we've moved all content out to the common file, this is empty and can be deleted it entirely.
10 lines
248 B
Plaintext
10 lines
248 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_BITSIZE([64])
|
|
SIM_AC_OPTION_SCACHE(16384)
|
|
SIM_AC_OPTION_DEFAULT_MODEL([bpf-def])
|
|
|
|
SIM_AC_OUTPUT
|