mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-13 12:20:37 -05:00
Merge branch 'master' of ssh://devkitpro.git.sourceforge.net/gitroot/devkitpro/buildscripts into cross-build
This commit is contained in:
commit
1b001fff61
|
|
@ -217,6 +217,7 @@ cd $BUILDDIR
|
|||
|
||||
extract_and_patch binutils $BINUTILS_VER bz2
|
||||
extract_and_patch gcc $GCC_VER bz2
|
||||
rm -fr gcc-$GCC_VER/zlib
|
||||
extract_and_patch newlib $NEWLIB_VER gz
|
||||
extract_and_patch gdb $GDB_VER bz2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
export DEVKITPRO=$TOOLPATH
|
||||
export DEVKITARM=$DEVKITPRO/devkitARM
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# copy base rulesets
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user