[v8/f17] make sure the right arm abi is used in the second call of scons

Dennis Gilmore ausil at fedoraproject.org
Fri Mar 30 15:49:35 UTC 2012


commit 4540f3bcd7ef1533c649a7a29f19bf1293ee2d22
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Mar 30 10:49:25 2012 -0500

    make sure the right arm abi is used in the second call of scons

 v8.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/v8.spec b/v8.spec
index a5c8672..c8d6aa5 100644
--- a/v8.spec
+++ b/v8.spec
@@ -21,7 +21,7 @@
 
 Name:		v8
 Version:	%{somajor}.%{sominor}.%{sobuild}
-Release:	4%{?dist}
+Release:	5%{?dist}
 Epoch:		1
 Summary:	JavaScript Engine
 Group:		System Environment/Libraries
@@ -139,6 +139,12 @@ scons d8 \
 %ifarch x86_64
 arch=x64 \
 %endif
+%ifarch armv7hl armv7hnl
+armeabi=hard \
+%endif
+%ifarch armv5tel armv6l armv7l
+armeabi=soft \
+%endif
 library=shared snapshots=on console=readline visibility=default || :
 
 # Sigh. I f*****g hate scons.
@@ -204,6 +210,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/j*.py*
 
 %changelog
+* Fri Mar 30 2012 Dennis Gilmore <dennis at ausil.us> 1:3.7.12-5
+- make sure the right arm abi is used in the second call of scons
+
 * Thu Mar 29 2012 Dennis Gilmore <dennis at ausil.us> 1:3.7.12-4
 - use correct arm macros
 - use the correct abis for hard and soft float


More information about the scm-commits mailing list