From b6ac481ccbbaa98322d473bdd18f91598367a547 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 13 Jun 2018 18:45:55 +0100 Subject: [PATCH] enable objc --- dka64/scripts/build-gcc.sh | 2 +- dkarm-eabi/scripts/build-gcc.sh | 2 +- dkppc/scripts/build-gcc.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dka64/scripts/build-gcc.sh b/dka64/scripts/build-gcc.sh index 220bdeb..b5f8148 100755 --- a/dka64/scripts/build-gcc.sh +++ b/dka64/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++,lto \ + --enable-languages=c,c++,objc,lto \ --with-gnu-as --with-gnu-ld --with-gcc \ --with-march=armv8\ --enable-cxx-flags='-ffunction-sections' \ diff --git a/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index f25781a..804e791 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++,lto \ + --enable-languages=c,c++,objc,lto \ --with-gnu-as --with-gnu-ld --with-gcc \ --with-march=armv4t\ --enable-cxx-flags='-ffunction-sections' \ diff --git a/dkppc/scripts/build-gcc.sh b/dkppc/scripts/build-gcc.sh index c5b5dc8..d99dd18 100755 --- a/dkppc/scripts/build-gcc.sh +++ b/dkppc/scripts/build-gcc.sh @@ -82,7 +82,7 @@ then CXXFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \ LDFLAGS_FOR_TARGET="" \ ../../gcc-$GCC_VER/configure \ - --enable-languages=c,c++ \ + --enable-languages=c,c++,objc,lto \ --enable-lto \ --with-cpu=750 \ --disable-nls --disable-shared --enable-threads=dkp --disable-multilib \