Lines Matching refs:target
49 foreach target : targets
50 value = get_variable('target_' + target)
52 _libs = [get_variable('lib_c' + target)]
53 if is_variable('lib_semihost' + target)
54 _libs += [get_variable('lib_semihost' + target)]
57 if is_variable('crt0_semihost' + target)
58 _objs = [get_variable('crt0_semihost'+ target)]
59 elif is_variable('crt0_hosted' + target)
60 _objs = [get_variable('crt0_hosted'+ target)]
65 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args)
66 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args)
67 _link_depends = get_variable('test_link_depends_' + target, test_link_depends)
72 if target == '' variable
75 test_name = test + '_' + target