summaryrefslogtreecommitdiffstats
path: root/rtems/config/5 (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-125/rtems-epiphany.bset: Rework to have meaningful name for gdbJoel Sherrill1-3/+3
closes #3809.
2019-11-195: Update to GCC 7.5.0Sebastian Huber2-2/+2
2019-11-115: Update NewlibSebastian Huber5-5/+5
Pick up <fenv.h> and FreeBSD compatiblity changes.
2019-11-055: Update to Binutils 2.33.1Sebastian Huber5-5/+5
2019-10-265/bsps: Add Xilinx Zynq ZC706 BSP.Chris Johns1-0/+21
2019-10-255/bsps: Add Xilinx Zynq ZC702 BSP.Chris Johns1-0/+21
2019-09-165/llvm: Add LLVM as a package for RTEMS.Chris Johns1-0/+21
- Add '%source download <source>' to only download the source and do not unpack and prep. This can used when a package internally needs another source package. - Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing. Updates #3250 Updatew #3797
2019-08-305/bsps: Add xilinx_zynq_zedboard BSPChris Johns1-0/+21
2019-08-305/bsps: Add raspberrypi2 BSPChris Johns1-0/+21
2019-08-27sb: Send only one mail when building a BSPChris Johns1-0/+2
- Add support to email a single report if configured to do so.
2019-08-21Add gdb-8.3 as default debuggerJiri Gaisler3-2/+3
* Minor update from 8.2.1 * Can be built without patches (!)
2019-08-125: Update to GCC 9.2.0 releaseSebastian Huber3-3/+3
2019-08-02Update Newlib to pick up ndbm addition (newlib=6661a67)Joel Sherrill5-5/+5
2019-07-23devel/sis: Fix building the SIS on FreeBSDChris Johns2-3/+2
- Update to SIS 2.17 which has internal readline support for the hosts which do not have readline. Closes #3763
2019-07-22rtems/bsp: Build packages for the beagle BSP.Chris Johns4-6/+3
Closes #3769
2019-07-21sb/setbuilder: Support staging of build set build before installing.Chris Johns1-1/+1
- Staging lets build sets use previously built build sets. - Fix the rtems-bsp builds to support staging.
2019-07-21rtems: Add kernel, libbsd and BSP building as packages.Chris Johns4-1/+42
2019-07-215/packages: Add curl and update all packages with RTEMS 5 and LibBSDChris Johns1-0/+24
- Update rtems-bsp support to correctly handle hosts for BSP. - Clean up the options for a BSP. - Check all RTEMS 5 packages and add 5/rtems-packages for all that build. - Update download locations and checksum of all packages. - The work requires the kernel and Libbsd hacve the same prefix.
2019-06-18Build standalone sis for SPARC and RISC-V targetsJiri Gaisler2-0/+3
2019-06-055: Update NewlibSebastian Huber5-5/+5
Pick up <stddef.h> FreeBSD compatiblity changes.
2019-05-145: Update GCC 9 baseline to GCC 9.1.0 releaseSebastian Huber3-3/+3
2019-05-145: Update GCC 7 baselineSebastian Huber1-1/+1
Pick up ARM multilib changes to address Cortex-M3 Errata 602117. Update #3747.
2019-03-145: Use GCC 9 for x86_64Sebastian Huber1-1/+10
This should fix BSP build issues due to missing crti/n.o files.
2019-02-195: Update NewlibSebastian Huber4-4/+4
Pick up register_t changes.
2019-02-075: Update or1k and riscv NewlibSebastian Huber2-2/+2
2019-02-055: Use GDB 8.2.1 for or1kSebastian Huber1-1/+1
2019-02-05rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.Chris Johns3-14/+3
2019-02-045: Update to Binutils 2.32Sebastian Huber5-5/+5
2019-02-015: Update NewlibSebastian Huber3-3/+3
Pick up scandir() fixes.
2019-01-29gdb: add RISC-V and code coverage support to sisJiri Gaisler1-1/+12
2019-01-285: Update riscv and or1k GCC/NewlibSebastian Huber2-2/+2
Reduce Git hash length to fix Ada build issues.
2018-12-215: Update NewlibSebastian Huber4-4/+4
Pick up FreeBSD compatibility improvements. Update #3472.
2018-12-135: Update NewlibSebastian Huber4-4/+4
Pick up <sys/time.h> updates from FreeBSD. Update #3472.
2018-12-135: Fix x86_64 GCC 7.4.0 buildSebastian Huber1-12/+0
Update #3384.
2018-12-115: Update GCC 7.3.0 to 7.4.0Sebastian Huber2-2/+2
Update #3384.
2018-11-145: Use latest Binutils and GCC for or1kSebastian Huber1-28/+6
Update #3602.
2018-11-145: Build GDB earlier for riscvSebastian Huber1-1/+1
Be in line with default targets.
2018-11-145: Use latest GCC for riscvSebastian Huber1-1/+1
This is a preparation to update or1k to use the latest GCC. Update #3602.
2018-11-145: Use latest Binutils for riscvSebastian Huber1-1/+1
This is a preparation to update or1k to use the latest GCC. Update #3602.
2018-11-09m32c: Remove this build setSebastian Huber3-48/+0
Update #3599.
2018-11-085: Update NewlibSebastian Huber5-5/+5
Fix v850 target issue related to the new -fdata-sections build. Remove <machine/param.h> include from <sys/_cpuset.h>.
2018-10-255: Update NewlibSebastian Huber5-5/+5
Fix posix_memalign() attributes. Use -fdata-sections and -ffunction-sections to build Newlib.
2018-10-23Bump epiphany, m32c, or1k, and riscv to latest newlib.Joel Sherrill4-4/+4
2018-10-22Update newlib to 5835688440fb0b23fe991a04c7e2df54ded87657Joel Sherrill1-1/+1
2018-10-12rtems-5: Move GDB to as early in the build as possible.Chris Johns1-1/+7
This should show the python build errors as soon as possible.
2018-10-115: Update NewlibSebastian Huber5-5/+5
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.
2018-08-285: Update NewlibSebastian Huber5-5/+5
Pick up POSIX header file changes for an upcomming FreeBSD baseline update in libbsd. Update #3472. Close #3491.
2018-08-205: Update Newlib for RISC-VSebastian Huber1-1/+1
Use the latest Newlib to fix the GCC libgomp build (TLS support was not detected due to broken crt0). Update #3452.
2018-08-035: Update NewlibSebastian Huber5-5/+5
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.
2018-07-305: Change riscv32 back to riscvSebastian Huber1-2/+2
Update Binutils to include a bug fix for: https://sourceware.org/bugzilla/show_bug.cgi?id=23451 Update #3452.