[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:56 UTC 2012


The following commit has been merged in the experimental branch:
commit 69cc508647de5f9fb83f25f8ac0360f874369180
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Mon Jun 11 17:54:29 2012 +0200

    Define arm_float_abi=soft for armel and arm_float_abi=hard for armhf

diff --git a/debian/rules b/debian/rules
index c6346cd..37abd45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,6 +96,7 @@ GYP_DEFINES += \
 ifeq (armel,$(DEB_HOST_ARCH))
 AVOID_GCC_44 := 0
 GYP_DEFINES += \
+	arm_float_abi=soft \
 	arm_thumb=0 \
 	armv7=0 \
 	arm_neon=0 \
@@ -103,6 +104,7 @@ GYP_DEFINES += \
 endif
 ifeq (armhf,$(DEB_HOST_ARCH))
 GYP_DEFINES += \
+	arm_float_abi=hard \
 	arm_thumb=1 \
 	armv7=1 \
 	arm_neon=0 \

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list