aboutsummaryrefslogtreecommitdiff
path: root/sim/aclocal.m4
AgeCommit message (Collapse)AuthorFilesLines
2021-04-02sim: unify toolchain settingsMike Frysinger1-0/+1
The toplevel, common, and igen dirs all have their own code for setting up toolchain settings. Unify all of that in a new macro.
2021-03-08Enable maintainer mode for simTom Tromey1-13/+33
The sim's recently switch to using Automake caused a build failure for me, because I didn't have the correct auto* tools in my path. However, the rule in the tree is that this is not needed in general. This patch adds a call to AM_MAINTAINER_MODE, to align the sim with the way the rest of the tree works here. sim/ChangeLog 2021-03-08 Tom Tromey <tromey@adacore.com> * aclocal.m4, configure, Makefile.in: Rebuild. * configure.ac: Use AM_MAINTAINER_MODE.
2021-03-07RegeneratedJeff Law1-3/+19
2021-03-07sim: switch top level to automakeMike Frysinger1-0/+1136
This doesn't gain us much by itself, but it sets us up for using more features as we try to unify ports and avoid recursive make.