From: Mike Frysinger Date: Sun, 25 Dec 2022 18:46:30 +0000 (-0500) Subject: sim: build: clean up unused codegen logic X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b19d96d13942eb1ba28f550da872d2a30c7a9229;p=binutils-gdb.git sim: build: clean up unused codegen logic Now that all igen ports are in the top-level makefile, we don't need this logic in any subdirs anymore, so clean it up. --- diff --git a/sim/arch-subdir.mk.in b/sim/arch-subdir.mk.in index e6c779a20d5..cfde3f3fb78 100644 --- a/sim/arch-subdir.mk.in +++ b/sim/arch-subdir.mk.in @@ -73,6 +73,3 @@ SIM_INLINE = @SIM_INLINE@ SIM_HW_CFLAGS = @SIM_HW_CFLAGS@ SIM_HW_OBJS = $(SIM_HW_DEVICES:%=dv-%.o) @SIM_ENABLE_HW_FALSE@SIM_HW_OBJS = - -# TODO: Delete this once mips/Makefile.in igen moves to mips/local.mk. -IGEN_FLAGS_SMP = @IGEN_FLAGS_SMP@ diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 1e1ea0e7a20..f36cad4befd 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -50,7 +50,6 @@ include $(srcroot)/gdb/silent-rules.mk ifeq ($(V),0) ECHO_STAMP = @echo " GEN " -ECHO_IGEN = @echo " IGEN $(