0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-07-03 00:47:42 +00:00
Files
Ondrej Cierny 1ce0eb5bf2 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>
2025-06-23 13:30:15 +02:00
..
2025-06-08 12:20:15 +02:00
2025-04-18 02:10:48 +02:00
2024-09-22 19:06:22 +02:00