Back to home page

LXR

 
 

    


Warning, /spec/build/bsps/linkcmds.yml is written in an unsupported language. File is not indexed.

0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 build-type: script
0003 copyrights:
0004 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0005 do-build: |
0006   bld.install_as(
0007       "${BSP_LIBDIR}/linkcmds",
0008       "bsps/" + bld.env.ARCH + "/" + bld.env.BSP_FAMILY +
0009       "/start/linkcmds." + bld.env.BSP_BASE
0010   )
0011 do-configure: |
0012   conf.env.append_value(
0013       "LINKFLAGS",
0014       ["-qnolinkcmds", "-T", "linkcmds." + conf.env.BSP_BASE]
0015   )
0016 enabled-by: true
0017 links: []
0018 prepare-build: null
0019 prepare-configure: null
0020 type: build