mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/pacman: v8 updates
This commit is contained in:
parent
bb0ea86d1b
commit
066aea7914
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue