aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/configure
AgeCommit message (Collapse)AuthorFilesLines
2004-12-07 * configure: Regenerate for ../common/aclocal.m4 update.Hans-Peter Nilsson1-0/+6
2000-05-24Change profiling so that it is enabled by default. Re-generate everything.Andrew Cagney1-152/+163
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-163/+154
1999-05-11import gdb-1999-05-10Stan Shebs1-171/+241
1999-04-26import gdb-19990422 snapshotStan Shebs1-147/+239
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+3932
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2209/+0
1999-02-06merge from main branch for danlite/sparc86x mergeDJ Delorie1-1749/+226
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-123/+124
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again.
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-38/+1842
* config.in: Ditto. * configure.in: Don't call sinclude.
1998-01-20* aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans1-46/+81
*/configure: Regenerated.
1997-09-23Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney1-72/+388
to <targ>/configure.in. Simplify logic used to select target [default] endianness.
1997-04-07Get configure to define RETSIGTYPEAndrew Cagney1-195/+103
1997-04-02 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn1-138/+285
(sim-debug): Allow arguments. Define WITH_DEBUG in addition to -DDEBUG. * configure: Regenerated to track ../common/aclocal.m4 changes.
1997-04-02New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney1-48/+28
Update common/aclocal.m4 to better work with sim-config.[hc].
1997-03-17 * configure: Re-generate.Andrew Cagney1-199/+126
* Make-common.in (CSEARCH): Do not include the gdb directory in the search path. * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE, SIM_WARNING): Drop, requiring the simulator specific Makefile.in to explicitly incorporate these. * aclocal.m4 (--enable-sim-alignment); New option. Strongly specify the alignment restrictions of the target architecture - without this option all alignment restrictions are accomodated. (--enable-sim-assert): New option. Conditionally compile in assertion statements. (--enable-sim-float): New option. Strongly specify the target's floating point support. (--enable-sim-hardware): New option. Specify the hardware devices included in the simulation. (--enable-sim-packages): New option. Specify the hardware packages included in the simulation. (--enable-sim-regparm): New option. Specify that parameters be passed in registers instead of on the stack. (--enable-sim-reserved-bits): New option. Specify that reserved bits within an instruction are are correctly set. (--enable-sim-smp): New option. Specify the level of SMP support to be included in the simulator. (--enable-sim-stdcall): New option. Specify an alternative function call convention. (--enable-sim-xor-endian): New option. Configure xor-endian support used by some targets to implement bi-endian support.
1997-03-14Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the ↵Michael Meissner1-305/+62
system call trap, keeping 0 temporarily
1997-01-24 * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1-2/+2
comments and single quotes. Fixes a problem found on hpux.
1997-01-24 * configure: Remove targ-vals.def when doing distclean. (ChangeStu Grossman1-1/+1
is actually in ../common/aclocal.m4.)
1997-01-24 * configure: Remove Make-common.in from dependencies. (Actually inStu Grossman1-1/+1
../common/aclocal.m4).
1997-01-23 * configure configure.in Makefile.in: Update to new configureStu Grossman1-0/+1857
scheme which is more compatible with WinGDB builds. * configure.in: Improve comment on how to run autoconf. * configure: Re-run autoconf to get new ../common/aclocal.m4. * Makefile.in: Use autoconf substitution to install common makefile fragment.