aboutsummaryrefslogtreecommitdiff
path: root/sim/moxie/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-01-10sim: allow the environment configure option everywhereMike Frysinger1-1/+0
Currently ports have to call SIM_AC_OPTION_ENVIRONMENT explicitly in order to make the configure flag available. There's no real reason to not allow this flag for all ports, so move it to the common sim macro. This way we get standard behavior across all ports too.
2016-01-10sim: allow the inline configure option everywhereMike Frysinger1-1/+0
Currently ports have to call SIM_AC_OPTION_INLINE explicitly in order to make the configure flag available. There's no real reason to not allow this flag for all ports, so move it to the common sim macro. This way we get standard behavior across all ports too.
2016-01-03sim: drop host endian configure optionMike Frysinger1-1/+0
The --enable-sim-hostendian flag was purely so people had an escape route for when cross-compiling. This is because historically, AC_C_BIGENDIAN did not work in those cases. That was fixed a while ago though, so we can require that macro everywhere now and simplify a good bit of code.
2016-01-03sim: convert to bfd_endianMike Frysinger1-1/+1
Rather than re-invent endian defines, as well as maintain our own list of OS & arch-specific includes, punt all that logic in favor of the bfd ones already set up and maintained elsewhere. We already rely on the bfd library, so leveraging the endian aspect should be fine.
2015-03-24sim: moxie: convert to nrun.oMike Frysinger1-1/+2
This port already used a lot of common/ files, so cutting it over to nrun.o and using a few more common objects is pretty straight forward.
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-8/+4
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-10Use common memory infrastructure and introduce device tree supportAnthony Green1-0/+8
2009-05-01Add moxie simulatorAnthony Green1-0/+14