[PATCH] Add baseboard for PRU simulator

2020-12-14 Thread Dimitar Dimitrov
I'm running [1] PRU regression tests using this baseboard definition and mainline Binutils, GCC, Newlib and GNU Simulator. [1] https://github.com/dinuxbg/gnupru/blob/master/testing/buildbot-pru.sh ChangeLog: * Makefile.am: Add pru-sim.exp. * Makefile.in: Ditto. * baseboar

[PATCH] Fix dejagnu.texi dependency declaration

2020-12-14 Thread Dimitar Dimitrov
This fixes "make distcheck" on my Debian 10 system. Test I did: autoreconf -vfi ./configure make make distcheck ChangeLog: * Makefile.am: Fix dejagnu.texi dependency. Signed-off-by: Dimitar Dimitrov --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --