objc not currently supported for cross compiling

This commit is contained in:
Dave Murphy 2012-04-04 12:39:28 +01:00
parent 6c32d1cb26
commit c59173e2bb

View File

@ -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\