mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/mkinitcpio-busybox to 1.34.1-1.1
This commit is contained in:
parent
815236ee20
commit
6e6f96036a
1 changed files with 3 additions and 7 deletions
|
@ -4,11 +4,11 @@
|
|||
# Contributor: Thomas Bächler <thomas@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed -mtune, changed -march to v8/v7/v6/v5 compat
|
||||
# - removed -mtune, changed -march to v7/v8 compat
|
||||
|
||||
pkgname=mkinitcpio-busybox
|
||||
pkgver=1.34.1
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc='Base initramfs tools'
|
||||
arch=(x86_64)
|
||||
url="https://www.busybox.net/"
|
||||
|
@ -28,11 +28,7 @@ prepare() {
|
|||
if [ ${CARCH} = "aarch64" ]; then
|
||||
ARMCARCH="armv8-a"
|
||||
elif [ ${CARCH} = "armv7h" ]; then
|
||||
ARMCARCH="armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16"
|
||||
elif [ ${CARCH} = "armv6h" ]; then
|
||||
ARMCARCH="armv6 -mfloat-abi=hard -mfpu=vfp"
|
||||
else
|
||||
ARMCARCH="armv5te"
|
||||
ARMCARCH="armv7-a -mfloat-abi=hard -mfpu=neon"
|
||||
fi
|
||||
|
||||
local safeflags="-march=${ARMCARCH} -Os -pipe -fno-strict-aliasing"
|
||||
|
|
Loading…
Reference in a new issue