build: Merge default-by-family into by-variant

Prefix the BSP family name with "bsps/" to make it distinct to the BSP
variant names.

Update #4468.
This commit is contained in:
Sebastian Huber
2021-07-23 08:45:07 +02:00
parent 75af5be6a8
commit ebdfa24bff
762 changed files with 7 additions and 768 deletions

View File

@@ -7,7 +7,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: []
default-by-family: []
default-by-variant: []
description: |
ABI flags

View File

@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
default-by-family: []
default-by-variant:
- value: true
variants:

View File

@@ -11,7 +11,6 @@ default:
- -mmultiply-enabled
- -mdivide-enabled
- -msign-extend-enabled
default-by-family: []
default-by-variant: []
description: |
ABI flags

View File

@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
default-by-family: []
default-by-variant: []
description: |
If defined, this indicates the BSP is being built to run on the lm32 simulator in GDB. This enables fast idle support which speeds up the clock ticks while the idle task is running so time spent in the idle task is minimized. This significantly reduces the wall time required to execute the RTEMS test suites. It also enables a special exit and alternate printk support.