Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dermot Bradley
aports
Commits
82d9913f
Commit
82d9913f
authored
8 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
main/abuild: add ppc/ppc64 triplet definitions
parent
7f333a3a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/abuild/0001-abuild-add-missing-triplet-definitions-for-ppc-and-p.patch
+33
-0
33 additions, 0 deletions
...build-add-missing-triplet-definitions-for-ppc-and-p.patch
main/abuild/APKBUILD
+8
-4
8 additions, 4 deletions
main/abuild/APKBUILD
with
41 additions
and
4 deletions
main/abuild/0001-abuild-add-missing-triplet-definitions-for-ppc-and-p.patch
0 → 100644
+
33
−
0
View file @
82d9913f
From ac5dbfca7f72144e1030c8c52200345ba8b50239 Mon Sep 17 00:00:00 2001
From: William Pitcock <nenolod@dereferenced.org>
Date: Tue, 24 Jan 2017 01:20:34 +0000
Subject: [PATCH] abuild: add missing triplet definitions for ppc and ppc64
architectures
---
functions.sh.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/functions.sh.in b/functions.sh.in
index d8e12a5..58567d6 100644
--- a/functions.sh.in
+++ b/functions.sh.in
@@ -8,5 +8,7 @@
arch_to_hostspec() {
aarch64) echo "aarch64-alpine-linux-musl" ;;
armhf) echo "armhf-alpine-linux-muslgnueabihf" ;;
armv7) echo "armv7-alpine-linux-musleabihf" ;;
+ ppc) echo "powerpc-alpine-linux-musl" ;;
+ ppc64) echo "powerpc64-alpine-linux-musl" ;;
s390x) echo "s390x-alpine-linux-musl" ;;
x86) echo "i586-alpine-linux-musl" ;;
@@ -23,5 +25,7 @@
hostspec_to_arch() {
armv6*-*-*-*eabihf) echo "armhf" ;;
armv7*-*-*-*eabihf) echo "armv7" ;;
i[0-9]86-*-*-*) echo "x86" ;;
+ powerpc-*-*-*) echo "ppc" ;;
+ powerpc64-*-*-*) echo "ppc64" ;;
s390x-*-*-*) echo "s390x" ;;
x86_64-*-*-*) echo "x86_64" ;;
--
2.11.0
This diff is collapsed.
Click to expand it.
main/abuild/APKBUILD
+
8
−
4
View file @
82d9913f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
pkgname
=
abuild
pkgname
=
abuild
pkgver
=
2.29.0
pkgver
=
2.29.0
_ver
=
${
pkgver
%_git*
}
_ver
=
${
pkgver
%_git*
}
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Script to build Alpine Packages"
pkgdesc
=
"Script to build Alpine Packages"
url
=
"http://git.alpinelinux.org/cgit/abuild/"
url
=
"http://git.alpinelinux.org/cgit/abuild/"
arch
=
"all"
arch
=
"all"
...
@@ -22,6 +22,7 @@ pkggroups="abuild"
...
@@ -22,6 +22,7 @@ pkggroups="abuild"
source
=
"http://dev.alpinelinux.org/archive/abuild/abuild-
$_ver
.tar.xz
source
=
"http://dev.alpinelinux.org/archive/abuild/abuild-
$_ver
.tar.xz
0001-abuild-properly-detect-failure-of-dependency-install.patch
0001-abuild-properly-detect-failure-of-dependency-install.patch
0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch
0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch
0001-abuild-add-missing-triplet-definitions-for-ppc-and-p.patch
"
"
_builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
_builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
...
@@ -66,10 +67,13 @@ gems() {
...
@@ -66,10 +67,13 @@ gems() {
md5sums
=
"1a51f8786331ddf79bf46357fe938f6a abuild-2.29.0.tar.xz
md5sums
=
"1a51f8786331ddf79bf46357fe938f6a abuild-2.29.0.tar.xz
5dc373cd5daf473a4ee060f9cedbc9c0 0001-abuild-properly-detect-failure-of-dependency-install.patch
5dc373cd5daf473a4ee060f9cedbc9c0 0001-abuild-properly-detect-failure-of-dependency-install.patch
fd7ac6bc2c104869b6c21d75570f4e01 0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch"
fd7ac6bc2c104869b6c21d75570f4e01 0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch
47bced6bf9bc8bd3f9fc7e3f899b8cca 0001-abuild-add-missing-triplet-definitions-for-ppc-and-p.patch"
sha256sums
=
"06ba81d4b42e7d1ebb0761b0b0e1cbaf999acac54ab075906cecdf8f825950c1 abuild-2.29.0.tar.xz
sha256sums
=
"06ba81d4b42e7d1ebb0761b0b0e1cbaf999acac54ab075906cecdf8f825950c1 abuild-2.29.0.tar.xz
e79ba4cdcdea3fa18d8441b8144c2db8c497523ee56927b466a701736ee9b906 0001-abuild-properly-detect-failure-of-dependency-install.patch
e79ba4cdcdea3fa18d8441b8144c2db8c497523ee56927b466a701736ee9b906 0001-abuild-properly-detect-failure-of-dependency-install.patch
24f0ceb383a8651f3df192773d62c7258d2ce9b3220fcedfe9a2c173d522111a 0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch"
24f0ceb383a8651f3df192773d62c7258d2ce9b3220fcedfe9a2c173d522111a 0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch
d897d365fdf9ab7bb911ff37af4d1287e7891ca7b49ad5a1196c076cd5bd5322 0001-abuild-add-missing-triplet-definitions-for-ppc-and-p.patch"
sha512sums
=
"349c0d5efaff05dc6f680a93e59a997857991520ae892426252d198aa4ef0b2854f1675ce3b1bc1bea810d5f97fae0985474ea13df3905d590b320373723990c abuild-2.29.0.tar.xz
sha512sums
=
"349c0d5efaff05dc6f680a93e59a997857991520ae892426252d198aa4ef0b2854f1675ce3b1bc1bea810d5f97fae0985474ea13df3905d590b320373723990c abuild-2.29.0.tar.xz
1bc4bb62ee881051f41f5f68d25f8794208407f552a30bd7aad235c0bd57ebadc2a12dc21a4c1826eff3e320a5f9e7c40f89fd964144ff2f0d49f747708a61b4 0001-abuild-properly-detect-failure-of-dependency-install.patch
1bc4bb62ee881051f41f5f68d25f8794208407f552a30bd7aad235c0bd57ebadc2a12dc21a4c1826eff3e320a5f9e7c40f89fd964144ff2f0d49f747708a61b4 0001-abuild-properly-detect-failure-of-dependency-install.patch
655476f5d263701d59f85ff8c28c342d8d0710bb6c869ca7e0cb8df9f70ca2cd5af44c460b578f6ebcf320774575ce193be15830b942a956a04c0345bf27bd4e 0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch"
655476f5d263701d59f85ff8c28c342d8d0710bb6c869ca7e0cb8df9f70ca2cd5af44c460b578f6ebcf320774575ce193be15830b942a956a04c0345bf27bd4e 0001-abuild-pass-arch-to-apk-whenever-sysroot-is-used.patch
6f4212c796829578f318b257adcfdf493a1520cd45c623c110a3181fd076bbcb94f84b04f9292bd081a923e5819448673e5adc1a3e8450e086784c00c3515459 0001-abuild-add-missing-triplet-definitions-for-ppc-and-p.patch"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment