summaryrefslogtreecommitdiffstats
path: root/rtems/config/5/rtems-epiphany.bset (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-13Move 5 build sets to 6Chris Johns1-39/+0
- Move 5/bsps/* to bsps/* - Update package build references from 5 to 6 - Remove 5 build sets. Update #4048
2020-03-175: Update NewlibSebastian Huber1-1/+1
Pick up fix for crt0.c.
2020-03-12Update newlib to c56f53aJoel Sherrill1-1/+1
This is primarily to pick up the bug fix to have i386 fenv methods.
2020-02-28rtems/5 bsets: Update to newlib fbaa096Joel Sherrill1-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.
2020-02-095: Update to Binutils 2.34Sebastian Huber1-1/+1
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 Huber1-1/+1
2019-11-115: Update NewlibSebastian Huber1-1/+1
Pick up <fenv.h> and FreeBSD compatiblity changes.
2019-11-055: Update to Binutils 2.33.1Sebastian Huber1-1/+1
2019-08-02Update Newlib to pick up ndbm addition (newlib=6661a67)Joel Sherrill1-1/+1
2019-06-055: Update NewlibSebastian Huber1-1/+1
Pick up <stddef.h> FreeBSD compatiblity changes.
2019-02-195: Update NewlibSebastian Huber1-1/+1
Pick up register_t changes.
2019-02-045: Update to Binutils 2.32Sebastian Huber1-1/+1
2019-02-015: Update NewlibSebastian Huber1-1/+1
Pick up scandir() fixes.
2018-12-215: Update NewlibSebastian Huber1-1/+1
Pick up FreeBSD compatibility improvements. Update #3472.
2018-12-135: Update NewlibSebastian Huber1-1/+1
Pick up <sys/time.h> updates from FreeBSD. Update #3472.
2018-12-115: Update GCC 7.3.0 to 7.4.0Sebastian Huber1-1/+1
Update #3384.
2018-11-085: Update NewlibSebastian Huber1-1/+1
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 Huber1-1/+1
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 Sherrill1-1/+1
2018-10-115: Update NewlibSebastian Huber1-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.
2018-08-285: Update NewlibSebastian Huber1-1/+1
Pick up POSIX header file changes for an upcomming FreeBSD baseline update in libbsd. Update #3472. Close #3491.
2018-08-035: Update NewlibSebastian Huber1-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.
2018-07-235: Update NewlibSebastian Huber1-1/+1
Update RISC-V GCC to a GCC 9 branch commit. Close #3342. Close #3343. Update #3452.
2018-07-235: Update to Binutils 2.31.1Sebastian Huber1-1/+1
2018-01-315: Add versions to file namesSebastian Huber1-2/+2
2018-01-295: Update to Binutils 2.30Sebastian Huber1-1/+1
2018-01-265: Update to Newlib 3.0.0 and GCC 7.3Sebastian Huber1-9/+2
Epiphany target can now use the default build set. The or1k and m32c targets still need special GCC versions.
2017-11-09Change RTEMS version from 4.12 to 5Sebastian Huber1-3/+3
Update #3220.
2017-10-23rtems-epiphany.bset: Add sha512sum for GCC git repositoryJoel Sherrill1-1/+1
Closes #3201.
2017-10-124.12: Update all MD5 hashes to SHA256.Chris Johns1-0/+3
Closes #2536.
2017-10-054.12: Update to Newlib 2.5.0.20170922Sebastian Huber1-1/+1
The time_t is now a 64-bit signed integer. This update includes a patch to introduce the self-contained POSIX synchronization objects. Update #2514. Update #3111. Update #3112. Update #3113. Update #3114. Update #3115. Update #3116.
2017-08-224.12: Update to Newlib 2.5.0.20170818Sebastian Huber1-1/+1
2017-08-084.12: Update to Newlib 2.5.0.20170720Sebastian Huber1-1/+1
2017-06-264.12: Update to use Newlib 2.5.0.20170623Sebastian Huber1-1/+1
2017-06-074.12: Update to use Newlib 2.5.0.20170519Sebastian Huber1-1/+1
Add POSIX header file patches for Newlib. Update #2833.
2017-03-274.12: Update to use Newlib 2.5.0.20170323Sebastian Huber1-1/+1
2017-03-014.12: Update to use Newlib 2.5.0.20170228Sebastian Huber1-6/+1
2016-12-23Newlib and GCC update for RTEMS 4.12Sebastian Huber1-1/+1
2016-06-134.12/rtems-epiphany.bset: Use Newlib 2.4.0.20160527Sebastian Huber1-1/+1
2016-04-15rtems: Refactor to move to a single version on master.Chris Johns1-2/+2
Move the 4.12 version and base defines to just RTEMS base defines which includes the version. This removes the version from a number of files and makes it simpler to move to a new version. It however means we cannot support more than version on master. This change further breaks 4.10 and 4.9 however it means we can branch these versions and better support them on their branches.
2016-04-114.12/rtems-epiphany.bset: Update to newlib 2.4.0Joel Sherrill1-1/+1
2015-11-10Add RTEMS 4.12 build setSebastian Huber1-5/+5
2015-10-264.11/rtems-epiphany: Use the latest newlib git head.Chris Johns1-5/+5
Move to the latest to pick up the recent newlib changes.
2015-05-21epiphany: fix checksum error for gcc and gdbHesham ALMatary1-2/+2
2015-05-21epiphany: Fix binutils checksumHesham ALMatary1-1/+1
2015-05-06Add support for building Epiphany toolsHesham ALMatary1-0/+48
This patch adds support for building Epiphany tools. Currently the tools are fetched from Adapteva repositories. In the future, the tools should be fetched from GNU upstreams when Adapteva folks push their latest changes there.