add objective C

This commit is contained in:
Dave Murphy 2009-04-30 17:59:10 +00:00
parent 6e800640c8
commit 3a1255b9f5

View File

@ -91,7 +91,7 @@ cd $target/gcc
if [ ! -f configured-gcc ]
then
CFLAGS="$cflags" LDFLAGS="$ldflags" CFLAGS_FOR_TARGET="-O2" LDFLAGS_FOR_TARGET="" ../../$GCC_SRCDIR/configure \
--enable-languages=c,c++ \
--enable-languages=c,c++,objc \
--with-cpu=750\
--without-headers\
--disable-nls --disable-shared --enable-threads --disable-multilib \