diff --git a/core/recipes-devtools/gcc/gcc_%.bbappend b/core/recipes-devtools/gcc/gcc_%.bbappend index bd3b9b1..9949a79 100644 --- a/core/recipes-devtools/gcc/gcc_%.bbappend +++ b/core/recipes-devtools/gcc/gcc_%.bbappend @@ -1,3 +1,6 @@ +# Align TARGET_SYS and TARGET_PREFIX to avoid binary links which include both +TARGET_SYS := "${@TARGET_PREFIX[:-1]}" + # FIXME: resolve gcc version mismatch issues with ${libdir}/gcc/*/ # filesystem paths python () {