mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-13 04:10:36 -05:00
updated libogc
added dsbuild to toolchain
This commit is contained in:
parent
58c7545350
commit
a57112c5ff
|
|
@ -3,4 +3,5 @@ libogc-20050121
|
|||
gcc-3.4.3
|
||||
binutils-2.15
|
||||
newlib-1.12.0
|
||||
libogc-20050218
|
||||
libogc-20050218
|
||||
libogc-20050419
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
BINUTILS_VER=2.15
|
||||
GCC_VER=3.4.3
|
||||
NEWLIB_VER=1.13.0
|
||||
LIBOGC_VER=20050306
|
||||
LIBOGC_VER=20050419
|
||||
|
||||
BINUTILS="binutils-$BINUTILS_VER.tar.bz2"
|
||||
GCC_CORE="gcc-core-$GCC_VER.tar.bz2"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,9 @@ g++ tools/general/bmp2bin.cpp -o $prefix/bin/bmp2bin$exeext -static -O2 -s -D__L
|
|||
gcc tools/gba/gbafix.c -o $prefix/bin/gbafix$exeext -static -O2 -s
|
||||
|
||||
$MAKE -C tools/nds/ndstool
|
||||
$MAKE -C tools/nds/dsbuild
|
||||
cp tools/nds/ndstool/ndstool$exeext $prefix/bin/ndstool$exeext
|
||||
cp tools/nds/dsbuild/dsbuild$exeext $prefix/bin/dsbuild$exeext
|
||||
|
||||
cp tools/general/alignbin $prefix/bin/alignbin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user