diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-12-26 22:39:03 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-10 01:15:26 -0500 |
commit | e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 (patch) | |
tree | dee3de755eeaedf5c86fe35e92ad6b1632def42f /sim/rx | |
parent | 7a59a0b92cb36e7f591e5d6a3874667a326f37e6 (diff) | |
download | gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.zip gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.tar.gz gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.tar.bz2 |
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/rx')
-rw-r--r-- | sim/rx/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index c418da2..0c4a1f6 100644 --- a/sim/rx/Makefile.in +++ b/sim/rx/Makefile.in @@ -22,7 +22,4 @@ SIM_EXTRA_CFLAGS = @SIM_RX_CYCLE_ACCURATE_FLAGS@ -SIM_LIBSIM = -SIM_RUN_OBJS = - ## COMMON_POST_CONFIG_FRAG |