Skip to content
Snippets Groups Projects
Verified Commit e1710bd4 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Reenable c++

parent 871149f4
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,8 @@ function recipe_build { ...@@ -19,8 +19,8 @@ function recipe_build {
cp config.sub mpfr/config.sub cp config.sub mpfr/config.sub
cp -f config.sub mpc/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++ ./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 make all-gcc all-target-libgcc all-target-libstdc++-v3
skip=1 skip=1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment