diff options
author | 2022-12-26 22:39:03 -0500 | |
---|---|---|
committer | 2023-01-10 01:15:26 -0500 | |
commit | e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 (patch) | |
tree | dee3de755eeaedf5c86fe35e92ad6b1632def42f /sim/ft32 | |
parent | sim: v850: move libsim.a creation to top-level (diff) | |
download | binutils-gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.tar.gz binutils-gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.tar.bz2 binutils-gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.zip |
sim: build: drop support for creating libsim.a in subdirs
Now that all ports have moved to creating libsim.a in the top-level,
drop all the support code to create it in a subdir.
Diffstat (limited to 'sim/ft32')
-rw-r--r-- | sim/ft32/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/ft32/Makefile.in b/sim/ft32/Makefile.in index a84512eaac4..50f497ebb9d 100644 --- a/sim/ft32/Makefile.in +++ b/sim/ft32/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM = - ## COMMON_POST_CONFIG_FRAG |