aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430/configure
AgeCommit message (Collapse)AuthorFilesLines
2014-08-19Fix --diable-shared --enable-plugins build breakageAlan Modra1-2/+60
Directories that don't use libtool need to add -ldl (on most *nix hosts) to provide dlopen for libbfd. config/ * plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to LIBS via AC_SEARCH_LIBS. gdb/ * acinclude.m4 (GDB_AC_CHECK_BFD): Don't add -ldl. * config.in: Regenerate. sim/ppc/ * configure.ac: Invoke AC_PLUGINS. * config.in: Regenerate. and regen lots of configure files.
2014-08-15Regenerate sim configury.Roland McGrath1-9/+40
2013-09-23Regenerate sim configure files to pick up support for powerpc64le inAlan Modra1-12/+8991
libtool.m4.
2013-06-21 * msp430: New Directory.Nick Clifton1-0/+6263
* configure.tgt: Add it. * configure: Regenerate. * gennltvals.sh: Add msp430 support. * nltvals.def: Regenerate. * Makefile.in: New. * aclocal.m4: Generate. * config.in: Generate. * configure.ac: New. * configure: Generate. * msp430-sim.c: New. * msp430-sim.h: New. * sim-main.h: New. * trace.c: New. * trace.h: New.