Back to home page

LXR

 
 

    


Warning, /spec/build/testsuites/libtests/dl04.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 cflags: []
0004 copyrights:
0005 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0006 cppflags: []
0007 cxxflags: []
0008 do-build: |
0009   path = "testsuites/libtests/dl04/"
0010   objs = []
0011   objs.append(self.cxx(bld, bic, path + "dl04-o4.cc"))
0012   tar = path + "dl04.tar"
0013   self.tar(bld, objs, [path], tar)
0014   tar_c, tar_h = self.bin2c(bld, tar)
0015   objs = []
0016   objs.append(self.cc(bld, bic, tar_c))
0017   objs.append(self.cc(bld, bic, path + "init.c", deps=[tar_h], cppflags=bld.env.TEST_DL04_CPPFLAGS))
0018   objs.append(self.cc(bld, bic, path + "dl-load.c"))
0019   dl04_pre = path + "dl04.pre"
0020   self.link_cc(bld, bic, objs, dl04_pre)
0021   dl04_sym_o = path + "dl04-sym.o"
0022   objs.append(dl04_sym_o)
0023   self.rtems_syms(bld, bic, dl04_pre, dl04_sym_o)
0024   self.link_cc(bld, bic, objs, "testsuites/libtests/dl04.exe")
0025 do-configure: null
0026 enabled-by:
0027 - and:
0028   - not: TEST_DL04_EXCLUDE
0029   - BUILD_LIBDL
0030 includes:
0031 - testsuites/libtests/dl04
0032 ldflags: []
0033 links: []
0034 prepare-build: null
0035 prepare-configure: null
0036 stlib: []
0037 target: testsuites/libtests/dl04.exe
0038 type: build
0039 use-after: []
0040 use-before: []