From c42584594bd35c3483773c1973d081e8105147bd Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 3 Mar 2017 15:34:10 +0000 Subject: [PATCH] build just c & c++ compilers --- dkarm-eabi/scripts/build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index 6f65f49..d370686 100755 --- a/dkarm-eabi/scripts/build-gcc.sh +++ b/dkarm-eabi/scripts/build-gcc.sh @@ -46,7 +46,7 @@ then CXXFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \ LDFLAGS_FOR_TARGET="" \ ../../gcc-$GCC_VER/configure \ - --enable-languages=c,c++,objc,obj-c++ \ + --enable-languages=c,c++ \ --with-gnu-as --with-gnu-ld --with-gcc \ --with-march=armv4t\ --enable-cxx-flags='-ffunction-sections' \