mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-21 12:03:39 -05:00
*** empty log message ***
This commit is contained in:
parent
36ab191655
commit
49e12f6b36
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
BINUTILS_VER=2.15
|
||||
GCC_VER=3.4.3
|
||||
NEWLIB_VER=1.12.0
|
||||
NEWLIB_VER=1.13.0
|
||||
LIBOGC_VER=20050218
|
||||
|
||||
BINUTILS="binutils-$BINUTILS_VER.tar.bz2"
|
||||
|
|
@ -279,9 +279,9 @@ if [ -f $scriptdir/build-gcc.sh ]; then . $scriptdir/build-gcc.sh ; cd $BUILDSCR
|
|||
if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh ; cd $BUILDSCRIPTDIR; fi
|
||||
if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh ; cd $BUILDSCRIPTDIR; fi
|
||||
|
||||
strip $INSTALLDIR\bin\*
|
||||
strip $INSTALLDIR\$target\bin\*
|
||||
rm -fr $INSTALLDIR\include\c++\$GCC_VER\$target\bits\stdc++.h.gch
|
||||
strip $INSTALLDIR/bin/*
|
||||
strip $INSTALLDIR/$target/bin/*
|
||||
rm -fr $INSTALLDIR/include/c++/$GCC_VER/$target/bits/stdc++.h.gch
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user