source: rtems/spec/build/bsps/arm/raspberrypi/abi.yml @ 9d77c0f4

Last change on this file since 9d77c0f4 was f3f0370f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/19 at 11:09:43

build: Alternative build system based on waf

Update #3818.

  • Property mode set to 100644
File size: 473 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- -march=armv7-a
11- -mthumb
12- -mfpu=neon
13- -mfloat-abi=hard
14- -mtune=cortex-a7
15default-by-variant:
16- value:
17  - -mcpu=arm1176jzf-s
18  variants:
19  - arm/raspberrypi
20description: |
21  ABI flags
22enabled-by: true
23links: []
24name: ABI_FLAGS
25type: build
Note: See TracBrowser for help on using the repository browser.