mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/v8 fixes
This commit is contained in:
parent
a9abdfeaba
commit
7234a5ceb9
2 changed files with 0 additions and 14 deletions
|
@ -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() {
|
||||
|
|
|
@ -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"', {
|
Loading…
Reference in a new issue