From 682a2a82e404a7ec033546f639c89e709ce870e1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Nov 2022 10:23:28 +0700 Subject: 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. --- sim/m4/sim_ac_option_hardware.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sim/m4') diff --git a/sim/m4/sim_ac_option_hardware.m4 b/sim/m4/sim_ac_option_hardware.m4 index d1acc6a..5216d6b 100644 --- a/sim/m4/sim_ac_option_hardware.m4 +++ b/sim/m4/sim_ac_option_hardware.m4 @@ -36,6 +36,8 @@ else fi AM_CONDITIONAL([SIM_ENABLE_HW], [test "$enable_sim_hardware" = "yes"]) AC_MSG_RESULT(${enable_sim_hardware}) -AC_SUBST(sim_hw_cflags) -AC_SUBST(sim_hw_sockser) +SIM_HW_CFLAGS=$sim_hw_cflags +AC_SUBST(SIM_HW_CFLAGS) +SIM_HW_SOCKSER=$sim_hw_sockser +AC_SUBST(SIM_HW_SOCKSER) ]) -- cgit v1.1