From 871149f4a038b6b3e03f7e6540557ffa95751262 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Sat, 17 Nov 2018 09:47:05 -0700 Subject: [PATCH] Disable c++ --- recipes/gcc/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh index d3e47ea7c..6c3067377 100644 --- a/recipes/gcc/recipe.sh +++ b/recipes/gcc/recipe.sh @@ -19,8 +19,8 @@ function recipe_build { cp config.sub mpfr/config.sub cp -f config.sub mpc/config.sub - ./configure --host=${HOST} --target=${HOST} --prefix=/ --enable-static --disable-shared --disable-dlopen --disable-nls --enable-languages=c,c++ - make all-gcc all-target-libgcc all-target-libstdc++-v3 + ./configure --host=${HOST} --target=${HOST} --prefix=/ --enable-static --disable-shared --disable-dlopen --disable-nls --enable-languages=c #,c++ + make all-gcc all-target-libgcc #all-target-libstdc++-v3 skip=1 } -- GitLab