X-Git-Url: http://gitweb/?a=blobdiff_plain;f=perl%2FPkgfile;h=4653141f2ca7af9670d8ecbb360465a0b5fb7fe3;hb=1b51103c169b1c6204e71506dd2a12cab08b98c8;hp=ed7fb6b3ab31467e4c87b9c17daf9cc808a824ad;hpb=317a7556285f549e70f0e4e95b87e0a1bc55f0df;p=crossrootfs.git diff --git a/perl/Pkgfile b/perl/Pkgfile index ed7fb6b..4653141 100644 --- a/perl/Pkgfile +++ b/perl/Pkgfile @@ -15,7 +15,10 @@ build() { patch -p1 -i $SRC/$name-$version-cross_compile-1.patch # Use of safe cflags to build perl-cross on the host, and don't use msoft-float - export CFLAGS=${CFLAGS/-msoft-float/} + export CFLAGS=${CFLAGS/-march=armv7-a -mfpu=vfpv3-d16 -mthumb/} + + # Removed references to softfp + sed "s|\-msoft\-float||g" -i Cross/Makefile # avoid to use target generate_uudmap binary sed -i Makefile.SH \