]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/v850/configure.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / v850 / configure.in
CommitLineData
ce3189da 1dnl Process this file with autoconf to produce a configure script.
5da9ce07 2sinclude(../common/aclocal.m4)
22c1c7dd
JL
3AC_PREREQ(2.5)dnl
4AC_INIT(Makefile.in)
5
5f270267 6SIM_AC_COMMON
22c1c7dd 7
9cdd2c6d 8SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
8d332f9c 9SIM_AC_OPTION_ALIGNMENT(,NONSTRICT_ALIGNMENT)
9cdd2c6d
AC
10SIM_AC_OPTION_HOSTENDIAN
11SIM_AC_OPTION_WARNINGS
410230cf 12SIM_AC_OPTION_RESERVED_BITS
af51b8d5 13SIM_AC_OPTION_BITSIZE(32,31)
9cdd2c6d 14
da3a66e5 15AC_CHECK_FUNCS(time chmod utime fork execve execv chown)
b5e935ae 16AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h)
22c1c7dd 17
5f270267 18SIM_AC_OUTPUT