summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/i386 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-18build: Merge default-by-family into by-variantSebastian Huber16-16/+0
Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
2021-07-15build: Use BSP family for optionsChris Johns16-0/+16
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
2021-04-07spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee2-21/+0
Update #3850
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2020-09-15build: Fix multiple defintion error for i386/pc386Sebastian Huber1-4/+9
Make the objcopy an bld.objects() task generator. Close #4079.
2020-09-15build: Fix i386/pc386 link of SMP start fileSebastian Huber1-1/+1
Update #3818.
2020-09-15build: Add RELOCADDR to i386/pc386 optionsSebastian Huber2-0/+29
Update #3818.
2020-09-15build: Fix i386/pc386 ABI flagsSebastian Huber1-5/+0
Update #3818.
2020-09-15build: Fix i386/pc386 with SMP enabledSebastian Huber3-1/+52
Update #3818.
2020-09-14build: Alternative build system based on wafSebastian Huber32-0/+709
Update #3818.