CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libarchive: updated to 3.0.4
[crossrootfs.git] / gcc / Pkgfile
index 795910fa63ead0ebbe6e34660e4a2f793c467309..e3f9a56f557663aa1fd719b3b9315aa9cad24464 100644 (file)
@@ -5,17 +5,18 @@
 # Depends on: zlib libmpc
 
 name=gcc
-version=4.6.1
+version=4.7.2
 release=1
-source=(ftp://sources.redhat.com/pub/gcc/releases/$name-$version/$name-{core,g++}-$version.tar.bz2
-        $name-$version-gnueabihf.patch)
+source=(ftp://gcc.gnu.org/pub/gcc/releases/$name-$version/$name-$version.tar.bz2
+        $name-nocheck-fixincludes.patch $name-$version-gnueabihf.patch)
 
 
 build() {
   cd $name-$version
-  
+
   patch -p1 -i $SRC/$name-$version-gnueabihf.patch
-  sed -i 's|REVISION|REVISION " (CRUX)"|' $name/version.c
+  patch -p1 -i $SRC/$name-nocheck-fixincludes.patch
+  sed -i 's|REVISION|REVISION " (CRUX-ARMHF)"|' $name/version.c
   # apply a sed substitutio that will suppress the installation of libiberty.a
   sed 's|install_to_$(INSTALL_DEST) ||' -i libiberty/Makefile.in
 
@@ -35,11 +36,10 @@ build() {
                               --enable-__cxa_atexit \
                               --enable-clocale=gnu \
                               --enable-shared \
-                              --with-float=hard \
                               --disable-nls \
                               --with-x=no \
                               --with-system-zlib \
-                              --with-pkgversion="CRUX"
+                              --with-pkgversion="CRUX-ARMHF"
 
   # prevent GCC from looking in the wrong directories for headers and libraries
   sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" -i Makefile
@@ -54,7 +54,7 @@ build() {
 
   mv $PKG/usr/lib/gcc/*/$version/include-fixed/{limits.h,syslimits.h} $PKG/usr/lib/gcc/*/$version/include/
 
-  rm $PKG/usr/lib/libstdc++.so.6.0.16-gdb.py
+  rm $PKG/usr/lib/libstdc++.so.6.0.17-gdb.py
   rm -r $PKG/usr/share
   rm -r $PKG/usr/lib/gcc/*/$version/{install-tools,include-fixed}