Skip to content

Commit

Permalink
Add powerpc arch
Browse files Browse the repository at this point in the history
  • Loading branch information
mterron authored Jun 19, 2017
1 parent 7a4024f commit b87a951
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ matrix:
- gcc-aarch64-linux-gnu
- binutils-aarch64-linux-gnu
- libc6-dev-arm64-cross
- env:
- BUILD_CC="powerpc-linux-gnu-gcc"
- BIN_NAME="pihole-FTL-powerpc-linux-gnu"
addons:
apt:
packages:
- gcc-powerpc-linux-gnu
- binutils-powerpc-linux-gnu
- libc6-dev-powerpc-cross
- env:
- BUILD_CC="cc"
- CFLAGS="-m32"
Expand Down

0 comments on commit b87a951

Please sign in to comment.