[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, experimental, updated. debian/21.0.1180.57_r148591-1-4-g2bb621a

Giuseppe Iuculano iuculano at debian.org
Wed Aug 8 20:59:58 UTC 2012


The following commit has been merged in the experimental branch:
commit 3a003caed2cbca2af9e6dad8b8f41a1971d6252f
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Wed Jun 20 14:38:58 2012 +0200

    Added some armel and armhf patches
    
    Thanks: Shawn

diff --git a/debian/patches/series b/debian/patches/series
index b4b1330..820a9a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -24,3 +24,4 @@ pulseaudio.patch
 gcc4.7.patch
 sqlite.patch
 alignment.patch
+arm.patch
diff --git a/debian/rules b/debian/rules
index ee138cd..017e73c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,6 +96,7 @@ GYP_DEFINES += \
 ifeq (armel,$(DEB_HOST_ARCH))
 AVOID_GCC_44 := 0
 GYP_DEFINES += \
+	v8_use_arm_eabi_hardfloat=false \
 	arm_float_abi=soft \
 	arm_thumb=0 \
 	armv7=0 \
@@ -105,6 +106,8 @@ endif
 ifeq (armhf,$(DEB_HOST_ARCH))
 GYP_DEFINES += -DUSE_EABI_HARDFLOAT 
 GYP_DEFINES += \
+	v8_use_arm_eabi_hardfloat=true \
+	arm_fpu=vfpv3 \
 	arm_float_abi=hard \
 	arm_thumb=1 \
 	armv7=1 \

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list