summaryrefslogtreecommitdiffstats
path: root/rtems/config/5/rtems-riscv.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move 5 build sets to 6Chris Johns2020-08-131-17/+0
| | | | | | | | | | - Move 5/bsps/* to bsps/* - Update package build references from 5 to 6 - Remove 5 build sets. Update #4048
* 5: Update NewlibSebastian Huber2020-03-171-1/+1
| | | | Pick up fix for crt0.c.
* Update gcc to 9.3.0 for targets using 9.2.0Joel Sherrill2020-03-121-1/+1
|
* Update newlib to c56f53aJoel Sherrill2020-03-121-1/+1
| | | | This is primarily to pick up the bug fix to have i386 fenv methods.
* rtems/5 bsets: Update to newlib fbaa096Joel Sherrill2020-02-281-1/+1
| | | | | This picks up fixes for at least the RTEMS reported issues for missing extern C in devctl.h and the symlink issue with bsdtar.
* 5: Update to Binutils 2.34Sebastian Huber2020-02-091-1/+1
|
* 5: Update NewlibSebastian Huber2019-11-111-1/+1
| | | | Pick up <fenv.h> and FreeBSD compatiblity changes.
* 5: Update to Binutils 2.33.1Sebastian Huber2019-11-051-1/+1
|
* Add gdb-8.3 as default debuggerJiri Gaisler2019-08-211-1/+1
| | | | | * Minor update from 8.2.1 * Can be built without patches (!)
* 5: Update to GCC 9.2.0 releaseSebastian Huber2019-08-121-1/+1
|
* Update Newlib to pick up ndbm addition (newlib=6661a67)Joel Sherrill2019-08-021-1/+1
|
* devel/sis: Fix building the SIS on FreeBSDChris Johns2019-07-231-1/+1
| | | | | | | - Update to SIS 2.17 which has internal readline support for the hosts which do not have readline. Closes #3763
* rtems/bsp: Build packages for the beagle BSP.Chris Johns2019-07-221-1/+0
| | | | Closes #3769
* Build standalone sis for SPARC and RISC-V targetsJiri Gaisler2019-06-181-0/+1
|
* 5: Update NewlibSebastian Huber2019-06-051-1/+1
| | | | Pick up <stddef.h> FreeBSD compatiblity changes.
* 5: Update GCC 9 baseline to GCC 9.1.0 releaseSebastian Huber2019-05-141-1/+1
|
* 5: Update NewlibSebastian Huber2019-02-191-1/+1
| | | | Pick up register_t changes.
* 5: Update or1k and riscv NewlibSebastian Huber2019-02-071-1/+1
|
* rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.Chris Johns2019-02-051-1/+1
|
* 5: Update to Binutils 2.32Sebastian Huber2019-02-041-1/+1
|
* 5: Update riscv and or1k GCC/NewlibSebastian Huber2019-01-281-1/+1
| | | | Reduce Git hash length to fix Ada build issues.
* 5: Update NewlibSebastian Huber2018-12-211-1/+1
| | | | | | Pick up FreeBSD compatibility improvements. Update #3472.
* 5: Update NewlibSebastian Huber2018-12-131-1/+1
| | | | | | Pick up <sys/time.h> updates from FreeBSD. Update #3472.
* 5: Build GDB earlier for riscvSebastian Huber2018-11-141-1/+1
| | | | Be in line with default targets.
* 5: Use latest GCC for riscvSebastian Huber2018-11-141-1/+1
| | | | | | This is a preparation to update or1k to use the latest GCC. Update #3602.
* 5: Use latest Binutils for riscvSebastian Huber2018-11-141-1/+1
| | | | | | This is a preparation to update or1k to use the latest GCC. Update #3602.
* 5: Update NewlibSebastian Huber2018-11-081-1/+1
| | | | | | Fix v850 target issue related to the new -fdata-sections build. Remove <machine/param.h> include from <sys/_cpuset.h>.
* 5: Update NewlibSebastian Huber2018-10-251-1/+1
| | | | | | Fix posix_memalign() attributes. Use -fdata-sections and -ffunction-sections to build Newlib.
* Bump epiphany, m32c, or1k, and riscv to latest newlib.Joel Sherrill2018-10-231-1/+1
|
* 5: Update NewlibSebastian Huber2018-10-111-1/+1
| | | | | | | | | | Pick up POSIX header file changes and improved opendir() implementation. This addesses time of check and time of use error conditions (TOCTOU). Update #3530. Update #3545. Update #3546. Update #3547.
* 5: Update NewlibSebastian Huber2018-08-281-1/+1
| | | | | | | | Pick up POSIX header file changes for an upcomming FreeBSD baseline update in libbsd. Update #3472. Close #3491.
* 5: Update Newlib for RISC-VSebastian Huber2018-08-201-1/+1
| | | | | | | Use the latest Newlib to fix the GCC libgomp build (TLS support was not detected due to broken crt0). Update #3452.
* 5: Update NewlibSebastian Huber2018-08-031-1/+1
| | | | | | | | | It includes a fix for bug in the ctype support, some FreeBSD compatibility changes in <sys/cdefs.h> for libbsd and a new configuration option for all targets newlib/configure.host which is used by the RISC-V port. Close #3452.
* 5: Change riscv32 back to riscvSebastian Huber2018-07-301-0/+17
| | | | | | | | Update Binutils to include a bug fix for: https://sourceware.org/bugzilla/show_bug.cgi?id=23451 Update #3452.
* 5: Change riscv to riscv32Sebastian Huber2018-07-261-17/+0
| | | | | | | | | | This is a temporary workaround for this bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23451 It is not clear how this can be resolved upstream. Update #3452.
* 5: Merge riscv32 and riscv64 into riscvSebastian Huber2018-07-231-0/+17
After several upstream updates in Binutils, GCC, Newlib, and GDB it is now possible to use a common riscv tool chain for the 32-bit and 64-bit RISC-V. Update GDB to ce73f310150418a9a1625ab60a527d959096a9e2 Git commit. Close #3452.