Skip to content

distrib/configure: Fix typo in CONF_GCC_LINKER_OPTS_STAGE2 variable

Matthew Pickering requested to merge wip/distrib-configure into master

Instead we were setting CONF_GCC_LINK_OPTS_STAGE2 which meant that we were missing passing --target when invoking the linker.

Fixes #24414 (closed)

Edited by Matthew Pickering

Merge request reports