Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-16 08:52:58 +0100
committerErich Eckner <git@eckner.net>2020-05-18 08:45:02 +0200
commit14c592a9d978a4e2e303f410ad9828677b4ce22d (patch)
treec6ce4b616cca60541559d3a9327c7a1f4699d841
parent2dc4b6cbca8f86f9c5302f75ba298b393c3f5613 (diff)
Makefile: build uncompressed packages on armarchlinuxewe-20200518
-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