Skip to content

Commit c425845

Browse files
committed
build just c & c++ compilers
1 parent 9ea6924 commit c425845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dkarm-eabi/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ then
4646
CXXFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \
4747
LDFLAGS_FOR_TARGET="" \
4848
../../gcc-$GCC_VER/configure \
49-
--enable-languages=c,c++,objc,obj-c++ \
49+
--enable-languages=c,c++ \
5050
--with-gnu-as --with-gnu-ld --with-gcc \
5151
--with-march=armv4t\
5252
--enable-cxx-flags='-ffunction-sections' \

0 commit comments

Comments
 (0)