diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-02 00:08:56 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-14 20:46:00 -0500 |
commit | 0e7c397dbf3b9af7f132963e2ecc52585f1ee7d0 (patch) | |
tree | 4addc0f950e2da818a1e993de031197c9fcfd862 /sim/igen | |
parent | 49444feaefc9ec5a64e5c9a0ce54923f50473013 (diff) | |
download | binutils-0e7c397dbf3b9af7f132963e2ecc52585f1ee7d0.zip binutils-0e7c397dbf3b9af7f132963e2ecc52585f1ee7d0.tar.gz binutils-0e7c397dbf3b9af7f132963e2ecc52585f1ee7d0.tar.bz2 |
sim: igen: simplify build dep
Now that all ports (other than ppc) build in the top-level, we don't
need to mark the igen tool as a recursive dep. Each port depends on
the tool if it actually uses it, and ppc doesn't use it at all.
Diffstat (limited to 'sim/igen')
-rw-r--r-- | sim/igen/local.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/igen/local.mk b/sim/igen/local.mk index db902a6..0126a2c 100644 --- a/sim/igen/local.mk +++ b/sim/igen/local.mk @@ -24,10 +24,6 @@ IGEN = %D%/igen$(EXEEXT) IGEN_RUN = ASAN_OPTIONS=detect_leaks=0 $(IGEN) $(IGEN_FLAGS_SMP) -## This makes sure igen is available before building the arch-subdirs which -## need to run the igen tool. -SIM_ALL_RECURSIVE_DEPS += $(IGEN) - # Alias for developers. igen: $(IGEN) |