forked from Imagelibrary/rtems
21 lines
536 B
YAML
21 lines
536 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: script
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
|
do-build: |
|
|
bld.install_as(
|
|
"${BSP_LIBDIR}/linkcmds",
|
|
"bsps/" + bld.env.ARCH + "/" + bld.env.BSP_FAMILY +
|
|
"/start/linkcmds." + bld.env.BSP_BASE
|
|
)
|
|
do-configure: |
|
|
conf.env.append_value(
|
|
"LINKFLAGS",
|
|
["-qnolinkcmds", "-T", "linkcmds." + conf.env.BSP_BASE]
|
|
)
|
|
enabled-by: true
|
|
links: []
|
|
prepare-build: null
|
|
prepare-configure: null
|
|
type: build
|