From 46006866478d8182263d591bacc7afa8b63bdc8f Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 22 Aug 2005 07:12:28 +0000 Subject: [PATCH] updated libogc version --- build-devkit.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index b26ef12..8a8b8df 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -9,7 +9,7 @@ BINUTILS_VER=2.16.1 GCC_VER=4.0.1 NEWLIB_VER=1.13.0 -LIBOGC_VER=20050521 +LIBOGC_VER=20050812 LIBGBA_VER=20050615 LIBNDS_VER=20050804 @@ -29,9 +29,6 @@ LIBGBA_URL="http://osdn.dl.sourceforge.net/sourceforge/devkitpro/$LIBGBA" LIBNDS_URL="http://osdn.dl.sourceforge.net/sourceforge/devkitpro/$LIBNDS" NEWLIB_URL="ftp://sources.redhat.com/pub/newlib/$NEWLIB" - - - #--------------------------------------------------------------------------------- # Ask whether to download the source packages or not #---------------------------------------------------------------------------------