forked from Imagelibrary/binutils-gdb
sim: unify platform function & header tests
Move the various platform tests up a level to avoid duplication across the ports. When building multiple versions, this speeds things up a bit. For now we move the obvious stuff up a level, but we don't turn own the config.h entirely just yet -- we still have some tests related to libraries that need consideration.
This commit is contained in:
@@ -5,7 +5,10 @@ AC_INIT([sim], [0],
|
||||
[https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim],
|
||||
[], [https://sourceware.org/gdb/wiki/Sim/])
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
SIM_AC_TOOLCHAIN
|
||||
SIM_AC_PLATFORM
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
Reference in New Issue
Block a user