*** empty log message ***

This commit is contained in:
Dave Murphy 2005-02-03 11:30:08 +00:00
parent eac042ffaa
commit b2ad990534
7 changed files with 22 additions and 7 deletions

View File

@ -93,11 +93,15 @@ History
planned for release 12
-------------------------------------------------------------------------------------
* update to newlib 1.13.0
-------------------------------------------------------------------------------------
planned for release 11 beta 2
-------------------------------------------------------------------------------------
* patch for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9571
* fix iwram overlay section alignment for GBA
-------------------------------------------------------------------------------------
21st January 2005 - release 11
21st January 2005 - release 11 beta 1
-------------------------------------------------------------------------------------
* updated to gcc 3.4.3

View File

@ -1,3 +1,4 @@
#!/bin/sh
#---------------------------------------------------------------------------------
# Build scripts for devkitARM/devkitPPC release 11
#---------------------------------------------------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/sh
DEVKITARM=$INSTALLDIR
#---------------------------------------------------------------------------------

View File

@ -1,3 +1,4 @@
#!/bin/sh
#---------------------------------------------------------------------------------
# Check Parameters
#---------------------------------------------------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/sh
prefix=$INSTALLDIR
gcc -O2 tools/gba/gbafix.c
@ -17,10 +19,11 @@ else
fi
fi
g++ tools/bmp2bin.cpp -o $prefix/bin/bmp2bin$exeext -static -O2 -s -D__LITTLE_ENDIAN__
gcc tools/gbafix.c -o $prefix/bin/gbafix$exeext -static -O2 -s
g++ tools/general/bmp2bin.cpp -o $prefix/bin/bmp2bin$exeext -static -O2 -s -D__LITTLE_ENDIAN__
gcc tools/gba/gbafix.c -o $prefix/bin/gbafix$exeext -static -O2 -s
cp tools/general/alignbin $prefix/bin/alignbin
cd tools/b2fxec
$MAKE -C tools/gp32/b2fxec
cp b2fxec$exeext $prefix/bin/b2fxec$exeext
$MAKE -C tools/gp32/b2fxec clean
# Awaiting Mr_Spiv's permission to add to project
#$MAKE -C tools/gp32/b2fxec
#cp tools/gp32/b2fxec/b2fxec$exeext $prefix/bin/b2fxec$exeext
#$MAKE -C tools/gp32/b2fxec clean

View File

@ -1,3 +1,5 @@
#!/bin/sh
DEVKITPPC=$INSTALLDIR
#---------------------------------------------------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/sh
prefix=$INSTALLDIR
mkdir -p $target/binutils