summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-16 08:52:58 +0100
committerErich Eckner <git@eckner.net>2020-10-11 15:03:57 +0200
commit2ed87ba6e4749dca5225a722cfb6a13e4b4235e4 (patch)
tree573abe959e2b0bb304e84eb95a97673db96dac20
parentb98a86b7cf7eaf55a30a5d58a8340b731b2aba83 (diff)
downloaddevtools32-2ed87ba6e4749dca5225a722cfb6a13e4b4235e4.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 46d1a19..156c7bb 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