Commit 111d1243 authored by Frédéric Hoguin's avatar Frédéric Hoguin

Disable libstdcxx, revert second GCC pass

parent 9615e44f
......@@ -188,11 +188,10 @@ do_gcc()
--disable-nls \
--disable-shared \
--disable-libssp \
--disable-libstdcxx \
--with-gmp=${TMP_DIR}
make -j${JOBS} all-gcc
make -j${JOBS} all-target-libgcc
make install-gcc
make install-target-libgcc
make -j${JOBS}
make install
popd > /dev/null
}
......@@ -230,6 +229,7 @@ do_all()
do_binutils
do_gcc
do_newlib
do_gcc
}
mkdir -p ${CACHE_DIR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment