mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-07-02 00:13:46 -05:00
devkitARM: next release is r54
This commit is contained in:
parent
fbc790a8dd
commit
116613adc8
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#!/bin/bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 53-1
|
||||
# devkitARM release 54
|
||||
# devkitPPC release 36
|
||||
# devkitA64 release 15
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ then
|
|||
--prefix=$prefix \
|
||||
--enable-lto\
|
||||
--with-system-zlib \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 53" \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 54" \
|
||||
$CROSS_PARAMS \
|
||||
$CROSS_GCC_PARAMS \
|
||||
|| { echo "Error configuring gcc"; exit 1; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user