summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-16 08:52:58 +0100
committerErich Eckner <git@eckner.net>2020-01-16 08:52:58 +0100
commita414f9f4b0fc0ee2c59e37a6c830724c43b6bda8 (patch)
treeb3a97c3c814845384842abffc82a108eb8e3c0ae
parentd41927b16af689d7a6b86a8ebd7fdf89fff6bdd2 (diff)
downloaddevtools32-a414f9f4b0fc0ee2c59e37a6c830724c43b6bda8.tar.xz
Makefile: build uncompressed packages on armarchlinuxewe-20200116
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f72b610..e5e5c19 100644
--- a/Makefile
+++ b/Makefile
@@ -177,6 +177,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
@@ -184,6 +185,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
@@ -191,6 +193,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