diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh
index 6c306737749efaf3b072aa2d8a4394cf82073993..d3e47ea7c951602bec2a6802e13403704a8b45ab 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
 }