]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/configure.ac
sim: unify target->subdir handling for default tests
authorMike Frysinger <vapier@gentoo.org>
Mon, 26 Apr 2010 16:23:24 +0000 (16:23 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 26 Apr 2010 16:23:24 +0000 (16:23 +0000)
commit119da4656825919121f24aac638a7022066ef56c
treee9af8b16367e3968f1e7f3d0c011821790cb784d
parent64af4c92f8369e30c0205efe8dff12938cbeb235
sim: unify target->subdir handling for default tests

The testsuite subdir has a note about unifying the target->subdir logic,
so do just that.  The end goal here is to have `make check` work out of
the box without having to delve into dejagnu internals.

The target-specific logic is split out of the top level configure.ac file
and into a dedicated configure.tgt similar to other subprojects (gdb and
ld and etc...) with the difference that this file has to be included at
the m4 level instead of the shell level.  This is necessary only because
autoconf requires AC_CONFIG_SUBDIRS be given a string literal and not a
variable value.

Then the toplevel and the testsuite configure files pull this in, the sim
subdir gets expanded into testsuite/site.exp, and the default sim run code
uses this info to set the sim path to the local compiled run file if it
hasn't already been specified.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/ChangeLog
sim/configure
sim/configure.ac
sim/configure.tgt [new file with mode: 0644]
sim/testsuite/ChangeLog
sim/testsuite/Makefile.in
sim/testsuite/configure
sim/testsuite/configure.ac
sim/testsuite/lib/sim-defs.exp
sim/testsuite/sim/mips/ChangeLog
sim/testsuite/sim/mips/basic.exp