mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
objc not currently supported for cross compiling
This commit is contained in:
parent
6c32d1cb26
commit
c59173e2bb
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user