]> git.ipfire.org Git - thirdparty/openwrt.git/commit
toolchain/wrapper: add missing qstrip to info.mk export 19192/head
authorOndrej Cierny <o.cierny@gmail.com>
Fri, 20 Jun 2025 21:43:00 +0000 (14:43 -0700)
committerRobert Marko <robimarko@gmail.com>
Mon, 23 Jun 2025 11:30:15 +0000 (13:30 +0200)
commit1ce0eb5bf2b36fa866117fd9ebd6b1a9bce14a0f
tree07b26302b6edbe84446eefb60f22d7c19bb5dbc0
parent2b0b35310479a993b785bb16b38f40b80e26ad96
toolchain/wrapper: add missing qstrip to info.mk export

When using an external toolchain, the SetToolchainInfo function
is missing a qstrip call on GCC_VERSION, which results in quotes
making it to the toolchain info.mk file.

This leads to a failure to build the libgcc ipk package because
the quotes make it to its version and filename. For some reason,
it only fails on the first make invocation, but succeeds on
subsequent ones on my setup.

Fix this issue by adding the qstrip, making it consistent with
the internal toolchain approach.

Signed-off-by: Ondrej Cierny <o.cierny@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19192
Signed-off-by: Robert Marko <robimarko@gmail.com>
toolchain/wrapper/Makefile