]> xenbits.xensource.com Git - qemu-xen.git/commit
configure: Avoid use of param. expansion when using gdb_version
authorGustavo Romero <gustavo.romero@linaro.org>
Tue, 13 Aug 2024 20:23:12 +0000 (21:23 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 16 Aug 2024 13:04:19 +0000 (14:04 +0100)
commit34a4ef1c5cc79bf924938b8cbd5f92146a23a7cb
tree412d89ca2720ff8f3017833ca36427cf2d428122
parent819039a5ad6044467ddad96e656f430198fe1c20
configure: Avoid use of param. expansion when using gdb_version

$gdb_version is now used in more than one conditional case and its usage
in such cases may increase in the future. Therefore, avoid using shell
parameter expansion when using it by setting gdb_version to its final
form.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Message-Id: <20240804161850.2646299-3-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240813202329.1237572-5-alex.bennee@linaro.org>
configure