source: rtems/spec/build/bsps/optos.yml @ 4e530464

Last change on this file since 4e530464 was ebdfa24b, checked in by Sebastian Huber <sebastian.huber@…>, on 07/23/21 at 06:45:07

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.

  • Property mode set to 100644
File size: 480 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-string: null
4- split: null
5- env-assign: null
6- env-append: CFLAGS
7- env-append: CXXFLAGS
8build-type: option
9copyrights:
10- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
11default:
12- -Os
13- -g
14- -fdata-sections
15- -ffunction-sections
16default-by-variant: []
17description: |
18  Optimization flags passed to the C and C++ compiler
19enabled-by: true
20links: []
21name: OPTIMIZATION_FLAGS
22type: build
Note: See TracBrowser for help on using the repository browser.