File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,18 @@ matrix:
48
48
apt :
49
49
packages :
50
50
- gcc-multilib
51
+ - env : TARGET=powerpc-unknown-linux-gnu
52
+ os : linux
53
+ dist : trusty
54
+ sudo : required
55
+ addons :
56
+ apt :
57
+ packages :
58
+ - binfmt-support
59
+ - gcc-powerpc-linux-gnu
60
+ - libc6-powerpc-cross
61
+ - libc6-dev-powerpc-cross
62
+ - qemu-user-static
51
63
- env : TARGET=x86_64-apple-darwin
52
64
os : osx
53
65
- env : TARGET=x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -24,4 +24,8 @@ case $TARGET in
24
24
export PREFIX=arm-linux-gnueabihf-
25
25
export QEMU_LD_PREFIX=/usr/arm-linux-gnueabihf
26
26
;;
27
+ powerpc-unknown-linux-gnu)
28
+ export PREFIX=powerpc-linux-gnu-
29
+ export QEMU_LD_PREFIX=/usr/powerpc-linux-gnu
30
+ ;;
27
31
esac
You can’t perform that action at this time.
0 commit comments