mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-28 05:24:18 -05:00
objc not currently supported for cross compiling
This commit is contained in:
@@ -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\
|
||||||
|
|||||||
Reference in New Issue
Block a user