Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
build_reproducible.patch | diff --git a/Makefile b/Makefile index a98aa5b..e58088d 100644 |
no | ||||
fix_db_test.patch | limit block_size to 32 bit Make the block_size to 3 Gb only on i386 and mipsel. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2021-10-16 | ||
no_rpath.patch | do not build tools with rpath These will be installed semi-manual to usr/bin and will use system libraries. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | not-needed | 2021-10-16 | ||
library_version.patch | <short summary of the patch> . | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2021-10-16 | ||
ppc64.patch | implement support for musl/ppc64 | no | ||||
armv7_support.patch | [PATCH] #8609 Add armv7 support | Dominik Peuscher <dominik.peuscher@check24.de> | no | 2022-01-16 | ||
mips.patch | implement timer implementation for mips platform | no | ||||
arm.patch | implement timer for arm >= v6 | no | ||||
0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch | [PATCH] replace old sync with new atomic builtin equivalents Helps compiling with gcc on newer arches e.g. riscv32 where these __sync* builtins are not implemented atleast for 64bit values |
Khem Raj <raj.khem@gmail.com> | no | 2021-06-17 | ||
rely-on-default-for-optimization-on-Power.patch | Don't optimize without knowing the target system on Power Upstream's CMake configuration assumes having gcc P9 optimizations flags means we are compiling for P9. On ppc64*, gcc can produce binaries optimized for P8, P9 or P10 atm. But on Debian we want to be compatible with all and default to P8. --- $ gcc -Q --help=target|grep -i power -mpower10 [disabled] -mpower10-fusion [disabled] -mpower8-fusion [enabled] -mpower8-fusion-sign [disabled] -mpower8-vector [enabled] -mpower9-minmax [disabled] -mpower9-misc [disabled] -mpower9-vector [disabled] -mpowerpc [ignored] -mpowerpc-gfxopt [enabled] -mpowerpc-gpopt [enabled] -mpowerpc64 [enabled] --- Altivec is a different story, as it is enabled by default on ppc64el but not on ppc64. So leaving it for now. |
Frédéric Bonnard <frediz@debian.org> | no | |||
add-support-for-loong64.patch | Fix compilation options for loong64 architecture Incorrectly set compilation options caused compilation to fail on loongarch. This patch has fixes the issue. |
wuruilong <wuruilong@loongson.cn> | no | debian | 2024-06-04 |