summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* rtems-tools-6.cfg: Update to get RISC-V bsp-builder correctionsJoel Sherrill2023-03-141-2/+2
|
* 6/gdb: fix building on FreeBSD 13.1Chris Johns2023-03-091-0/+4
| | | | | | See https://sourceware.org/bugzilla/show_bug.cgi?id=30214 Closes #4872
* 6: Update GCC 10 and 12Sebastian Huber2023-02-242-4/+4
|
* 6/7: Update NewlibSebastian Huber2023-02-244-8/+8
|
* Update to binutils 2.40 for rtems 6Joel Sherrill2023-02-221-0/+13
|
* Update to gdb 13.1 for rtems 6Joel Sherrill2023-02-221-0/+13
|
* config/tools/rtems-tools-6.cfg: Include fix for RISC-V BSP set in ↵Joel Sherrill2023-02-201-2/+2
| | | | rtems-bsp-builder
* Update gdb to 12.1 including patch for hosts with readline 8.2Joel Sherrill2023-02-161-0/+15
| | | | | | Issue for hosts with readline 8.2 also exists with gdb 12.1. Closes #4859.
* rtems-gdb-11.2.cfg: Add patch for hosts with readline 8.2Joel Sherrill2023-02-161-0/+3
| | | | | | | Get the fix from gdb git repo to fix build issue which showed up on Cygwin but was cross platform. Closes #4858.
* Revert github tarball hash changesKinsey Moore2023-02-017-10/+10
| | | | | GitHub has reverted the change that caused all these tarball hashes to change and so we follow suit.
* Update hashes for github-sourced tarballsKinsey Moore2023-01-307-10/+10
| | | | | | | 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.
* rtems-tools-6.cfg: Bring in rtems-syms TLS fixKinsey Moore2023-01-301-2/+2
| | | | | Update the rtems-tools hash to include the fix for rtems-syms that enables application-hosted TLS variables in loadable modules.
* tools: Fix thread names in rtems-record-lttngSebastian Huber2022-12-021-2/+2
|
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-11-213-6/+6
|
* 6: Update GCC 10 and 12Sebastian Huber2022-11-212-4/+4
|
* 6/7: Update NewlibSebastian Huber2022-11-214-8/+8
|
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-11-103-6/+6
|
* 6: Update GCC 10 and 12Sebastian Huber2022-11-102-4/+4
|
* 6/7: Update NewlibSebastian Huber2022-11-104-8/+8
|
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-11-043-6/+6
|
* 6: Update GCC 10 and 12Sebastian Huber2022-11-042-4/+4
|
* 6/7: Update NewlibSebastian Huber2022-11-044-8/+8
|
* Update mipstx39 gdb version to pick up fix to make simulator workJoel Sherrill2022-10-271-2/+2
| | | | Closes #4689.
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-10-153-6/+9
| | | | Close #4741.
* 6: Update GCC 10 and 12Sebastian Huber2022-10-142-4/+6
| | | | Update #4741.
* 6/7: Update NewlibSebastian Huber2022-10-144-8/+11
|
* rtems-tools-6.cfg: Bump tools hashRyan Long2022-10-131-2/+2
|
* rtems-gcc-12-newlib-head.cfg: Bump newlib hash to get extern C on resource.hJoel Sherrill2022-09-261-2/+3
|
* 6: Update GCC 10 and 12Sebastian Huber2022-09-242-4/+4
|
* 6/7: Update NewlibSebastian Huber2022-09-244-8/+8
| | | | This fixes a setjmp() and longjmp() issue for the 64-bit powerpc target.
* rtems-tools-6.cfg: Correct hashJoel Sherrill2022-09-211-1/+1
|
* rtems-tools-6.cfg: Bump hash to avoid stray comma in aarch64.ini ↵Joel Sherrill2022-09-211-1/+1
| | | | configuration for bsp-builder
* rtems/kernel: Update to the latestChris Johns2022-09-211-2/+2
| | | | - Addition of the Polarfire Icicle BSP
* rtems-tools-6.cfg: Bump hash to update BSP listJoel Sherrill2022-09-191-2/+2
|
* testproc/gsed: Do not use %include with internal buildsChris Johns2022-09-161-1/+2
|
* devel/gcc: Check and build GNU sed if not available on build hostChris Johns2022-09-141-0/+5
| | | | Closes #2300
* rtems/kernel: Update the confg file supportChris Johns2022-09-091-119/+121
| | | | | | | | - Check for config file tests and install if enabled - Support buildset BSP options defines if building a single BSP - Remove bootstrap and autotools fragments
* rtems/kernel: Support a list of BSPs as arch/bspChris Johns2022-09-091-27/+17
|
* rtems/libbsd: Update to the latest on the 6-freebsd-12 branchChris Johns2022-09-091-2/+2
|
* rtems/kernel: Update to the latest kernelChris Johns2022-09-091-3/+3
| | | | - Update hash file extension
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-09-083-6/+6
|
* 6: Update GCC 10 and 12Sebastian Huber2022-09-082-10/+4
| | | | Update #4712.
* 6/7: Update NewlibSebastian Huber2022-09-084-8/+8
|
* 6: Enable some libstdc++ featuresSebastian Huber2022-08-172-0/+7
| | | | | | | | | Enable TLS support for all RTEMS targets except bfin, lm32, m68k, mips, moxie, or1k, and v850. For all RTEMS targets, define HAVE_ALIGNED_ALLOC, HAVE_AT_QUICK_EXIT, HAVE_LINK, HAVE_QUICK_EXIT, HAVE_READLINK, HAVE_SETENV, HAVE_SLEEP, HAVE_STRERROR_L, HAVE_SYMLINK, HAVE_TRUNCATE, and HAVE_USLEEP. Update #4668.
* 6: Use local-exec TLS model by defaultSebastian Huber2022-08-082-0/+7
| | | | Update #4560.
* 6/7: Update to the latest rtems-toolsSebastian Huber2022-08-081-2/+2
| | | | Update 4671.
* rtems-tools-6.cfg: Bump hashRyan Long2022-08-011-2/+2
|
* 6/7: Update to the latest rtems-toolsSebastian Huber2022-07-271-2/+2
|
* 6/7: Update NewlibSebastian Huber2022-07-214-7/+33
| | | | | | | This makes the --enable-newlib-reent-thread-local (_REENT_THREAD_LOCAL_STORAGE) Newlib configuration option available. Update #4560.
* gcc12/libstdc++: Fix lifetime bugs for non-TLS eh_globalsChris Johns2022-07-061-8/+21
| | | | | | | - This is the fix from PR105880: https://gcc.gnu.org/bugzilla/attachment.cgi?id=53103 Closes #4661