diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-12-25 01:44:27 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-12-27 00:31:33 -0500 |
commit | 4c45662c0fd49bf25d3a014dec54224e9d11e90f (patch) | |
tree | 7cc67f8340cb4ad999654a4e43d6a70373e678de /sim/Makefile.in | |
parent | 556ca380d712270ba1f0adf780673b7d1a3fda95 (diff) | |
download | gdb-4c45662c0fd49bf25d3a014dec54224e9d11e90f.zip gdb-4c45662c0fd49bf25d3a014dec54224e9d11e90f.tar.gz gdb-4c45662c0fd49bf25d3a014dec54224e9d11e90f.tar.bz2 |
sim: mips: rename multi_flags to igen_itable_flags
This variable is only used to generate the itable files. In preparation
for merging the itable logic among all ports, rename "multi_flags" to a
more appropriate "igen_itable_flags" variable. There should be no real
chagnes here otherwise.
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index 6a6487e..dbb2a1f 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1114,8 +1114,8 @@ SIM_MIPS_BITSIZE = @SIM_MIPS_BITSIZE@ SIM_MIPS_FPU_BITSIZE = @SIM_MIPS_FPU_BITSIZE@ SIM_MIPS_GEN = @SIM_MIPS_GEN@ SIM_MIPS_IGEN_FLAGS = @SIM_MIPS_IGEN_FLAGS@ +SIM_MIPS_IGEN_ITABLE_FLAGS = @SIM_MIPS_IGEN_ITABLE_FLAGS@ SIM_MIPS_M16_FLAGS = @SIM_MIPS_M16_FLAGS@ -SIM_MIPS_MULTI_FLAGS = @SIM_MIPS_MULTI_FLAGS@ SIM_MIPS_MULTI_IGEN_CONFIGS = @SIM_MIPS_MULTI_IGEN_CONFIGS@ SIM_MIPS_MULTI_OBJ = @SIM_MIPS_MULTI_OBJ@ SIM_MIPS_MULTI_SRC = @SIM_MIPS_MULTI_SRC@ |