From c59173e2bbbf757f532c33e2ea25eac8e64308dc Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 4 Apr 2012 12:39:28 +0100 Subject: [PATCH] objc not currently supported for cross compiling --- dkpsp/scripts/build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkpsp/scripts/build-gcc.sh b/dkpsp/scripts/build-gcc.sh index ed1b077..bbf2ff2 100644 --- a/dkpsp/scripts/build-gcc.sh +++ b/dkpsp/scripts/build-gcc.sh @@ -42,7 +42,7 @@ cd $target/gcc if [ ! -f configured-gcc ] then CFLAGS="$cflags" LDFLAGS="$ldflags" CFLAGS_FOR_TARGET="-O2" LDFLAGS_FOR_TARGET="" ../../gcc-$GCC_VER/configure \ - --enable-languages=c,c++,objc \ + --enable-languages=c,c++ \ --disable-multilib\ --with-gcc --with-gnu-ld --with-gnu-as\ --disable-shared --disable-win32-registry --disable-nls\