mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Reenable c++
This commit is contained in:
parent
871149f4a0
commit
e1710bd4d5
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user