diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-03 17:45:09 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-04 01:40:38 +0700 |
commit | 2734f0a2750442e83132fcede8ba62cdf6f3c63e (patch) | |
tree | a2bff1034887d3f989ec3d8f7b22cff2ac7bdad7 /sim/iq2000 | |
parent | 8183b5f53f7a2d50085f6584d1bd846aff6b5dbf (diff) | |
download | fsf-binutils-gdb-2734f0a2750442e83132fcede8ba62cdf6f3c63e.zip fsf-binutils-gdb-2734f0a2750442e83132fcede8ba62cdf6f3c63e.tar.gz fsf-binutils-gdb-2734f0a2750442e83132fcede8ba62cdf6f3c63e.tar.bz2 |
sim: cleanup unused SIM_EXTRA_CFLAGS
We want to eventually delete this, so at least drop the empty ones.
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in index 757ed28..e7e0c71 100644 --- a/sim/iq2000/Makefile.in +++ b/sim/iq2000/Makefile.in @@ -31,8 +31,6 @@ SIM_EXTRA_DEPS = \ $(CGEN_INCLUDE_DEPS) \ arch.h cpuall.h $(srcdir)/../../opcodes/iq2000-desc.h eng.h -SIM_EXTRA_CFLAGS = - ALL_CPU_CFLAGS = -DHAVE_CPU_IQ2000BF -DHAVE_CPU_IQ10BF SIM_EXTRA_CLEAN = iq2000-clean |