community/v8 fixes

This commit is contained in:
Kevin Mihelich 2013-05-17 01:35:52 +00:00
parent a9abdfeaba
commit 7234a5ceb9
2 changed files with 0 additions and 14 deletions

View file

@ -54,10 +54,6 @@ fi
fi
PATH="${srcdir}:$PATH";
export PATH ;
# patch build/common.gypi for VFPX selection @ hard.
patch -p1 < ../v8.common.gypi.patch
}
build() {

View file

@ -1,10 +0,0 @@
--- a/build/common.gypi 2012-09-12 21:23:54.000000000 -0400
+++ a/build/common.gypi 2012-09-12 21:35:57.000000000 -0400
@@ -152,7 +152,6 @@
[ 'v8_use_arm_eabi_hardfloat=="true"', {
'defines': [
'USE_EABI_HARDFLOAT=1',
- 'CAN_USE_VFP2_INSTRUCTIONS',
],
'target_conditions': [
['_toolset=="target"', {