From f3f0370f1054f4e49aa8f5ea70485d673e8e94b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2019 13:09:43 +0200 Subject: build: Alternative build system based on waf Update #3818. --- spec/build/bsps/powerpc/mvme3100/optsbrk.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spec/build/bsps/powerpc/mvme3100/optsbrk.yml (limited to 'spec/build/bsps/powerpc/mvme3100/optsbrk.yml') diff --git a/spec/build/bsps/powerpc/mvme3100/optsbrk.yml b/spec/build/bsps/powerpc/mvme3100/optsbrk.yml new file mode 100644 index 0000000000..05a1acd75f --- /dev/null +++ b/spec/build/bsps/powerpc/mvme3100/optsbrk.yml @@ -0,0 +1,15 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +actions: +- get-boolean: null +- define-condition: null +build-type: option +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +default: true +default-by-variant: [] +description: | + If defined then the BSP may reduce the available memory size initially. This can be useful for debugging (reduce the core size) or dynamic loading (std gcc text offsets/jumps are < +/-32M). Note that the policy can still be defined by the application (see sbrk.c, BSP_sbrk_policy). By undefining CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed and a little memory is saved. +enabled-by: true +links: [] +name: CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK +type: build -- cgit v1.2.3