Lines Matching refs:programs
26 --- 4.3 Using C++ for host programs
27 --- 4.4 Controlling compiler options for host programs
28 --- 4.5 When host programs are actually built
629 Host programs can be made up based on composite objects.
630 The syntax used to define composite objects for host programs is
644 Note: The syntax <executable>-y is not permitted for host-programs.
646 --- 4.3 Using C++ for host programs
648 kbuild offers support for host programs written in C++. This was
669 --- 4.4 Controlling compiler options for host programs
671 When compiling host programs, it is possible to set specific flags.
672 The programs will always be compiled utilising $(HOSTCC) passed
674 To set flags that will take effect for all host programs created
697 --- 4.5 When host programs are actually built
699 Kbuild will only build host-programs when they are referenced
713 the host programs in special rules must be prefixed with $(obj).
745 is compiled. This includes generated files such as host programs.