Build shared libgcc

This commit is contained in:
Jeremy Soller 2022-04-13 13:57:48 -06:00
parent fec89f1aca
commit 117d6e15ae
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -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++ \