summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-12print/texinfo: Add texinfo packagetexinfo-pkg-2texinfo-pkgChris Johns
- MacOS systems do not come with makeinfo - Fix the gsed internal build logic. There was config logic in a bset file that does not support logic operators.
2023-04-05rtems/microblaze: Update to GDB 13.14892-macos-2Chris Johns
Note: GCC does not build on MacOS 13.3 due to the specific version of GCC the Microblaze is using. Updates #4892
2023-04-05rtems/mipsstx39: Update to GDB 13.1 and stage build GMPChris Johns
- Use a build set file to stage GMP as recent GDB versions require GMP. Update #4892
2023-04-05devel/mpfr: Add MPFR as a packageChris Johns
- This is a place holder incase we stop building MPFR in GCC. Updates #4892
2023-04-05devel/mpfr: Update to 4.2.0 to support MacOS AARCH64Chris Johns
- Use base64 checksums - Change MPFR URL Updates #4892
2023-04-05devel/gmp: Disable assemble builds on MacOS AARCH64Chris Johns
Updates #4892
2023-04-05rtems/gcc: Do not build GMP in GCC, use the staged buildChris Johns
- Do not build GMP when building GCC. GMP is now built as a package for GDB. Building as a separate package lets use control how it is built. Updates #4892
2023-04-05gdb: Use a virtual environment if presentChris Johns
- Detect and use a virtual environment if present - Supports MacOS with python.org in a venv Updates #4892
2023-04-04dtc: Disable warningsChris Johns
Updates #4892
2023-03-22binutils: Disable stack exec and RWX section warningsChris Johns
Binutils 2.39 and later enable by default warnings for executables with executable stack and RWX sections. Disable them. Closes #4881
2023-03-21Revert binutils to 2.39 for rtems6Kinsey Moore
Binutils 2.40 has a regression for AArch64 that has previously been fixed. See https://sourceware.org/bugzilla/show_bug.cgi?id=27217 This regression causes at least 2 tests to fail to build.
2023-03-19grub2.cfg: fix GRUB compilation with GCC 12.Karel Gardas
2023-03-14rtems-tools-6.cfg: Update to get RISC-V bsp-builder correctionsJoel Sherrill
2023-03-136: Update MicroBlaze gdb to 12.1Alex White
GDB 11.2 fails to compile on Ubuntu 22.04 for MicroBlaze.
2023-03-096/gdb: fix building on FreeBSD 13.1gdb-13-fb-incChris Johns
See https://sourceware.org/bugzilla/show_bug.cgi?id=30214 Closes #4872
2023-02-246: Update GCC 10 and 12Sebastian Huber
2023-02-246/7: Update NewlibSebastian Huber
2023-02-22Update to binutils 2.40 for rtems 6Joel Sherrill
2023-02-22Update to gdb 13.1 for rtems 6Joel Sherrill
2023-02-20config/tools/rtems-tools-6.cfg: Include fix for RISC-V BSP set in ↵Joel Sherrill
rtems-bsp-builder
2023-02-16Update gdb to 12.1 including patch for hosts with readline 8.2Joel Sherrill
Issue for hosts with readline 8.2 also exists with gdb 12.1. Closes #4859.
2023-02-16rtems-gdb-11.2.cfg: Add patch for hosts with readline 8.2Joel Sherrill
Get the fix from gdb git repo to fix build issue which showed up on Cygwin but was cross platform. Closes #4858.
2023-02-01Revert github tarball hash changesKinsey Moore
GitHub has reverted the change that caused all these tarball hashes to change and so we follow suit.
2023-01-30devel/gnu-default-tools: Use correct include pathKinsey Moore
Include paths must use the full file name with extension. This was causing errors because it couldn't resolve the include.
2023-01-30Update hashes for github-sourced tarballsKinsey Moore
Github has changed the way it generates on-the-fly tarball requests which has changed the hashes of the resulting tarballs. This adjusts the affected tarball hashes as a stop-gap until a more permanent solution can be devised.
2023-01-30dtc: Add patch to build for ticket 4783Kinsey Moore
This patch resolves a build error with dtc on cygwin until upstream adopts a fix.
2023-01-30rtems-tools-6.cfg: Bring in rtems-syms TLS fixKinsey Moore
Update the rtems-tools hash to include the fix for rtems-syms that enables application-hosted TLS variables in loadable modules.
2023-01-23RSB: Mitigate too short error reportsFrank Kühndel
Close #4642
2022-12-02tools: Fix thread names in rtems-record-lttngSebastian Huber
2022-11-217: Update Binutils, GDB, and GCCSebastian Huber
2022-11-216: Update GCC 10 and 12Sebastian Huber
2022-11-216/7: Update NewlibSebastian Huber
2022-11-107: Update Binutils, GDB, and GCCSebastian Huber
2022-11-106: Update GCC 10 and 12Sebastian Huber
2022-11-106/7: Update NewlibSebastian Huber
2022-11-10gdb: Use https for downloadsSebastian Huber
2022-11-047: Update Binutils, GDB, and GCCSebastian Huber
2022-11-046: Update GCC 10 and 12Sebastian Huber
2022-11-046/7: Update NewlibSebastian Huber
2022-11-04sis: update to version 2.30Sebastian Huber
2022-10-27Update mipstx39 gdb version to pick up fix to make simulator workJoel Sherrill
Closes #4689.
2022-10-24devel/sis: fix compilation of SIS on Mac OS XKarel Gardas
SIS compiles on Mac OS X fine, but without providing --host/--build configure options. Removing them solves the issue of configure not being able to recognize arm64-darwin platform.
2022-10-24testproc/gsed: fix compilation of GNU sed on Mac OS XKarel Gardas
GNU sed compiles on Mac OS X fine, but without providing --host/--build configure options. Hence removing them solved the issue of configure not being able to recognize arm64-darwin platform.
2022-10-157: Update Binutils, GDB, and GCCSebastian Huber
Close #4741.
2022-10-146: Update GCC 10 and 12Sebastian Huber
Update #4741.
2022-10-146/7: Update NewlibSebastian Huber
2022-10-13rtems-tools-6.cfg: Bump tools hashRyan Long
2022-10-01sb/set-bulder: Fix installing builds when a single buildsetChris Johns
- Always stage a build - Install if installable and outter most buildset instance Closes #4730
2022-10-01sb/execute: Fix incremental decoder with --dry-runChris Johns
Closes #4726
2022-09-30sb/version: Set top from external package4732-set-version-topChris Johns