Skip to content

Commit a90584a

Browse files
committed
Added more dependencies for arm cross compiling.
1 parent d910954 commit a90584a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ matrix:
33
include:
44
- os: linux
55
sudo: required
6+
dist: xenial
67
env: V8_BUILD_ARCH=amd64
78
- os: linux
89
sudo: required
10+
dist: xenial
911
env: V8_BUILD_ARCH=armhf
1012
- os: osx
1113
env: V8_BUILD_ARCH=amd64
@@ -33,6 +35,9 @@ addons:
3335
- g++-5
3436
- libatspi2.0-dev
3537
- g++-arm-linux-gnueabihf
38+
- gcc-arm-linux-gnueabihf
39+
- g++-multilib-arm-linux-gnueabihf
40+
- libc6-armhf-cross
3641

3742

3843
install:

args.linux.armhf.gn

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ use_libfuzzer=false
2121
v8_enable_test_features=""
2222
use_glib=false
2323
use_custom_libcxx=false
24-
use_custom_libcxx_for_host=false
24+
use_custom_libcxx_for_host=false
25+
v8_target_cpu = "arm"
26+
target_os = [ 'unix' ]

0 commit comments

Comments
 (0)