summaryrefslogtreecommitdiffstats
path: root/base/gcc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/gcc/Pkgfile')
-rwxr-xr-xbase/gcc/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gcc/Pkgfile b/base/gcc/Pkgfile
index db737b38e..309757a52 100755
--- a/base/gcc/Pkgfile
+++ b/base/gcc/Pkgfile
@@ -4,7 +4,7 @@
# Maintainer: NuTyX core team
name=gcc
-version=4.6.0
+version=4.6.1
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version/$name-$version.tar.bz2)
@@ -45,9 +45,9 @@ cd ../gcc-build
# Move the python files, tanks to bouleetbil
case `uname -m` in
i?86)
- mv $PKG/usr/lib/libstdc++.so.6.0.15-gdb.py $PKG/usr/share/$name-$version/python/libstdcxx/ ;;
+ mv $PKG/usr/lib/libstdc++.so.6.0.16-gdb.py $PKG/usr/share/$name-$version/python/libstdcxx/ ;;
x86_64)
- mv $PKG/usr/lib64/libstdc++.so.6.0.15-gdb.py $PKG/usr/share/$name-$version/python/libstdcxx/ ;;
+ mv $PKG/usr/lib64/libstdc++.so.6.0.16-gdb.py $PKG/usr/share/$name-$version/python/libstdcxx/ ;;
esac
case `uname -m` in