diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-16 07:01:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-16 07:01:57 +0000 |
commit | 65a87fa9e19470b1360e95e19a50c2d873c6135f (patch) | |
tree | 5628e56dbab9dc91bb83f20a65b3c03f63e29935 /sim/testsuite/v850eq-elf/configure.in | |
parent | c7db488f71fb6faf5d327edb3517a879de35ceea (diff) | |
download | gdb-65a87fa9e19470b1360e95e19a50c2d873c6135f.zip gdb-65a87fa9e19470b1360e95e19a50c2d873c6135f.tar.gz gdb-65a87fa9e19470b1360e95e19a50c2d873c6135f.tar.bz2 |
v850eq simulator tests.
Diffstat (limited to 'sim/testsuite/v850eq-elf/configure.in')
-rw-r--r-- | sim/testsuite/v850eq-elf/configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/testsuite/v850eq-elf/configure.in b/sim/testsuite/v850eq-elf/configure.in new file mode 100644 index 0000000..002493b --- /dev/null +++ b/sim/testsuite/v850eq-elf/configure.in @@ -0,0 +1,15 @@ +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 + +SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) +SIM_AC_OPTION_HOSTENDIAN +SIM_AC_OPTION_WARNINGS + +AC_CHECK_FUNCS(time chmod utime fork execve execv chown) +AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h) + +SIM_AC_OUTPUT |