]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/configure
sim: mips: drop unused micromips igen logic
authorMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 06:23:21 +0000 (01:23 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 27 Dec 2022 05:31:33 +0000 (00:31 -0500)
commit556ca380d712270ba1f0adf780673b7d1a3fda95
tree05e702f169bf9587388910b9b700c5d435306753
parentf754cabb05b715359c98ed0bce734f9fc64d5003
sim: mips: drop unused micromips igen logic

This code appears to be unused since it was first merged.  When
micromips was enabled, it was via the "MULTI" config, not the
"MICROMIPS" config, and the multi configs have sep vars.  Since
nothing sets SIM_MIPS_GEN=MICROMIPS in the config, all of this
should be unreachable, so punt it to simplify.  Further, the
SIM_MIPS_MICROMIPS16_FLAGS & SIM_MIPS_MICROMIPS_FLAGS settings
rely on sim_mips_micromips{,16}_{filter,machine} variables that
are never set in the configure script.
sim/Makefile.in
sim/configure
sim/mips/Makefile.in
sim/mips/acinclude.m4