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/lm32 | |
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/lm32')
-rw-r--r-- | sim/lm32/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index db15bef..0519159 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -19,9 +19,6 @@ SIM_EXTRA_HW_DEVICES = lm32cpu lm32timer lm32uart SIM_EXTRA_DEPS = $(CGEN_INCLUDE_DEPS) $(srcdir)/../../opcodes/lm32-desc.h \ eng.h -# List of flags to always pass to $(CC). -#SIM_EXTRA_CFLAGS = - SIM_EXTRA_CLEAN = lm32-clean ## COMMON_POST_CONFIG_FRAG |