mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-03-03 19:23:13 +01:00
Just build C and C++
This commit is contained in:
3
build.sh
3
build.sh
@@ -94,7 +94,8 @@ cd ../..
|
||||
|
||||
echo "COMPILE GCC"
|
||||
cd gcc-obj
|
||||
../gcc-${GCC_VER}/configure --target=$TARGET --prefix=$PREFIX --enable-languages=c,c++,fortran --disable-libssp --with-gmp=$PREFIX --with-mpfr=$PREFIX --disable-nls --with-newlib || exit
|
||||
../gcc-${GCC_VER}/configure --target=$TARGET --prefix=$PREFIX --enable-languages=c,c++ --disable-libssp --with-gmp=$PREFIX --with-mpfr=$PREFIX --disable-nls --with-newlib || exit
|
||||
#../gcc-${GCC_VER}/configure --target=$TARGET --prefix=$PREFIX --enable-languages=c,c++,fortran --disable-libssp --with-gmp=$PREFIX --with-mpfr=$PREFIX --disable-nls --with-newlib || exit
|
||||
make all-gcc || exit
|
||||
make install-gcc || exit
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user