aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2015-03-29sim: microblaze: use common configure optionsMike Frysinger1-0/+5
In preparation for converting to nrun, call the common functions that are needed. This doesn't produce any new warnings, and the generated code should be the same.
2015-03-16sim: mcore/microblaze: clean up a bitMike Frysinger1-0/+2
Fix some various warnings and enable the extra warnings options.
2015-03-14sim: drop duplicate header checksMike Frysinger1-2/+0
The SIM_AC_COMMON macro already checks for a bunch of headers, so specific sim ports need not do it themselves.
2011-10-18sim: rename common/aclocal.m4 to common/acinclude.m4Mike Frysinger1-1/+1
Automake likes to dump macros automatically used into the aclocal.m4 file, but the common/aclocal.m4 naming prevents that. So rename it to the more normal "acinclude.m4" so the aclocal tool can work. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-10-18sim: move from common.m4 to SIM_AC_COMMONMike Frysinger1-6/+2
Now that the sourceware tree generally requires autoconf-2.64, update the sim tree to require that too. This allows us to drop the long standing SIM_AC_COMMON/common.m4 workaround as autoconf 2.64+ seems to work for me. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-09-232009-09-23 Michael Eager <eager@eagercon.com>Michael Eager1-0/+14
* configure: Add microblaze-*.* (not regenerated). * configure.ac: Likewise. * microblaze/config.in: New. * microblaze/configure: Generate. * microblaze/configure.ac: New. * microblaze/interp.c: New. * microblaze/Makefile.in: New. * microblaze/microblaze.h: New. * microblaze/microblaze.isa: New. * microblaze/sim-main.h: New. * microblaze/sysdep.h: New.