summaryrefslogtreecommitdiffstats
path: root/rtems/config/5/rtems-x86_64.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move 5 build sets to 6Chris Johns2020-08-131-13/+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
|
* 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
|
* rtems/bsp: Build packages for the beagle BSP.Chris Johns2019-07-221-1/+0
| | | | Closes #3769
* 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: Use GCC 9 for x86_64Sebastian Huber2019-03-141-1/+10
| | | | This should fix BSP build issues due to missing crti/n.o files.
* 5: Fix x86_64 GCC 7.4.0 buildSebastian Huber2018-12-131-12/+0
| | | | Update #3384.
* 5: Update to Binutils 2.31.1Sebastian Huber2018-07-231-5/+0
|
* x86_64/binutils: Add PEI target to build UEFI application imagesAmaan Cheval2018-06-131-0/+5
| | | | Updates #2898.
* x86_64/gcc: Have gcc build crti.o and crtn.oAmaan Cheval2018-05-141-0/+6
| | | | | | | | | | | The original commit in GCC's repo is here: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ab55f7db3694293e4799d58f7e1a556c0eae863a We need this to be able to use crti.o and crtn.o in the bsp_specs file for the port, and therefore provide missing symbols like "_fini" which RTEMS assumes are defined in: ./cpukit/libcsupport/src/newlibc_exit.c
* x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)Amaan Cheval2018-05-041-0/+7
| | | | | | | | Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for gcc targeting x86_64. Corresponding gcc commit: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=602fa1e9d3ea5e87d4d6e17e3e91fc2647e42da3
* Change RTEMS version from 4.12 to 5Sebastian Huber2017-11-091-0/+4
Update #3220.