aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-17 23:21:31 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-17 23:29:23 -0500
commit1b1be68b9b31b6ba5338f09a0a4f4bfc74a2e714 (patch)
treea5f3fd9a3c94a16d02b55d1d7ea4e689f1585c5e /sim/ppc
parent87a5cf5c0ecc8a0965961154602cbb844cb5ee2b (diff)
downloadgdb-1b1be68b9b31b6ba5338f09a0a4f4bfc74a2e714.zip
gdb-1b1be68b9b31b6ba5338f09a0a4f4bfc74a2e714.tar.gz
gdb-1b1be68b9b31b6ba5338f09a0a4f4bfc74a2e714.tar.bz2
sim: ppc: drop local psim link
This has never been installed, and it's not clear anyone cares about it in the local build dir (when the main program is sim/ppc/run), so drop all the logic to simplify.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/local.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sim/ppc/local.mk b/sim/ppc/local.mk
index fca3b4f..9f55629 100644
--- a/sim/ppc/local.mk
+++ b/sim/ppc/local.mk
@@ -21,9 +21,6 @@
%D%/libsim.a \
$(SIM_COMMON_LIBS)
-%D%/psim$(EXEEXT): %D%/run$(EXEEXT)
- $(AM_V_GEN)ln $< $@ 2>/dev/null || $(LN_S) $< $@ 2>/dev/null || cp -p $< $@
-
## This makes sure common parts are available before building the arch-subdirs
## which will refer to these.
SIM_ALL_RECURSIVE_DEPS += common/libcommon.a
@@ -34,7 +31,7 @@ SIM_ALL_RECURSIVE_DEPS += common/libcommon.a
%D%/%.o: %D%/%.c | %D%/libsim.a $(SIM_ALL_RECURSIVE_DEPS)
$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
-noinst_PROGRAMS += %D%/run %D%/psim
+noinst_PROGRAMS += %D%/run
%D%/spreg.c: @MAINT@ %D%/ppc-spr-table %D%/spreg-gen.py %D%/$(am__dirstamp)
$(AM_V_GEN)$(srcdir)/%D%/spreg-gen.py --source $@.tmp