Remove use of autoconf

This commit is contained in:
Jeremy Soller 2018-08-27 15:34:18 -06:00
parent 8aefc0353f
commit a92a4b8d65

View File

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