forked from Imagelibrary/binutils-gdb
sim: drop configure scripts for simple ports
These ports only use the pieces that have been unified, so we can merge them into the common configure script and get rid of their unique one entirely. We still compile & link separate run programs, and have dedicated subdir Makefiles, but the configure script portion is merged.
This commit is contained in:
@@ -51,5 +51,11 @@ AC_SUBST(sim_scache)
|
||||
AC_SUBST(sim_default_model)
|
||||
AC_SUBST(sim_reserved_bits)
|
||||
|
||||
dnl Used by common/Make-common.in to see which configure script created it.
|
||||
SIM_COMMON_BUILD_TRUE='#'
|
||||
SIM_COMMON_BUILD_FALSE=
|
||||
AC_SUBST(SIM_COMMON_BUILD_TRUE)
|
||||
AC_SUBST(SIM_COMMON_BUILD_FALSE)
|
||||
|
||||
AC_OUTPUT
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user