Skip to content

Commit

Permalink
core/pacman: v8 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Jul 5, 2015
1 parent bb0ea86 commit 066aea7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/pacman/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ package() {
mychost="armv7l-unknown-linux-gnueabihf"
myflags="-march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 "
;;
aarch64)
mycarch="aarch64"
mychost="aarch64-unknown-linux-gnu"
myflags="-march=armv8-a "
;;
esac

# set things correctly in the default conf file
Expand Down

0 comments on commit 066aea7

Please sign in to comment.