forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -11,7 +11,6 @@ default:
|
||||
- -mmultiply-enabled
|
||||
- -mdivide-enabled
|
||||
- -msign-extend-enabled
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
ABI flags
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user