summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc/qoriq/abi.yml
blob: 9270ae24953886557dbe26b8371aa49d4ae5508a (plain) (blame)
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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- split: null
- env-append: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
- -D__ppc_generic
- -mcpu=8540
- -msoft-float
- -meabi
- -msdata=sysv
- -mstrict-align
default-by-variant:
- value:
  - -D__ppc_generic
  - -mcpu=e6500
  - -m64
  variants:
  - powerpc/qoriq_e6500_64
- value:
  - -D__ppc_generic
  - -mcpu=e6500
  - -m32
  - -msdata=sysv
  variants:
  - powerpc/qoriq_e6500_32
description: |
  ABI flags
enabled-by: true
links: []
name: ABI_FLAGS
type: build