From 46ffcc57a407e919ddfd3d598ad3654b4fec3762 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 3 Mar 2005 07:59:55 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 3 ++- build-devkit.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2b4b1d2..6d55506 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,4 +2,5 @@ powerpc-gekko libogc-20050121 gcc-3.4.3 binutils-2.15 -newlib-1.12.0 \ No newline at end of file +newlib-1.12.0 +libogc-20050218 \ No newline at end of file diff --git a/build-devkit.sh b/build-devkit.sh index 077d397..dc1aaf1 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -10,7 +10,7 @@ BINUTILS_VER=2.15 GCC_VER=3.4.3 -NEWLIB_VER=1.13.0 +NEWLIB_VER=1.12.0 LIBOGC_VER=20050218 BINUTILS="binutils-$BINUTILS_VER.tar.bz2" @@ -281,6 +281,7 @@ if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh ; cd $BUIL strip $INSTALLDIR/bin/* strip $INSTALLDIR/$target/bin/* +strip $INSTALLDIR/libexec/gcc/$target/$GCC_VER/* rm -fr $INSTALLDIR/include/c++/$GCC_VER/$target/bits/stdc++.h.gch