mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-31 15:04:02 -05:00
*** empty log message ***
This commit is contained in:
@@ -14,7 +14,7 @@ cd $target/binutils
|
||||
|
||||
../../$BINUTILS_SRCDIR/configure \
|
||||
--prefix=$prefix --target=$target --disable-nls --disable-shared --disable-debug \
|
||||
--disable-threads --with-gcc --with-gnu-as --with-gnu-ld --with-stabs \
|
||||
--disable-threads --with-gcc --with-gnu-as --with-gnu-ld \
|
||||
|| { echo "Error configuring binutils"; exit 1; }
|
||||
|
||||
$MAKE || { echo "Error building binutils"; exit 1; }
|
||||
@@ -60,7 +60,7 @@ cd $target/gcc
|
||||
--enable-languages=c,c++ \
|
||||
--with-cpu=arm7tdmi\
|
||||
--enable-interwork --enable-multilib\
|
||||
--with-gcc --with-gnu-ld --with-gnu-as --with-stabs \
|
||||
--with-gcc --with-gnu-ld --with-gnu-as \
|
||||
--disable-shared --disable-threads --disable-win32-registry --disable-nls --disable-debug\
|
||||
--disable-libmudflap --disable-libssp \
|
||||
--target=$target \
|
||||
|
||||
Reference in New Issue
Block a user