X-Git-Url: http://gitweb/?a=blobdiff_plain;f=gcc%2FPkgfile;h=c0aab554976dbea8204b4f644bceb3a58a48ea58;hb=0132219921a442e1e8a078d62f1e764d4a078e38;hp=360eaa971d26df4de28cfab6f5c697c4197d82b4;hpb=317a7556285f549e70f0e4e95b87e0a1bc55f0df;p=crossrootfs.git diff --git a/gcc/Pkgfile b/gcc/Pkgfile index 360eaa9..c0aab55 100644 --- a/gcc/Pkgfile +++ b/gcc/Pkgfile @@ -13,7 +13,6 @@ source=(ftp://sources.redhat.com/pub/gcc/releases/$name-$version/$name-{core,g++ build() { cd $name-$version - patch -p1 -i $SRC/$name-$version-gnueabihf.patch sed -i 's|REVISION|REVISION " (CRUX)"|' $name/version.c # apply a sed substitutio that will suppress the installation of libiberty.a @@ -35,6 +34,7 @@ build() { --enable-__cxa_atexit \ --enable-clocale=gnu \ --enable-shared \ + --with-float=hard \ --disable-nls \ --with-x=no \ --with-system-zlib \