aboutsummaryrefslogtreecommitdiff
path: root/sim/w65/configure
AgeCommit message (Collapse)AuthorFilesLines
2002-07-18Delete w65 directory.Andrew Cagney1-3354/+0
2000-05-24Change profiling so that it is enabled by default. Re-generate everything.Andrew Cagney1-116/+127
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-128/+119
1999-05-11import gdb-1999-05-10Stan Shebs1-139/+158
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+3333
1999-04-16Initial creation of sourceware repositoryStan Shebs1-3333/+0
1998-10-28Unify (well almost) --enable-build-warnings configuration optionAndrew Cagney1-144/+211
across GDB and SIM directories.
1998-05-22Only enable H/W on some mips targets.Andrew Cagney1-110/+122
Move common hw-obj to Make-common Pacify GCC
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-15/+15
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again. Don't call AC_C_CROSS.
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-25/+1841
* config.in: Ditto. * acconfig.h: Removed. * configure.in: Call CY_GNU_GETTEXT. * Makefile.in (INTLLIBS): New macro. (INTLDEPS): Likewise. ($(RUN_PROG)): Depend on INTLDEPS; link against INTLLIBS. (top_builddir): New macro.
1998-04-22Regenerate configureMichael Meissner1-88/+196
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda1-26/+147
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
1996-02-21regenerate configure scripts with autoconf 2.7Ian Lance Taylor1-27/+163
1995-09-08 * configure.in: Convert to use autoconf.Ian Lance Taylor1-0/+1073
* configure: New file, built by autoconf. * acconfig.h: New file. * config.in: New file, built by autoheader. * Makefile.in: Various changes for new configure script. Also: (INSTALL): Go up two levels, not one. (ALLOCA, MALLOC, OPCODES): Remove. (gencode): Use $(CC_FOR_BUILD). (case.o): Remove. (run.o, interp.o): Depend upon config.h. * interp.c: Include "config.h". Don't include "sysdep.h". Include <stdlib.h>, <time.h>, and <unistd.h> if they exist. * run.c: Include "config.h". Don't include "sysdep.h". Include <stdlib.h> if it exists. Include "getopt.h". Declare printf if necessary.