diff options
author | Rob Savoye <rob@cygnus> | 1996-05-20 02:46:07 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1996-05-20 02:46:07 +0000 |
commit | f4d2ff34bef1789eef9bed93572993ee023270e2 (patch) | |
tree | 8627672c208e2f884decca146c9aefdcfd5bbb99 /sim/erc32/configure.in | |
parent | 41756e56ee00510ee7044119d0b033ea536dae5b (diff) | |
download | gdb-f4d2ff34bef1789eef9bed93572993ee023270e2.zip gdb-f4d2ff34bef1789eef9bed93572993ee023270e2.tar.gz gdb-f4d2ff34bef1789eef9bed93572993ee023270e2.tar.bz2 |
New sparc simulator from the ESA.
Diffstat (limited to 'sim/erc32/configure.in')
-rw-r--r-- | sim/erc32/configure.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sim/erc32/configure.in b/sim/erc32/configure.in new file mode 100644 index 0000000..0eb7b73 --- /dev/null +++ b/sim/erc32/configure.in @@ -0,0 +1,18 @@ +dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.3)dnl +AC_INIT(Makefile.in) + +AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..) +AC_CANONICAL_SYSTEM +AC_ARG_PROGRAM + +. ${srcdir}/../../bfd/configure.host + +AC_PROG_CC +AC_SUBST(CFLAGS) +AC_SUBST(HDEFINES) +AR=${AR-ar} +AC_SUBST(AR) +AC_PROG_RANLIB + +AC_OUTPUT(Makefile) |