mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-17 07:16:08 -05:00
add objective C
This commit is contained in:
parent
6e800640c8
commit
3a1255b9f5
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user