From 117d6e15ae2f6a0549fffd46c485634b12c0e0a1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 13 Apr 2022 13:57:48 -0600 Subject: [PATCH] Build shared libgcc --- recipes/gcc/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh index c63ecb872..a14cfe898 100644 --- a/recipes/gcc/recipe.sh +++ b/recipes/gcc/recipe.sh @@ -35,7 +35,7 @@ function recipe_build { --with-sysroot=/ \ --with-build-sysroot="$sysroot" \ --enable-static \ - --disable-shared \ + --enable-shared \ --disable-dlopen \ --disable-nls \ --enable-languages=c,c++ \ -- GitLab