Reenable c++

This commit is contained in:
Jeremy Soller 2018-11-18 10:37:36 -07:00
parent 871149f4a0
commit e1710bd4d5
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

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