summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
Commit message (Collapse)AuthorAgeFilesLines
* release 2023.07.0v2023.07.0Michael Olbrich2023-07-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: update oldest supported kernel version to v4.19Michael Olbrich2023-06-281-1/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: version bump 12.1 -> 13.2Michael Olbrich2023-06-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add support for loongarch64-linux-gnuMichael Olbrich2023-06-221-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* introduce ARCH_MIPS64 to handle 64-bit mipsMichael Olbrich2023-06-141-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: version bump 12-20221022 -> 13-20230603Michael Olbrich2023-06-081-1/+1
| | | | | | | Drop the lib64 hacks. It was always ugly and PTXdist can handle this now. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2022.10.0 -> 2023.07.0Michael Olbrich2023-06-081-1/+1
| | | | | | | It's not yet released but we need the changes currently in master that will be part of this release. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: update version to 2023.XX.0 do distinguish devel builds from last ↵Michael Olbrich2023-06-081-1/+1
| | | | | | release Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2022.10.0v2022.10.0Michael Olbrich2022-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel-headers: version bump 5.19.11 -> 6.0.5Michael Olbrich2022-10-271-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2022.09.0 -> 2022.10.0Michael Olbrich2022-10-271-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: version bump 10.2 -> 12.1Michael Olbrich2022-10-131-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* aarch64-v8a-linux-gnu: disable frame pointers by defaultMichael Olbrich2022-10-041-1/+1
| | | | | | | | | For historical reasons, frame pointers are enabled on aarch64 by default. This creates unnecessary overhead. Add specs to set -fomit-frame-pointer unless it is specified in the commandline or -pg is used (the combination is not allowed). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: version bump 2.33-45-g58b90461ae10 -> 2.36-44-g2628500f5dffMichael Olbrich2022-10-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: handle gcc 12.xMichael Olbrich2022-09-291-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2021.07.0 -> 2022.09.0Michael Olbrich2022-09-291-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: update version to 2022.XX.0 do distinguish devel builds from last ↵Michael Olbrich2022-09-291-1/+1
| | | | | | release Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2021.07.0v2021.07.0Michael Olbrich2021-07-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2021.05.0 -> 2021.07.0Michael Olbrich2021-07-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: update version to 2021.XX.0 do distinguish devel builds from last ↵Michael Olbrich2021-05-211-1/+1
| | | | | | release Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfigs: add config for x86_64-v3-linux-gnu_gccMichael Olbrich2021-05-211-1/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: version bump 9.2 -> 10.2Michael Olbrich2021-05-211-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: support gcc 11.*Michael Olbrich2021-05-171-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2020.08.0 -> 2021.05.0Michael Olbrich2021-05-171-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2020.08.0v2020.08.0Michael Olbrich2020-08-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfigs: enable cross-lld for all clang toolchainsMichael Olbrich2020-08-271-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: version bump 9.1 -> 9.2Michael Olbrich2020-08-271-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: --enable-obsolete-rpc and --enable-obsolete-nsl are gone ↵Michael Olbrich2020-08-271-1/+1
| | | | | | with glibc 2.32 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: define -D__ARM_ARCH=* for glibc headers on ARMMichael Olbrich2020-08-271-2/+8
| | | | | | | | | | | | | It's not strictly necessary but it avoids a lot of error messages like this: ./sysdeps/arm/sysdep.h:49:4: error: #error unknown arm architecture ./sysdeps/arm/sysdep.h:53:5: error: "__ARM_ARCH" is not defined [-Werror=undef] They are not fatal but it's easier to find the real problems without these messages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2020.04.0 -> 2020.08.0Michael Olbrich2020-08-271-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: add initial mips64el supportMichael Olbrich2020-08-241-0/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: set -D__mips=1 when building glibc headers on mipsMichael Olbrich2020-08-241-1/+1
| | | | | | | | This avoids a lot of error messages like this: sysdeps/unix/sysv/linux/mips/kernel-features.h:26:5: error: "__mips" is not defined, evaluates to 0 [-Werror=undef] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2019.09.0 -> 2020.04.0Michael Olbrich2020-05-081-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: version bump 8.3 -> 9.1Michael Olbrich2020-05-081-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* llvm/clang: version bump 8.0.1 -> 10.0.0Michael Olbrich2020-05-081-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: version bump 2.30 -> 2.31-29-gde371d1581f3Michael Olbrich2020-05-081-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: support gcc 10.xMichael Olbrich2020-05-081-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: update version to 2020.XX.0 do distinguish devel builds from last ↵Michael Olbrich2019-12-061-1/+1
| | | | | | release Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2019.09.0v2019.09.0Michael Olbrich2019-09-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2019.08.0 -> 2019.09.0Michael Olbrich2019-09-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2019.06.0 -> 2019.08.0Michael Olbrich2019-09-021-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gcc: version bump 9-20190331 -> 9-20190810Michael Olbrich2019-09-021-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add clang supportMichael Olbrich2019-09-021-0/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2019.03.1 -> 2019.06.0Michael Olbrich2019-07-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: version bump 2018.12.0 -> 2019.03.1Michael Olbrich2019-07-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use 3.16 as latest supported kernel version for 5.x ↵Michael Olbrich2019-07-041-0/+3
| | | | | | kernel headers Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gdb: version bump 8.2 -> 8.3Michael Olbrich2019-07-041-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* binutils: version bump 2.31.1 -> 2.32Michael Olbrich2019-04-021-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: version bump 2.28 -> 2.29Michael Olbrich2019-04-021-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gcc: version bump 8-20181130 -> 9-20190331Michael Olbrich2019-04-021-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>