From 472a58e00189391633bbc087bc7a8e99a191ab8f Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 3 Aug 2026 19:36:07 +0300 Subject: [PATCH] gcc-native: repoint the source symlink at the GCC 16 tree Follows the recipe's [source] move from same_as gcc13 to path = "../gcc16/source". The old symlink pointed at recipes/dev/gcc13/source and survived the recipe edit, which is why the first GCC 16 build attempt was still compiling GCC 13 sources. --- local/recipes/dev/gcc-native/source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/recipes/dev/gcc-native/source b/local/recipes/dev/gcc-native/source index faaa9240ab..21cd40fa6a 120000 --- a/local/recipes/dev/gcc-native/source +++ b/local/recipes/dev/gcc-native/source @@ -1 +1 @@ -../../../../recipes/dev/gcc13/source \ No newline at end of file +../gcc16/source \ No newline at end of file