From 7d56229f157d705eba147d0747a01ed130375dbd Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 7 Apr 2026 00:34:28 +0700 Subject: [PATCH] Revert removing GCC with-sysroot --- recipes/dev/gcc13/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/dev/gcc13/recipe.toml b/recipes/dev/gcc13/recipe.toml index b6fd0aa36..d3fba2838 100644 --- a/recipes/dev/gcc13/recipe.toml +++ b/recipes/dev/gcc13/recipe.toml @@ -40,6 +40,7 @@ export CFLAGS_FOR_TARGET="${CPPFLAGS}" CXXFLAGS_FOR_TARGET="${CPPFLAGS}" LDFLAGS export CC_FOR_BUILD="$CC_WRAPPER gcc" CXX_FOR_BUILD="$CC_WRAPPER g++" unset CFLAGS CPPFLAGS LDFLAGS COOKBOOK_CONFIGURE_FLAGS+=( + --with-sysroot=/ --with-gmp="${COOKBOOK_SYSROOT}/usr" --with-mpfr="${COOKBOOK_SYSROOT}/usr" --with-mpc="${COOKBOOK_SYSROOT}/usr"