Commit 70d084a2 authored by Tristan Gingold's avatar Tristan Gingold

Merge branch 'cpp_support' into 'master'

Added C++ support

See merge request !1
parents 3de55e7a 111d1243
......@@ -184,10 +184,11 @@ do_gcc()
${CACHE_DIR}/gcc-${GCC_V}/configure --prefix=${PREFIX} --target=riscv32-elf \
--enable-multilib \
--enable-languages=c \
--enable-languages=c,c++ \
--disable-nls \
--disable-shared \
--disable-libssp \
--disable-libstdcxx \
--with-gmp=${TMP_DIR}
make -j${JOBS}
make install
......
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