mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-24 14:59:35 -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 ]
|
if [ ! -f configured-gcc ]
|
||||||
then
|
then
|
||||||
CFLAGS="$cflags" LDFLAGS="$ldflags" CFLAGS_FOR_TARGET="-O2" LDFLAGS_FOR_TARGET="" ../../gcc-$GCC_VER/configure \
|
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\
|
--disable-multilib\
|
||||||
--with-gcc --with-gnu-ld --with-gnu-as\
|
--with-gcc --with-gnu-ld --with-gnu-as\
|
||||||
--disable-shared --disable-win32-registry --disable-nls\
|
--disable-shared --disable-win32-registry --disable-nls\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user