summaryrefslogtreecommitdiffstats
path: root/rtems/config/5/rtems-x86_64.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.