Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
In some places we used $DEVKITARM, but in others we hardcode the path
$DEVKITPRO/devkitARM. To ensure consistent behavior, I changed it to the
latter everywhere for now. Should it turn out that we really want to
have this flexible, we can reintroduce $DEVKITARM in a proper way. In
that case, we could augment configure to set DEVKITARM to
$DEVKITPRO/devkitARM, if it has not been set yet.
|
|
Add -mno-thumb to OPT_SPEED to override the -mthumb from OPT_SIZE.
svn-id: r51636
|
|
svn-id: r51474
|
|
clean'
svn-id: r50745
|
|
svn-id: r50728
|
|
svn-id: r50702
|
|
svn-id: r50686
|
|
svn-id: r50676
|
|
svn-id: r50675
|
|
Conversion of the old build system is incomplete. Binaries created
using this new build system support most likely will not run!
More work is needed, but the work done so far should be enough
to get basic NDS support on our buildbot working.
svn-id: r50672
|
|
Also tried to enable the conversion of .raw/.pal/.bin files,
but this does not currently work (probably something really
silly, but I don't have the time to debug this right now).
svn-id: r50671
|
|
svn-id: r50557
|
|
configure (and thus suitable for buildbot). Currently only the ARM7 part is 'done'
svn-id: r42939
|