summaryrefslogtreecommitdiff
path: root/system/apk-tools/pmmx.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2021-01-14 18:07:13 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2021-01-14 18:07:13 +0000
commita0a60473fd05e9479fd17ff168ba67f9cc73ad74 (patch)
tree11d236248fd6545a2a766f0115acf29731945648 /system/apk-tools/pmmx.patch
parent1d427323c0d25cd1a81674c2b124f93245bbb091 (diff)
parentaa6e477aa00f7eb9ab556591465d571e2400120f (diff)
downloadpackages-a0a60473fd05e9479fd17ff168ba67f9cc73ad74.tar.gz
packages-a0a60473fd05e9479fd17ff168ba67f9cc73ad74.tar.bz2
packages-a0a60473fd05e9479fd17ff168ba67f9cc73ad74.tar.xz
packages-a0a60473fd05e9479fd17ff168ba67f9cc73ad74.zip
Merge branch 'bump/apk-tools' into 'master'
system/apk-tools: bump to 2.12.0 See merge request adelie/packages!595
Diffstat (limited to 'system/apk-tools/pmmx.patch')
-rw-r--r--system/apk-tools/pmmx.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/apk-tools/pmmx.patch b/system/apk-tools/pmmx.patch
deleted file mode 100644
index 4891e5ddd..000000000
--- a/system/apk-tools/pmmx.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- apk-tools-2.10.1/src/apk_defines.h.old 2018-09-10 08:04:03.000000000 +0000
-+++ apk-tools-2.10.1/src/apk_defines.h 2019-01-04 03:31:41.900000000 +0000
-@@ -93,7 +93,7 @@
- #if defined(__x86_64__)
- #define APK_DEFAULT_ARCH "x86_64"
- #elif defined(__i386__)
--#define APK_DEFAULT_ARCH "x86"
-+#define APK_DEFAULT_ARCH "pmmx"
- #elif defined(__powerpc__) && !defined(__powerpc64__)
- #define APK_DEFAULT_ARCH "ppc"
- #elif defined(__powerpc64__) && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__