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

Disable c++

parent 8eb46094
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
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