summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-16 08:52:58 +0100
committerErich Eckner <git@eckner.net>2020-02-23 21:00:13 +0100
commitc4e027087a5cc046fdd006631c64845b26e6c3d2 (patch)
tree7ce439cb2fd6d97279576f00604d6489a2b2b8b7
parent56fb88816ae0ff7e6b32fcbd05772e2f56b9197b (diff)
downloaddevtools32-c4e027087a5cc046fdd006631c64845b26e6c3d2.tar.xz
Makefile: build uncompressed packages on armarchlinuxewe-20200223
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d158f37..e32be4d 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