Skip to content

Commit

Permalink
Merge pull request pi-hole#88 from mterron/patch-1
Browse files Browse the repository at this point in the history
Add powerpc arch
  • Loading branch information
DL6ER authored Jun 19, 2017
2 parents 9625ebc + b87a951 commit 52e0845
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 52e0845

Please sign in to comment.