diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-20 17:07:16 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-20 17:07:16 +0000 |
commit | 44b26fefccc96102de9774330d71f93186d154d7 (patch) | |
tree | 0a1f0710309b74a9e06bcff84d7f46c00fd50026 /dev-lang/v8/files | |
parent | Remove old. (diff) | |
download | gentoo-2-44b26fefccc96102de9774330d71f93186d154d7.tar.gz gentoo-2-44b26fefccc96102de9774330d71f93186d154d7.tar.bz2 gentoo-2-44b26fefccc96102de9774330d71f93186d154d7.zip |
Backport upstream patch for vfp2 support, bug #441792 by chithanh.
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'dev-lang/v8/files')
-rw-r--r-- | dev-lang/v8/files/v8-vfp2-r0.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/v8/files/v8-vfp2-r0.patch b/dev-lang/v8/files/v8-vfp2-r0.patch new file mode 100644 index 000000000000..fa4fe4d87be2 --- /dev/null +++ b/dev-lang/v8/files/v8-vfp2-r0.patch @@ -0,0 +1,12 @@ +diff -ur a/build/common.gypi b/build/common.gypi +--- a/build/common.gypi 2012-10-13 09:07:14.000000000 +0200 ++++ b/build/common.gypi 2012-11-05 00:41:32.338031279 +0100 +@@ -152,7 +152,7 @@ + [ 'v8_use_arm_eabi_hardfloat=="true"', { + 'defines': [ + 'USE_EABI_HARDFLOAT=1', +- 'CAN_USE_VFP3_INSTRUCTIONS', ++ 'CAN_USE_VFP2_INSTRUCTIONS', + ], + 'target_conditions': [ + ['_toolset=="target"', { |