[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/20.0.1132.21_r139451-3-3-g1f32f83
Giuseppe Iuculano
iuculano at debian.org
Mon Jun 11 15:54:47 UTC 2012
The following commit has been merged in the master 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