aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-05 10:23:28 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-05 10:23:28 +0700
commit682a2a82e404a7ec033546f639c89e709ce870e1 (patch)
treed30bf5307e6e5ad43b570031910f1237f67e9a62 /sim/configure
parent0fa7ad4eb4f76e24fabf6a15197f078a3ba60d80 (diff)
downloadfsf-binutils-gdb-682a2a82e404a7ec033546f639c89e709ce870e1.zip
fsf-binutils-gdb-682a2a82e404a7ec033546f639c89e709ce870e1.tar.gz
fsf-binutils-gdb-682a2a82e404a7ec033546f639c89e709ce870e1.tar.bz2
sim: adjust sim_hw options style
We use uppercase for other variables, and are already turning it to uppercase in the arch-subdir.mk, so convert it in the configure step.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/sim/configure b/sim/configure
index 06c3012..00639e8 100755
--- a/sim/configure
+++ b/sim/configure
@@ -644,8 +644,8 @@ SIM_FRV_TRAPDUMP_FLAGS
sim_float
sim_bitsize
SIM_INLINE
-sim_hw_sockser
-sim_hw_cflags
+SIM_HW_SOCKSER
+SIM_HW_CFLAGS
SIM_ENABLE_HW_FALSE
SIM_ENABLE_HW_TRUE
cgen
@@ -15868,7 +15868,9 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_sim_hardware}" >&5
$as_echo "${enable_sim_hardware}" >&6; }
+SIM_HW_CFLAGS=$sim_hw_cflags
+SIM_HW_SOCKSER=$sim_hw_sockser
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking sim inline settings" >&5