diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 21:33:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-22 19:26:13 -0400 |
commit | 36bb57e40c5062ff6c5cb16463e1c7233baf46bb (patch) | |
tree | df77ebccb379772d96211f3b5d74e260b184cdfe /sim/m4/sim_ac_output.m4 | |
parent | 224506e95d2d44aa6583cbcda9f4b7305f834ab3 (diff) | |
download | binutils-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.zip binutils-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.tar.gz binutils-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.tar.bz2 |
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.
Diffstat (limited to 'sim/m4/sim_ac_output.m4')
-rw-r--r-- | sim/m4/sim_ac_output.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/m4/sim_ac_output.m4 b/sim/m4/sim_ac_output.m4 index aba45b0..f9f7016 100644 --- a/sim/m4/sim_ac_output.m4 +++ b/sim/m4/sim_ac_output.m4 @@ -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 ]) |