From fd7916fa830632015606981387065c4ee3b16ece Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 9 Mar 2018 07:58:50 +0500 Subject: [PATCH] gcc: drop TARGET_SYS workaround This is no longer needed, as the external toolchain no longer sets TARGET_PREFIX. Signed-off-by: Christopher Larson --- core/recipes-devtools/gcc/gcc_%.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/recipes-devtools/gcc/gcc_%.bbappend b/core/recipes-devtools/gcc/gcc_%.bbappend index 9949a79..bd3b9b1 100644 --- a/core/recipes-devtools/gcc/gcc_%.bbappend +++ b/core/recipes-devtools/gcc/gcc_%.bbappend @@ -1,6 +1,3 @@ -# 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 () {