mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/pacman: fixed armv7h makepkg.conf defaults to unsmash flags
This commit is contained in:
parent
0cb3a448ef
commit
7eaa4ace92
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ plugrel=1
|
|||
|
||||
pkgname=pacman
|
||||
pkgver=3.5.3
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('arm' 'armv7h')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
|
@ -59,7 +59,7 @@ package() {
|
|||
install -m644 $srcdir/pacman.conf.armv7 $pkgdir/etc/pacman.conf
|
||||
mycarch="armv7h"
|
||||
mychost="armv7l-unknown-linux-gnueabi"
|
||||
myflags="-march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16"
|
||||
myflags="-march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 "
|
||||
;;
|
||||
esac
|
||||
install -m644 $srcdir/makepkg.conf $pkgdir/etc/
|
||||
|
|
Loading…
Reference in a new issue