Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-02 | sim: unify toolchain settings | Mike Frysinger | 1 | -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-08 | Enable maintainer mode for sim | Tom Tromey | 1 | -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-07 | Regenerated | Jeff Law | 1 | -3/+19 | |
2021-03-07 | sim: switch top level to automake | Mike Frysinger | 1 | -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. |