diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/expat/package.desc | 2 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0000-libtool-leave-framework-alone.patch (renamed from packages/gcc/8.4.0/8.3.0/0000-libtool-leave-framework-alone.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0001-uclibc-conf.patch (renamed from packages/gcc/8.4.0/8.3.0/0001-uclibc-conf.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0002-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch (renamed from packages/gcc/8.4.0/8.3.0/0002-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch (renamed from packages/gcc/8.4.0/8.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0004-arm-softfloat-libgcc.patch (renamed from packages/gcc/8.4.0/8.3.0/0004-arm-softfloat-libgcc.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0005-fix-m68k-uclinux.patch (renamed from packages/gcc/8.4.0/8.3.0/0005-fix-m68k-uclinux.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0006-libgfortran-missing-include.patch (renamed from packages/gcc/8.4.0/8.3.0/0006-libgfortran-missing-include.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0007-nios2-bad-multilib-default.patch (renamed from packages/gcc/8.4.0/8.3.0/0007-nios2-bad-multilib-default.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0008-libgcc-disable-split-stack-nothreads.patch (renamed from packages/gcc/8.4.0/8.3.0/0008-libgcc-disable-split-stack-nothreads.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0009-bionic-ndk.patch (renamed from packages/gcc/8.4.0/8.3.0/0009-bionic-ndk.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0010-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0010-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0011-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0011-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0012-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0012-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0013-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0013-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0014-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0014-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0015-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0015-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0016-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0016-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0017-crystax.patch (renamed from packages/gcc/8.4.0/8.3.0/0017-crystax.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0018-ARC-Add-multilib-support-for-linux-targets.patch (renamed from packages/gcc/8.4.0/8.3.0/0018-ARC-Add-multilib-support-for-linux-targets.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0019-isl-0.20.patch (renamed from packages/gcc/8.4.0/8.3.0/0019-isl-0.20.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0020-ARM-fix-cmse.patch (renamed from packages/gcc/8.4.0/8.3.0/0020-ARM-fix-cmse.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch (renamed from packages/gcc/8.4.0/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch) | 0 | ||||
-rw-r--r-- | packages/gcc/8.4.0/0022-ARC-Update-fma-expansions.patch (renamed from packages/gcc/8.4.0/8.3.0/0022-ARC-Update-fma-expansions.patch) | 0 | ||||
-rw-r--r-- | packages/gdb/8.2.1/0005-musl-aarch64-sigcontext.patch | 17 | ||||
-rw-r--r-- | packages/libelf/package.desc | 2 |
26 files changed, 19 insertions, 2 deletions
diff --git a/packages/expat/package.desc b/packages/expat/package.desc index 14c197d9..84dba8ff 100644 --- a/packages/expat/package.desc +++ b/packages/expat/package.desc @@ -1,6 +1,6 @@ repository='git https://github.com/libexpat/libexpat.git' repository_subdir='expat' bootstrap='./buildconf.sh && make -C doc all' -mirrors='http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION}' +mirrors='http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION} https://github.com/libexpat/libexpat/releases/download/R_${CT_EXPAT_VERSION//./_}' archive_formats='.tar.xz .tar.lz .tar.bz2 .tar.gz' relevantpattern='*.*|.' diff --git a/packages/gcc/8.4.0/8.3.0/0000-libtool-leave-framework-alone.patch b/packages/gcc/8.4.0/0000-libtool-leave-framework-alone.patch index 1a86e415..1a86e415 100644 --- a/packages/gcc/8.4.0/8.3.0/0000-libtool-leave-framework-alone.patch +++ b/packages/gcc/8.4.0/0000-libtool-leave-framework-alone.patch diff --git a/packages/gcc/8.4.0/8.3.0/0001-uclibc-conf.patch b/packages/gcc/8.4.0/0001-uclibc-conf.patch index aef750af..aef750af 100644 --- a/packages/gcc/8.4.0/8.3.0/0001-uclibc-conf.patch +++ b/packages/gcc/8.4.0/0001-uclibc-conf.patch diff --git a/packages/gcc/8.4.0/8.3.0/0002-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch b/packages/gcc/8.4.0/0002-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch index 20a88df3..20a88df3 100644 --- a/packages/gcc/8.4.0/8.3.0/0002-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch +++ b/packages/gcc/8.4.0/0002-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch diff --git a/packages/gcc/8.4.0/8.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/8.4.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch index 5f9a07a2..5f9a07a2 100644 --- a/packages/gcc/8.4.0/8.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch +++ b/packages/gcc/8.4.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch diff --git a/packages/gcc/8.4.0/8.3.0/0004-arm-softfloat-libgcc.patch b/packages/gcc/8.4.0/0004-arm-softfloat-libgcc.patch index d9800365..d9800365 100644 --- a/packages/gcc/8.4.0/8.3.0/0004-arm-softfloat-libgcc.patch +++ b/packages/gcc/8.4.0/0004-arm-softfloat-libgcc.patch diff --git a/packages/gcc/8.4.0/8.3.0/0005-fix-m68k-uclinux.patch b/packages/gcc/8.4.0/0005-fix-m68k-uclinux.patch index 02b53bd8..02b53bd8 100644 --- a/packages/gcc/8.4.0/8.3.0/0005-fix-m68k-uclinux.patch +++ b/packages/gcc/8.4.0/0005-fix-m68k-uclinux.patch diff --git a/packages/gcc/8.4.0/8.3.0/0006-libgfortran-missing-include.patch b/packages/gcc/8.4.0/0006-libgfortran-missing-include.patch index 6e2e4e44..6e2e4e44 100644 --- a/packages/gcc/8.4.0/8.3.0/0006-libgfortran-missing-include.patch +++ b/packages/gcc/8.4.0/0006-libgfortran-missing-include.patch diff --git a/packages/gcc/8.4.0/8.3.0/0007-nios2-bad-multilib-default.patch b/packages/gcc/8.4.0/0007-nios2-bad-multilib-default.patch index 4acc4918..4acc4918 100644 --- a/packages/gcc/8.4.0/8.3.0/0007-nios2-bad-multilib-default.patch +++ b/packages/gcc/8.4.0/0007-nios2-bad-multilib-default.patch diff --git a/packages/gcc/8.4.0/8.3.0/0008-libgcc-disable-split-stack-nothreads.patch b/packages/gcc/8.4.0/0008-libgcc-disable-split-stack-nothreads.patch index df91a9ff..df91a9ff 100644 --- a/packages/gcc/8.4.0/8.3.0/0008-libgcc-disable-split-stack-nothreads.patch +++ b/packages/gcc/8.4.0/0008-libgcc-disable-split-stack-nothreads.patch diff --git a/packages/gcc/8.4.0/8.3.0/0009-bionic-ndk.patch b/packages/gcc/8.4.0/0009-bionic-ndk.patch index 474dd8c0..474dd8c0 100644 --- a/packages/gcc/8.4.0/8.3.0/0009-bionic-ndk.patch +++ b/packages/gcc/8.4.0/0009-bionic-ndk.patch diff --git a/packages/gcc/8.4.0/8.3.0/0010-crystax.patch b/packages/gcc/8.4.0/0010-crystax.patch index 0e3e95ca..0e3e95ca 100644 --- a/packages/gcc/8.4.0/8.3.0/0010-crystax.patch +++ b/packages/gcc/8.4.0/0010-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0011-crystax.patch b/packages/gcc/8.4.0/0011-crystax.patch index f1f9eb12..f1f9eb12 100644 --- a/packages/gcc/8.4.0/8.3.0/0011-crystax.patch +++ b/packages/gcc/8.4.0/0011-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0012-crystax.patch b/packages/gcc/8.4.0/0012-crystax.patch index 2bf6cc76..2bf6cc76 100644 --- a/packages/gcc/8.4.0/8.3.0/0012-crystax.patch +++ b/packages/gcc/8.4.0/0012-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0013-crystax.patch b/packages/gcc/8.4.0/0013-crystax.patch index 3454df01..3454df01 100644 --- a/packages/gcc/8.4.0/8.3.0/0013-crystax.patch +++ b/packages/gcc/8.4.0/0013-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0014-crystax.patch b/packages/gcc/8.4.0/0014-crystax.patch index 8f2eb438..8f2eb438 100644 --- a/packages/gcc/8.4.0/8.3.0/0014-crystax.patch +++ b/packages/gcc/8.4.0/0014-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0015-crystax.patch b/packages/gcc/8.4.0/0015-crystax.patch index 2424d2b5..2424d2b5 100644 --- a/packages/gcc/8.4.0/8.3.0/0015-crystax.patch +++ b/packages/gcc/8.4.0/0015-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0016-crystax.patch b/packages/gcc/8.4.0/0016-crystax.patch index 8c21a1cc..8c21a1cc 100644 --- a/packages/gcc/8.4.0/8.3.0/0016-crystax.patch +++ b/packages/gcc/8.4.0/0016-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0017-crystax.patch b/packages/gcc/8.4.0/0017-crystax.patch index ccb81fd6..ccb81fd6 100644 --- a/packages/gcc/8.4.0/8.3.0/0017-crystax.patch +++ b/packages/gcc/8.4.0/0017-crystax.patch diff --git a/packages/gcc/8.4.0/8.3.0/0018-ARC-Add-multilib-support-for-linux-targets.patch b/packages/gcc/8.4.0/0018-ARC-Add-multilib-support-for-linux-targets.patch index 6c0ff277..6c0ff277 100644 --- a/packages/gcc/8.4.0/8.3.0/0018-ARC-Add-multilib-support-for-linux-targets.patch +++ b/packages/gcc/8.4.0/0018-ARC-Add-multilib-support-for-linux-targets.patch diff --git a/packages/gcc/8.4.0/8.3.0/0019-isl-0.20.patch b/packages/gcc/8.4.0/0019-isl-0.20.patch index 3e14966d..3e14966d 100644 --- a/packages/gcc/8.4.0/8.3.0/0019-isl-0.20.patch +++ b/packages/gcc/8.4.0/0019-isl-0.20.patch diff --git a/packages/gcc/8.4.0/8.3.0/0020-ARM-fix-cmse.patch b/packages/gcc/8.4.0/0020-ARM-fix-cmse.patch index cf2d2431..cf2d2431 100644 --- a/packages/gcc/8.4.0/8.3.0/0020-ARM-fix-cmse.patch +++ b/packages/gcc/8.4.0/0020-ARM-fix-cmse.patch diff --git a/packages/gcc/8.4.0/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch b/packages/gcc/8.4.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch index afdc1a53..afdc1a53 100644 --- a/packages/gcc/8.4.0/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch +++ b/packages/gcc/8.4.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch diff --git a/packages/gcc/8.4.0/8.3.0/0022-ARC-Update-fma-expansions.patch b/packages/gcc/8.4.0/0022-ARC-Update-fma-expansions.patch index c2680d59..c2680d59 100644 --- a/packages/gcc/8.4.0/8.3.0/0022-ARC-Update-fma-expansions.patch +++ b/packages/gcc/8.4.0/0022-ARC-Update-fma-expansions.patch diff --git a/packages/gdb/8.2.1/0005-musl-aarch64-sigcontext.patch b/packages/gdb/8.2.1/0005-musl-aarch64-sigcontext.patch new file mode 100644 index 00000000..9456dbb0 --- /dev/null +++ b/packages/gdb/8.2.1/0005-musl-aarch64-sigcontext.patch @@ -0,0 +1,17 @@ +--- + gdb/nat/aarch64-sve-linux-ptrace.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gdb/nat/aarch64-sve-linux-ptrace.h b/gdb/nat/aarch64-sve-linux-ptrace.h +index 029e753ffe..172ae39432 100644 +--- a/gdb/nat/aarch64-sve-linux-ptrace.h ++++ b/gdb/nat/aarch64-sve-linux-ptrace.h +@@ -20,7 +20,7 @@ + #ifndef AARCH64_SVE_LINUX_PTRACE_H + #define AARCH64_SVE_LINUX_PTRACE_H + +-#include <asm/sigcontext.h> ++#include <signal.h> + #include <sys/utsname.h> + #include <sys/ptrace.h> + #include <asm/ptrace.h> diff --git a/packages/libelf/package.desc b/packages/libelf/package.desc index 52e514f3..f7648d96 100644 --- a/packages/libelf/package.desc +++ b/packages/libelf/package.desc @@ -1,5 +1,5 @@ # FIXME No public repository and no new releases. # Consider switching to/adding project elftoolchain? -mirrors='http://www.mr511.de/software https://fossies.org/linux/misc/old' +mirrors='https://fossies.org/linux/misc/old' relevantpattern='*.*|.' archive_formats='.tar.gz' |