summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-16 08:52:58 +0100
committerErich Eckner <git@eckner.net>2020-06-29 10:43:34 +0200
commitbe7ed287e1708b00198880250097507985fc7f05 (patch)
tree9074d70a9ba9428cfee72970efd3536f4306adc7
parent03787051494e05cbcee5623cfc32b00910792a38 (diff)
downloaddevtools32-be7ed287e1708b00198880250097507985fc7f05.tar.xz
Makefile: build uncompressed packages on arm
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bdaf2af..863daab 100644
--- a/Makefile
+++ b/Makefile
@@ -182,6 +182,7 @@ makepkg-aarch64.conf: makepkg-x86_64.conf
@sed " s/^CARCH=.*\$$/CARCH=\"aarch64\"/g; \
s/^CHOST=.*\$$/CHOST=\"aarch64-unknown-linux-gnu\"/g; \
s/^\(C\(XX\)\?FLAGS=\).*\$$/\1\"-march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt\"/g; \
+ s/^PKGEXT=.*$$/PKGEXT='.pkg.tar'/; \
" "$<" > "$@"
makepkg-armv6h.conf: makepkg-x86_64.conf
@@ -189,6 +190,7 @@ makepkg-armv6h.conf: makepkg-x86_64.conf
@sed " s/^CARCH=.*\$$/CARCH=\"armv6h\"/g; \
s/^CHOST=.*\$$/CHOST=\"armv6l-unknown-linux-gnueabihf\"/g; \
s/^\(C\(XX\)\?FLAGS=\).*\$$/\1\"-march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector-strong -fno-plt\"/g; \
+ s/^PKGEXT=.*$$/PKGEXT='.pkg.tar'/; \
" "$<" > "$@"
makepkg-armv7h.conf: makepkg-x86_64.conf
@@ -196,6 +198,7 @@ makepkg-armv7h.conf: makepkg-x86_64.conf
@sed " s/^CARCH=.*\$$/CARCH=\"armv7h\"/g; \
s/^CHOST=.*\$$/CHOST=\"armv7l-unknown-linux-gnueabihf\"/g; \
s/^\(C\(XX\)\?FLAGS=\).*\$$/\1\"-march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt\"/g; \
+ s/^PKGEXT=.*$$/PKGEXT='.pkg.tar'/; \
" "$<" > "$@"
makepkg-i486.conf: makepkg-x86_64.conf