source: rtems/spec/build/bsps/powerpc/qoriq/abi.yml @ 3c68456a

Last change on this file since 3c68456a was 3c68456a, checked in by Sebastian Huber <sebastian.huber@…>, on 09/20/20 at 15:34:12

bsps/powerpc: Remove -fno-common

Remove -fno-common because it is the default since GCC 10.

  • Property mode set to 100644
File size: 621 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-string: null
4- split: null
5- env-append: null
6build-type: option
7copyrights:
8- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
9default:
10- -D__ppc_generic
11- -mcpu=8540
12- -msoft-float
13- -meabi
14- -msdata=sysv
15- -mstrict-align
16default-by-variant:
17- value:
18  - -D__ppc_generic
19  - -mcpu=e6500
20  - -m64
21  variants:
22  - powerpc/qoriq_e6500_64
23- value:
24  - -D__ppc_generic
25  - -mcpu=e6500
26  - -m32
27  - -msdata=sysv
28  variants:
29  - powerpc/qoriq_e6500_32
30description: |
31  ABI flags
32enabled-by: true
33links: []
34name: ABI_FLAGS
35type: build
Note: See TracBrowser for help on using the repository browser.