diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-12-01 15:27:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-12-01 15:27:21 +0000 |
commit | 33841fd962589682168c2eada0f46d46be828fe4 (patch) | |
tree | d5f421bd1c8690e683cff05ca4ffb208a31536d0 /sim/i960/configure.in | |
parent | 6e56eb075ae1f3f6306df28c64b1a5e92a7273ff (diff) | |
download | ppe42-binutils-33841fd962589682168c2eada0f46d46be828fe4.tar.gz ppe42-binutils-33841fd962589682168c2eada0f46d46be828fe4.zip |
Delete i960; deleted from GDB long long ago.
Diffstat (limited to 'sim/i960/configure.in')
-rw-r--r-- | sim/i960/configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sim/i960/configure.in b/sim/i960/configure.in deleted file mode 100644 index 7c5587512d..0000000000 --- a/sim/i960/configure.in +++ /dev/null @@ -1,16 +0,0 @@ -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_ALIGNMENT(NONSTRICT_ALIGNMENT) -SIM_AC_OPTION_HOSTENDIAN -SIM_AC_OPTION_SCACHE(1024) -SIM_AC_OPTION_DEFAULT_MODEL(i960KA) -SIM_AC_OPTION_ENVIRONMENT -SIM_AC_OPTION_CGEN_MAINT - -SIM_AC_OUTPUT |