sim: mips: namespace igen configure vars
authorMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 00:38:44 +0000 (19:38 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 02:41:22 +0000 (21:41 -0500)
commitfec5386aef5869fbc982e5e287ffd9e4f030d8d2
treedf2452b2023c69ec93e93aadc357a4d593e2998c
parenta449d2c2943feabdda499868d09c8588a4395a38
sim: mips: namespace igen configure vars

To prepare moving this logic to the top-level configure, the vars
need to be namespaced.  Do that here to make it easier to review.
Basically sim_xxx -> SIM_MIPS_XXX when a var is exported from the
configure script to the Makefile, and sim_xxx -> sim_mips_xxx when
the var is internal in the configure script.
sim/mips/Makefile.in
sim/mips/configure
sim/mips/configure.ac