summaryrefslogtreecommitdiffstats
path: root/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 6/7: Use TLS in Newlib for some targets by defaultSebastian Huber2022-07-2112-0/+12
| | | | | | | | Use the --enable-newlib-reent-thread-local (_REENT_THREAD_LOCAL_STORAGE) Newlib configuration option on the aarch64, arm, nios2, powerpc, riscv, and sparc targets by default. Update #4560.
* 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
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-07-013-6/+6
|
* 6/7: Update NewlibSebastian Huber2022-07-013-6/+6
| | | | | | This Newlib update fixes a FreeBSD kernel space issue with <sys/cpuset.h>. Update #4667.
* 6: Add GCC 10.4 with Newlib e7ffbdbSebastian Huber2022-06-291-0/+27
|
* 6: Back port v8 of gcov improvements to GCC 10Sebastian Huber2022-06-291-2/+2
| | | | Update #4196.
* 6/7: Update NewlibSebastian Huber2022-06-243-6/+6
| | | | | | This Newlib update fixes a namespace pollution issue with <sys/bitset.h>. Close #4667.
* 6: Update GCC 10 and 12Sebastian Huber2022-06-222-4/+4
|
* 6: Back port v6 of gcov improvements to GCC 10Sebastian Huber2022-06-211-2/+2
| | | | Update #4196.
* 6/tools: Update to the latest commitChris Johns2022-05-181-2/+2
|
* ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin hostKarel Gardas2022-05-171-0/+14
| | | | | | Updates #4657. Sponsored-By: Precidata
* 7: Remove superfluous GCC patchSebastian Huber2022-05-091-3/+0
|
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-05-093-6/+6
|
* 6: Update to GCC 12Sebastian Huber2022-05-092-1/+27
|
* sb/setbuilder: Control buildsets using the --with-* command line optionChris Johns2022-05-053-22/+42
| | | | | | | | | | - Expand macros in buildset file names - Add support to buildsets for `%defineifnot` - Update 6 and 7 to support command line build overrides Closes #4646
* 7: Back port gcov-tool merge-stream to GCC 12Sebastian Huber2022-05-041-0/+3
| | | | Update #4196.
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-05-043-6/+6
|
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-04-273-6/+6
|
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-04-273-6/+6
|
* 6/7: Use gmp-6.2.1 for GDBSebastian Huber2022-04-253-3/+3
|
* 6/7: Use expat-2.4.8Sebastian Huber2022-04-252-2/+2
|
* 6: update default set to use expat 2.4.8Karel Gardas2022-04-221-1/+1
| | | | | This solves issues with compilation on aarch64-linux platform since it is not recognized by previous expat 2.1.0.
* 6/7: Update GCC prerequisites for GCC 10 and 12Sebastian Huber2022-04-222-2/+2
|
* 7: Update Binutils, GCC, and GDBSebastian Huber2022-03-223-6/+6
|
* 6/7: Update NewlibSebastian Huber2022-03-222-4/+4
| | | | | | Fix the iconv support to avoid linker errors like this: newlib/libc/iconv/lib/ucsconv.c:66: undefined reference to `_iconv_to_ucs_ces'
* 6/7: Update NewlibSebastian Huber2022-03-182-4/+4
| | | | The update of the Newlib build system seems to be finished.
* 6/7: Update AArch64 newlib patchKinsey Moore2022-03-182-4/+4
| | | | | The existing patch fails to build with the latest newlib. This picks up an updated patch that compiles with both older and newer newlib.
* microblaze: Add GCC patch to define __ELF__Alex White2022-03-091-0/+3
| | | | This fixes compilation errors in rtems-libbsd.
* 6/7: Update NewlibSebastian Huber2022-03-092-4/+4
| | | | This fixes an issue for some awk versions.
* 7: Update Binutils, GDB, and GCCSebastian Huber2022-02-263-6/+6
|
* 6/7: Update NewlibSebastian Huber2022-02-262-4/+4
|
* 6: Use GDB 11.2 for mipstx39Sebastian Huber2022-02-262-1/+4
|
* 6: Use GDB 11.2Sebastian Huber2022-02-243-2/+14
|
* 6: Use Binutils 2.38Sebastian Huber2022-02-242-1/+13
|
* 6: Update GCC to include a fix for powerpcSebastian Huber2022-02-241-2/+2
| | | | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104090
* rtems-tools-6.cfg: Bump hash to get align optionChristian Mauderer2022-02-151-2/+2
|
* rtems-tools-6.cfg: Bump hashRyan Long2022-01-311-2/+2
|
* rtems-tools-6.cfg: Bump hash to get new INI filesRyan Long2022-01-211-2/+2
|
* Update Newlib for powerpc/setjmp improvementsSebastian Huber2022-01-112-4/+4
|
* 6: Update GCC to fix PR100108Sebastian Huber2021-12-141-2/+2
| | | | | | | This update fixes a GCC 10 regression which resulted in invalid code generation for some 32-bit powerpc targets: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100108
* RSB: update dtc 1.6.0 -> dtc 1.6.1Karel Gardas2021-11-182-2/+2
| | | | | | | | Fixes #4221 Note: the patch updates only dtc 1.6.0 occurrences. It leaves all other dtc (1.4.x) usages as they are just to not break anything which depends on older dtc versions.
* RSB: fix hash setup for binutils 2.37Karel Gardas2021-11-181-1/+1
|
* RSB: add GRUB2 to the RTEMS tools and use it in 6/rtems-x86_64 build setKarel Gardas2021-11-182-0/+13
|
* rtems-tools-6.cfg: Bump hash to get fix for rtems-testJoel Sherrill2021-11-121-2/+2
|
* config/[67]/rtems-*.bset: Move dtc to default setJoel Sherrill2021-11-095-4/+4
|
* rtems-tools-6.cfg: Bump rtems-tools hashJoel Sherrill2021-11-091-2/+2
|
* rtems-kernel: Implement kernel recipe using wafRyan Long2021-11-092-63/+68
| | | | Closes #4145
* rtems-gcc-10-newlib-head: Uncomment patch linesKinsey Moore2021-11-051-2/+2
| | | | | | These lines were accidentally committed with a leading + which resulted in them being non-functional. This restores them to functionality such that the patch gets downloaded and applied appropriately.
* rtems-tools-6.cfg: Bump hash to include MicroBlazeAlex White2021-10-251-2/+2
| | | | Hash: 323007a6b520140a20b2e268c90b78ff67afaf45