From a92a4b8d652b6bb8494c5e6d64e29d61ef5f971d Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Mon, 27 Aug 2018 15:34:18 -0600 Subject: [PATCH] Remove use of autoconf --- recipes/gcc/recipe.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh index f7ad69a30..d3e47ea7c 100644 --- a/recipes/gcc/recipe.sh +++ b/recipes/gcc/recipe.sh @@ -18,9 +18,6 @@ function recipe_build { cp config.sub isl/config.sub cp config.sub mpfr/config.sub cp -f config.sub mpc/config.sub - pushd libstdc++-v3 - autoconf2.64 - popd ./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 -- GitLab