development/arm-gcc: Removed C++.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fernando Lopez Jr 2018-01-07 07:48:07 +07:00 committed by Willy Sudiarto Raharjo
parent db9dac38c2
commit 79615a25e9

View file

@ -98,7 +98,7 @@ CXXFLAGS_FOR_BUILD="$SLKCFLAGS" \
--enable-lto \
--enable-plugin \
--target=arm-none-eabi \
--with-cpu=cortex-m4 \
--with-cpu=cortex-m3 \
--with-fpu=fpv4-sp-d16 \
--with-float=hard \
--with-mode=thumb \
@ -115,7 +115,7 @@ CXXFLAGS_FOR_BUILD="$SLKCFLAGS" \
--program-prefix="arm-none-eabi-" \
--program-suffix="" \
--build=$ARCH-slackware-linux \
--enable-languages=c,c++ \
--enable-languages="c" \
--with-newlib \
--with-headers=/usr/include/newlib/libc/include