summaryrefslogtreecommitdiff
path: root/spec/spec/build-start-file.yml
blob: 255342524a0cf71a5ac09e31f943d892ea430398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: build-type
  spec-value: start-file
  uid: build
spec-description: null
spec-example: |
  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
  asflags: []
  build-type: start-file
  copyrights:
  - Copyright (C) 2020 embedded brains GmbH & Co. KG
  cppflags: []
  enabled-by: true
  includes: []
  install-path: ${BSP_LIBDIR}
  links: []
  source:
  - bsps/sparc/shared/start/start.S
  target: start.o
  type: build
spec-info:
  dict:
    attributes:
      asflags:
        description: null
        spec-type: build-asflags
      cppflags:
        description: null
        spec-type: build-cppflags
      includes:
        description: null
        spec-type: build-includes
      install-path:
        description: null
        spec-type: build-install-path
      source:
        description: null
        spec-type: build-source-list
      target:
        description: null
        spec-type: build-target
    description: |
      This set of attributes specifies a start file to build.  A start file is
      used to link an executable.
    mandatory-attributes: all
spec-name: Build Start File Item Type
spec-type: build-start-file
type: spec