mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 17:51:57 +00:00
5da9ce07eb
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again.
22 lines
522 B
Plaintext
22 lines
522 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
sinclude(../common/aclocal.m4)
|
|
AC_PREREQ(2.5)dnl
|
|
AC_INIT(Makefile.in)
|
|
|
|
SIM_AC_COMMON
|
|
|
|
dnl Options available in this module
|
|
SIM_AC_OPTION_INLINE(0)
|
|
SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
|
|
SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT)
|
|
SIM_AC_OPTION_HOSTENDIAN
|
|
SIM_AC_OPTION_WARNINGS
|
|
SIM_AC_OPTION_RESERVED_BITS(1)
|
|
SIM_AC_OPTION_BITSIZE(32,31)
|
|
|
|
dnl For UNIX emulation
|
|
AC_CHECK_HEADERS(stdlib.h unistd.h string.h strings.h)
|
|
AC_CHECK_FUNCS(getpid kill)
|
|
|
|
SIM_AC_OUTPUT
|