mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/v8 => 3.14
This commit is contained in:
parent
07835958a6
commit
534f75bd0f
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Contributor: WarheadsSE <max@warheads.net>
|
# Contributor: WarheadsSE <max@warheads.net>
|
||||||
|
|
||||||
pkgname=v8
|
pkgname=v8
|
||||||
pkgver=3.13.7
|
pkgver=3.14.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
plugrel=1
|
plugrel=1
|
||||||
pkgdesc='A fast and modern javascript engine'
|
pkgdesc='A fast and modern javascript engine'
|
||||||
|
@ -14,7 +14,7 @@ license=('BSD')
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
makedepends=('subversion' 'python2')
|
makedepends=('subversion' 'python2')
|
||||||
source=('v8.common.gypi.patch')
|
source=('v8.common.gypi.patch')
|
||||||
md5sums=('f862f79a4379752d694c19816aa14514')
|
md5sums=('8051d31df84530df64752dafad9833b0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
_source="http://v8.googlecode.com/svn/tags/${pkgver}"
|
_source="http://v8.googlecode.com/svn/tags/${pkgver}"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
[ 'v8_use_arm_eabi_hardfloat=="true"', {
|
[ 'v8_use_arm_eabi_hardfloat=="true"', {
|
||||||
'defines': [
|
'defines': [
|
||||||
'USE_EABI_HARDFLOAT=1',
|
'USE_EABI_HARDFLOAT=1',
|
||||||
- 'CAN_USE_VFP_INSTRUCTIONS',
|
- 'CAN_USE_VFP2_INSTRUCTIONS',
|
||||||
],
|
],
|
||||||
'target_conditions': [
|
'target_conditions': [
|
||||||
['_toolset=="target"', {
|
['_toolset=="target"', {
|
||||||
|
|
Loading…
Reference in a new issue