~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/build/feature/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /tools/build/feature/Makefile (Version linux-6.12-rc7) and /tools/build/feature/Makefile (Version linux-5.19.17)


  1 # SPDX-License-Identifier: GPL-2.0                  1 # SPDX-License-Identifier: GPL-2.0
  2 include ../../scripts/Makefile.include              2 include ../../scripts/Makefile.include
  3                                                     3 
  4 FILES=                                              4 FILES=                                          \
  5          test-all.bin                               5          test-all.bin                           \
  6          test-backtrace.bin                         6          test-backtrace.bin                     \
  7          test-bionic.bin                            7          test-bionic.bin                        \
  8          test-dwarf.bin                             8          test-dwarf.bin                         \
  9          test-dwarf_getlocations.bin                9          test-dwarf_getlocations.bin            \
 10          test-dwarf_getcfi.bin                 << 
 11          test-eventfd.bin                          10          test-eventfd.bin                       \
 12          test-fortify-source.bin                   11          test-fortify-source.bin                \
 13          test-get_current_dir_name.bin             12          test-get_current_dir_name.bin          \
 14          test-glibc.bin                            13          test-glibc.bin                         \
 15          test-gtk2.bin                             14          test-gtk2.bin                          \
 16          test-gtk2-infobar.bin                     15          test-gtk2-infobar.bin                  \
 17          test-hello.bin                            16          test-hello.bin                         \
 18          test-libaudit.bin                         17          test-libaudit.bin                      \
 19          test-libbfd.bin                           18          test-libbfd.bin                        \
 20          test-libbfd-buildid.bin                   19          test-libbfd-buildid.bin                \
 21          test-disassembler-four-args.bin           20          test-disassembler-four-args.bin        \
 22          test-disassembler-init-styled.bin     << 
 23          test-reallocarray.bin                     21          test-reallocarray.bin                  \
 24          test-libbfd-liberty.bin                   22          test-libbfd-liberty.bin                \
 25          test-libbfd-liberty-z.bin                 23          test-libbfd-liberty-z.bin              \
 26          test-cplus-demangle.bin                   24          test-cplus-demangle.bin                \
 27          test-cxa-demangle.bin                 << 
 28          test-libcap.bin                           25          test-libcap.bin                        \
 29          test-libelf.bin                           26          test-libelf.bin                        \
 30          test-libelf-getphdrnum.bin                27          test-libelf-getphdrnum.bin             \
 31          test-libelf-gelf_getnote.bin              28          test-libelf-gelf_getnote.bin           \
 32          test-libelf-getshdrstrndx.bin             29          test-libelf-getshdrstrndx.bin          \
 33          test-libdebuginfod.bin                    30          test-libdebuginfod.bin                 \
 34          test-libnuma.bin                          31          test-libnuma.bin                       \
 35          test-numa_num_possible_cpus.bin           32          test-numa_num_possible_cpus.bin        \
 36          test-libperl.bin                          33          test-libperl.bin                       \
 37          test-libpython.bin                        34          test-libpython.bin                     \
 38          test-libslang.bin                         35          test-libslang.bin                      \
 39          test-libslang-include-subdir.bin          36          test-libslang-include-subdir.bin       \
 40          test-libtraceevent.bin                    37          test-libtraceevent.bin                 \
 41          test-libtracefs.bin                       38          test-libtracefs.bin                    \
 42          test-libcrypto.bin                        39          test-libcrypto.bin                     \
 43          test-libunwind.bin                        40          test-libunwind.bin                     \
 44          test-libunwind-debug-frame.bin            41          test-libunwind-debug-frame.bin         \
 45          test-libunwind-x86.bin                    42          test-libunwind-x86.bin                 \
 46          test-libunwind-x86_64.bin                 43          test-libunwind-x86_64.bin              \
 47          test-libunwind-arm.bin                    44          test-libunwind-arm.bin                 \
 48          test-libunwind-aarch64.bin                45          test-libunwind-aarch64.bin             \
 49          test-libunwind-debug-frame-arm.bin        46          test-libunwind-debug-frame-arm.bin     \
 50          test-libunwind-debug-frame-aarch64.bi     47          test-libunwind-debug-frame-aarch64.bin \
 51          test-pthread-attr-setaffinity-np.bin      48          test-pthread-attr-setaffinity-np.bin   \
 52          test-pthread-barrier.bin                  49          test-pthread-barrier.bin               \
 53          test-stackprotector-all.bin               50          test-stackprotector-all.bin            \
 54          test-timerfd.bin                          51          test-timerfd.bin                       \
 55          test-libdw-dwarf-unwind.bin               52          test-libdw-dwarf-unwind.bin            \
 56          test-libbabeltrace.bin                    53          test-libbabeltrace.bin                 \
 57          test-libcapstone.bin                  << 
 58          test-compile-32.bin                       54          test-compile-32.bin                    \
 59          test-compile-x32.bin                      55          test-compile-x32.bin                   \
 60          test-zlib.bin                             56          test-zlib.bin                          \
 61          test-lzma.bin                             57          test-lzma.bin                          \
 62          test-bpf.bin                              58          test-bpf.bin                           \
 63          test-libbpf.bin                           59          test-libbpf.bin                        \
                                                   >>  60          test-libbpf-btf__load_from_kernel_by_id.bin    \
                                                   >>  61          test-libbpf-bpf_prog_load.bin          \
                                                   >>  62          test-libbpf-bpf_map_create.bin         \
                                                   >>  63          test-libbpf-bpf_object__next_program.bin \
                                                   >>  64          test-libbpf-bpf_object__next_map.bin   \
                                                   >>  65          test-libbpf-btf__raw_data.bin          \
 64          test-get_cpuid.bin                        66          test-get_cpuid.bin                     \
 65          test-sdt.bin                              67          test-sdt.bin                           \
 66          test-cxx.bin                              68          test-cxx.bin                           \
 67          test-gettid.bin                           69          test-gettid.bin                        \
 68          test-jvmti.bin                            70          test-jvmti.bin                         \
 69          test-jvmti-cmlr.bin                       71          test-jvmti-cmlr.bin                    \
 70          test-scandirat.bin                    << 
 71          test-sched_getcpu.bin                     72          test-sched_getcpu.bin                  \
 72          test-setns.bin                            73          test-setns.bin                         \
 73          test-libopencsd.bin                       74          test-libopencsd.bin                    \
 74          test-clang.bin                            75          test-clang.bin                         \
 75          test-llvm.bin                             76          test-llvm.bin                          \
 76          test-llvm-perf.bin   \                !!  77          test-llvm-version.bin                  \
 77          test-libaio.bin                           78          test-libaio.bin                        \
 78          test-libzstd.bin                          79          test-libzstd.bin                       \
 79          test-clang-bpf-co-re.bin                  80          test-clang-bpf-co-re.bin               \
 80          test-file-handle.bin                      81          test-file-handle.bin                   \
 81          test-libpfm4.bin                          82          test-libpfm4.bin
 82                                                    83 
 83 FILES := $(addprefix $(OUTPUT),$(FILES))           84 FILES := $(addprefix $(OUTPUT),$(FILES))
 84                                                    85 
 85 # Some distros provide the command $(CROSS_COM !!  86 PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config
 86 # searching packges installed with Multiarch.  << 
 87 # compilation if it is existed.                << 
 88 ifneq (, $(shell which $(CROSS_COMPILE)pkg-con << 
 89   PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config     << 
 90 else                                           << 
 91   PKG_CONFIG ?= pkg-config                     << 
 92                                                << 
 93   # PKG_CONFIG_PATH or PKG_CONFIG_LIBDIR, alon << 
 94   # for modified system root, are required for << 
 95   # If these PKG_CONFIG environment variables  << 
 96   # paths are used instead.                    << 
 97   ifdef CROSS_COMPILE                          << 
 98     ifeq ($(PKG_CONFIG_LIBDIR)$(PKG_CONFIG_PAT << 
 99       CROSS_ARCH = $(shell $(CC) -dumpmachine) << 
100       PKG_CONFIG_LIBDIR := /usr/local/$(CROSS_ << 
101       PKG_CONFIG_LIBDIR := $(PKG_CONFIG_LIBDIR << 
102       PKG_CONFIG_LIBDIR := $(PKG_CONFIG_LIBDIR << 
103       PKG_CONFIG_LIBDIR := $(PKG_CONFIG_LIBDIR << 
104       PKG_CONFIG_LIBDIR := $(PKG_CONFIG_LIBDIR << 
105       export PKG_CONFIG_LIBDIR                 << 
106     endif                                      << 
107   endif                                        << 
108 endif                                          << 
109                                                    87 
110 all: $(FILES)                                      88 all: $(FILES)
111                                                    89 
112 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o     90 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS)
113   BUILD = $(__BUILD) > $(@:.bin=.make.output)      91   BUILD = $(__BUILD) > $(@:.bin=.make.output) 2>&1
114   BUILD_BFD = $(BUILD) -DPACKAGE='"perf"' -lbf << 
115   BUILD_ALL = $(BUILD) -fstack-protector-all - << 
116                                                    92 
117 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werr     93 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS)
118   BUILDXX = $(__BUILDXX) > $(@:.bin=.make.outp     94   BUILDXX = $(__BUILDXX) > $(@:.bin=.make.output) 2>&1
119                                                    95 
120 ###############################                    96 ###############################
121                                                    97 
122 $(OUTPUT)test-all.bin:                             98 $(OUTPUT)test-all.bin:
123         $(BUILD_ALL) || $(BUILD_ALL) -lopcodes !!  99         $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -lslang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -lcap
124                                                   100 
125 $(OUTPUT)test-hello.bin:                          101 $(OUTPUT)test-hello.bin:
126         $(BUILD)                                  102         $(BUILD)
127                                                   103 
128 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:    104 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
129         $(BUILD) -D_GNU_SOURCE -lpthread          105         $(BUILD) -D_GNU_SOURCE -lpthread
130                                                   106 
131 $(OUTPUT)test-pthread-barrier.bin:                107 $(OUTPUT)test-pthread-barrier.bin:
132         $(BUILD) -lpthread                        108         $(BUILD) -lpthread
133                                                   109 
134 $(OUTPUT)test-stackprotector-all.bin:             110 $(OUTPUT)test-stackprotector-all.bin:
135         $(BUILD) -fstack-protector-all            111         $(BUILD) -fstack-protector-all
136                                                   112 
137 $(OUTPUT)test-fortify-source.bin:                 113 $(OUTPUT)test-fortify-source.bin:
138         $(BUILD) -O2 -D_FORTIFY_SOURCE=2          114         $(BUILD) -O2 -D_FORTIFY_SOURCE=2
139                                                   115 
140 $(OUTPUT)test-bionic.bin:                         116 $(OUTPUT)test-bionic.bin:
141         $(BUILD)                                  117         $(BUILD)
142                                                   118 
143 $(OUTPUT)test-libcap.bin:                         119 $(OUTPUT)test-libcap.bin:
144         $(BUILD) -lcap                            120         $(BUILD) -lcap
145                                                   121 
146 $(OUTPUT)test-libelf.bin:                         122 $(OUTPUT)test-libelf.bin:
147         $(BUILD) -lelf                            123         $(BUILD) -lelf
148                                                   124 
149 $(OUTPUT)test-eventfd.bin:                        125 $(OUTPUT)test-eventfd.bin:
150         $(BUILD)                                  126         $(BUILD)
151                                                   127 
152 $(OUTPUT)test-get_current_dir_name.bin:           128 $(OUTPUT)test-get_current_dir_name.bin:
153         $(BUILD)                                  129         $(BUILD)
154                                                   130 
155 $(OUTPUT)test-glibc.bin:                          131 $(OUTPUT)test-glibc.bin:
156         $(BUILD)                                  132         $(BUILD)
157                                                   133 
158 $(OUTPUT)test-scandirat.bin:                   << 
159         $(BUILD)                               << 
160                                                << 
161 $(OUTPUT)test-sched_getcpu.bin:                   134 $(OUTPUT)test-sched_getcpu.bin:
162         $(BUILD)                                  135         $(BUILD)
163                                                   136 
164 $(OUTPUT)test-setns.bin:                          137 $(OUTPUT)test-setns.bin:
165         $(BUILD)                                  138         $(BUILD)
166                                                   139 
167 $(OUTPUT)test-libopencsd.bin:                     140 $(OUTPUT)test-libopencsd.bin:
168         $(BUILD) # -lopencsd_c_api -lopencsd p    141         $(BUILD) # -lopencsd_c_api -lopencsd provided by
169                  # $(FEATURE_CHECK_LDFLAGS-lib    142                  # $(FEATURE_CHECK_LDFLAGS-libopencsd)
170                                                   143 
171 DWARFLIBS := -ldw                                 144 DWARFLIBS := -ldw
172 ifeq ($(findstring -static,${LDFLAGS}),-static    145 ifeq ($(findstring -static,${LDFLAGS}),-static)
173   DWARFLIBS += -lelf -lz -llzma -lbz2 -lzstd   !! 146 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
174                                                << 
175   LIBDW_VERSION := $(shell $(PKG_CONFIG) --mod << 
176   LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(L << 
177   LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(L << 
178                                                << 
179   # Elfutils merged libebl.a into libdw.a star << 
180   # Link libebl.a only if libdw is older than  << 
181   ifeq ($(shell test $(LIBDW_VERSION_2) -lt 17 << 
182     DWARFLIBS += -lebl                         << 
183   endif                                        << 
184                                                << 
185   # Must put -ldl after -lebl for dependency   << 
186   DWARFLIBS += -ldl                            << 
187 endif                                             147 endif
188                                                   148 
189 $(OUTPUT)test-dwarf.bin:                          149 $(OUTPUT)test-dwarf.bin:
190         $(BUILD) $(DWARFLIBS)                     150         $(BUILD) $(DWARFLIBS)
191                                                   151 
192 $(OUTPUT)test-dwarf_getlocations.bin:             152 $(OUTPUT)test-dwarf_getlocations.bin:
193         $(BUILD) $(DWARFLIBS)                     153         $(BUILD) $(DWARFLIBS)
194                                                   154 
195 $(OUTPUT)test-dwarf_getcfi.bin:                << 
196         $(BUILD) $(DWARFLIBS)                  << 
197                                                << 
198 $(OUTPUT)test-libelf-getphdrnum.bin:              155 $(OUTPUT)test-libelf-getphdrnum.bin:
199         $(BUILD) -lelf                            156         $(BUILD) -lelf
200                                                   157 
201 $(OUTPUT)test-libelf-gelf_getnote.bin:            158 $(OUTPUT)test-libelf-gelf_getnote.bin:
202         $(BUILD) -lelf                            159         $(BUILD) -lelf
203                                                   160 
204 $(OUTPUT)test-libelf-getshdrstrndx.bin:           161 $(OUTPUT)test-libelf-getshdrstrndx.bin:
205         $(BUILD) -lelf                            162         $(BUILD) -lelf
206                                                   163 
207 $(OUTPUT)test-libdebuginfod.bin:                  164 $(OUTPUT)test-libdebuginfod.bin:
208         $(BUILD) -ldebuginfod                     165         $(BUILD) -ldebuginfod
209                                                   166 
210 $(OUTPUT)test-libnuma.bin:                        167 $(OUTPUT)test-libnuma.bin:
211         $(BUILD) -lnuma                           168         $(BUILD) -lnuma
212                                                   169 
213 $(OUTPUT)test-numa_num_possible_cpus.bin:         170 $(OUTPUT)test-numa_num_possible_cpus.bin:
214         $(BUILD) -lnuma                           171         $(BUILD) -lnuma
215                                                   172 
216 $(OUTPUT)test-libunwind.bin:                      173 $(OUTPUT)test-libunwind.bin:
217         $(BUILD) -lelf -llzma                  !! 174         $(BUILD) -lelf
218                                                   175 
219 $(OUTPUT)test-libunwind-debug-frame.bin:          176 $(OUTPUT)test-libunwind-debug-frame.bin:
220         $(BUILD) -lelf -llzma                  !! 177         $(BUILD) -lelf
221 $(OUTPUT)test-libunwind-x86.bin:                  178 $(OUTPUT)test-libunwind-x86.bin:
222         $(BUILD) -lelf -llzma -lunwind-x86     !! 179         $(BUILD) -lelf -lunwind-x86
223                                                   180 
224 $(OUTPUT)test-libunwind-x86_64.bin:               181 $(OUTPUT)test-libunwind-x86_64.bin:
225         $(BUILD) -lelf -llzma -lunwind-x86_64  !! 182         $(BUILD) -lelf -lunwind-x86_64
226                                                   183 
227 $(OUTPUT)test-libunwind-arm.bin:                  184 $(OUTPUT)test-libunwind-arm.bin:
228         $(BUILD) -lelf -llzma -lunwind-arm     !! 185         $(BUILD) -lelf -lunwind-arm
229                                                   186 
230 $(OUTPUT)test-libunwind-aarch64.bin:              187 $(OUTPUT)test-libunwind-aarch64.bin:
231         $(BUILD) -lelf -llzma -lunwind-aarch64 !! 188         $(BUILD) -lelf -lunwind-aarch64
232                                                   189 
233 $(OUTPUT)test-libunwind-debug-frame-arm.bin:      190 $(OUTPUT)test-libunwind-debug-frame-arm.bin:
234         $(BUILD) -lelf -llzma -lunwind-arm     !! 191         $(BUILD) -lelf -lunwind-arm
235                                                   192 
236 $(OUTPUT)test-libunwind-debug-frame-aarch64.bi    193 $(OUTPUT)test-libunwind-debug-frame-aarch64.bin:
237         $(BUILD) -lelf -llzma -lunwind-aarch64 !! 194         $(BUILD) -lelf -lunwind-aarch64
238                                                   195 
239 $(OUTPUT)test-libaudit.bin:                       196 $(OUTPUT)test-libaudit.bin:
240         $(BUILD) -laudit                          197         $(BUILD) -laudit
241                                                   198 
242 $(OUTPUT)test-libslang.bin:                       199 $(OUTPUT)test-libslang.bin:
243         $(BUILD) -lslang                          200         $(BUILD) -lslang
244                                                   201 
245 $(OUTPUT)test-libslang-include-subdir.bin:        202 $(OUTPUT)test-libslang-include-subdir.bin:
246         $(BUILD) -lslang                          203         $(BUILD) -lslang
247                                                   204 
248 $(OUTPUT)test-libtraceevent.bin:                  205 $(OUTPUT)test-libtraceevent.bin:
249         $(BUILD) -ltraceevent                     206         $(BUILD) -ltraceevent
250                                                   207 
251 $(OUTPUT)test-libtracefs.bin:                     208 $(OUTPUT)test-libtracefs.bin:
252          $(BUILD) $(shell $(PKG_CONFIG) --cfla !! 209         $(BUILD) -ltracefs
253                                                   210 
254 $(OUTPUT)test-libcrypto.bin:                      211 $(OUTPUT)test-libcrypto.bin:
255         $(BUILD) -lcrypto                         212         $(BUILD) -lcrypto
256                                                   213 
257 $(OUTPUT)test-gtk2.bin:                           214 $(OUTPUT)test-gtk2.bin:
258         $(BUILD) $(shell $(PKG_CONFIG) --libs     215         $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
259                                                   216 
260 $(OUTPUT)test-gtk2-infobar.bin:                   217 $(OUTPUT)test-gtk2-infobar.bin:
261         $(BUILD) $(shell $(PKG_CONFIG) --libs     218         $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
262                                                   219 
263 grep-libs  = $(filter -l%,$(1))                   220 grep-libs  = $(filter -l%,$(1))
264 strip-libs = $(filter-out -l%,$(1))               221 strip-libs = $(filter-out -l%,$(1))
265                                                   222 
266 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::E    223 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
267 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_    224 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
268 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EM    225 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
269 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::E    226 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null)
270 FLAGS_PERL_EMBED=$(PERL_EMBED_CCOPTS) $(PERL_E    227 FLAGS_PERL_EMBED=$(PERL_EMBED_CCOPTS) $(PERL_EMBED_LDOPTS)
271                                                   228 
272 ifeq ($(CC_NO_CLANG), 0)                          229 ifeq ($(CC_NO_CLANG), 0)
273   PERL_EMBED_LDOPTS := $(filter-out -specs=%,$    230   PERL_EMBED_LDOPTS := $(filter-out -specs=%,$(PERL_EMBED_LDOPTS))
274   PERL_EMBED_CCOPTS := $(filter-out -flto=auto    231   PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS))
275   PERL_EMBED_CCOPTS := $(filter-out -specs=%,$    232   PERL_EMBED_CCOPTS := $(filter-out -specs=%,$(PERL_EMBED_CCOPTS))
276   FLAGS_PERL_EMBED += -Wno-compound-token-spli    233   FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro
277 endif                                             234 endif
278                                                   235 
279 $(OUTPUT)test-libperl.bin:                        236 $(OUTPUT)test-libperl.bin:
280         $(BUILD) $(FLAGS_PERL_EMBED)              237         $(BUILD) $(FLAGS_PERL_EMBED)
281                                                   238 
282 $(OUTPUT)test-libpython.bin:                      239 $(OUTPUT)test-libpython.bin:
283         $(BUILD) $(FLAGS_PYTHON_EMBED)            240         $(BUILD) $(FLAGS_PYTHON_EMBED)
284                                                   241 
285 $(OUTPUT)test-libbfd.bin:                         242 $(OUTPUT)test-libbfd.bin:
286         $(BUILD_BFD)                           !! 243         $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl
287                                                   244 
288 $(OUTPUT)test-libbfd-buildid.bin:                 245 $(OUTPUT)test-libbfd-buildid.bin:
289         $(BUILD_BFD) || $(BUILD_BFD) -liberty  !! 246         $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl
290                                                   247 
291 $(OUTPUT)test-disassembler-four-args.bin:         248 $(OUTPUT)test-disassembler-four-args.bin:
292         $(BUILD_BFD) -lopcodes || $(BUILD_BFD) !! 249         $(BUILD) -DPACKAGE='"perf"' -lbfd -lopcodes
293         $(BUILD_BFD) -lopcodes -liberty -lz    << 
294                                                << 
295 $(OUTPUT)test-disassembler-init-styled.bin:    << 
296         $(BUILD_BFD) -lopcodes || $(BUILD_BFD) << 
297         $(BUILD_BFD) -lopcodes -liberty -lz    << 
298                                                   250 
299 $(OUTPUT)test-reallocarray.bin:                   251 $(OUTPUT)test-reallocarray.bin:
300         $(BUILD)                                  252         $(BUILD)
301                                                   253 
302 $(OUTPUT)test-libbfd-liberty.bin:                 254 $(OUTPUT)test-libbfd-liberty.bin:
303         $(CC) $(CFLAGS) -Wall -Werror -o $@ te    255         $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty
304                                                   256 
305 $(OUTPUT)test-libbfd-liberty-z.bin:               257 $(OUTPUT)test-libbfd-liberty-z.bin:
306         $(CC) $(CFLAGS) -Wall -Werror -o $@ te    258         $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
307                                                   259 
308 $(OUTPUT)test-cplus-demangle.bin:                 260 $(OUTPUT)test-cplus-demangle.bin:
309         $(BUILD) -liberty                         261         $(BUILD) -liberty
310                                                   262 
311 $(OUTPUT)test-cxa-demangle.bin:                << 
312         $(BUILDXX)                             << 
313                                                << 
314 $(OUTPUT)test-backtrace.bin:                      263 $(OUTPUT)test-backtrace.bin:
315         $(BUILD)                                  264         $(BUILD)
316                                                   265 
317 $(OUTPUT)test-timerfd.bin:                        266 $(OUTPUT)test-timerfd.bin:
318         $(BUILD)                                  267         $(BUILD)
319                                                   268 
320 $(OUTPUT)test-libdw-dwarf-unwind.bin:             269 $(OUTPUT)test-libdw-dwarf-unwind.bin:
321         $(BUILD) # -ldw provided by $(FEATURE_    270         $(BUILD) # -ldw provided by $(FEATURE_CHECK_LDFLAGS-libdw-dwarf-unwind)
322                                                   271 
323 $(OUTPUT)test-libbabeltrace.bin:                  272 $(OUTPUT)test-libbabeltrace.bin:
324         $(BUILD) # -lbabeltrace provided by $(    273         $(BUILD) # -lbabeltrace provided by $(FEATURE_CHECK_LDFLAGS-libbabeltrace)
325                                                   274 
326 $(OUTPUT)test-libcapstone.bin:                 << 
327         $(BUILD) # -lcapstone provided by $(FE << 
328                                                << 
329 $(OUTPUT)test-compile-32.bin:                     275 $(OUTPUT)test-compile-32.bin:
330         $(CC) -m32 -o $@ test-compile.c           276         $(CC) -m32 -o $@ test-compile.c
331                                                   277 
332 $(OUTPUT)test-compile-x32.bin:                    278 $(OUTPUT)test-compile-x32.bin:
333         $(CC) -mx32 -o $@ test-compile.c          279         $(CC) -mx32 -o $@ test-compile.c
334                                                   280 
335 $(OUTPUT)test-zlib.bin:                           281 $(OUTPUT)test-zlib.bin:
336         $(BUILD) -lz                              282         $(BUILD) -lz
337                                                   283 
338 $(OUTPUT)test-lzma.bin:                           284 $(OUTPUT)test-lzma.bin:
339         $(BUILD) -llzma                           285         $(BUILD) -llzma
340                                                   286 
341 $(OUTPUT)test-get_cpuid.bin:                      287 $(OUTPUT)test-get_cpuid.bin:
342         $(BUILD)                                  288         $(BUILD)
343                                                   289 
344 $(OUTPUT)test-bpf.bin:                            290 $(OUTPUT)test-bpf.bin:
345         $(BUILD)                                  291         $(BUILD)
346                                                   292 
347 $(OUTPUT)test-libbpf.bin:                         293 $(OUTPUT)test-libbpf.bin:
348         $(BUILD) -lbpf                            294         $(BUILD) -lbpf
349                                                   295 
350 $(OUTPUT)test-libbpf-btf__load_from_kernel_by_    296 $(OUTPUT)test-libbpf-btf__load_from_kernel_by_id.bin:
351         $(BUILD) -lbpf                            297         $(BUILD) -lbpf
352                                                   298 
353 $(OUTPUT)test-libbpf-bpf_prog_load.bin:           299 $(OUTPUT)test-libbpf-bpf_prog_load.bin:
354         $(BUILD) -lbpf                            300         $(BUILD) -lbpf
355                                                   301 
356 $(OUTPUT)test-libbpf-bpf_map_create.bin:          302 $(OUTPUT)test-libbpf-bpf_map_create.bin:
357         $(BUILD) -lbpf                            303         $(BUILD) -lbpf
358                                                   304 
359 $(OUTPUT)test-libbpf-bpf_object__next_program.    305 $(OUTPUT)test-libbpf-bpf_object__next_program.bin:
360         $(BUILD) -lbpf                            306         $(BUILD) -lbpf
361                                                   307 
362 $(OUTPUT)test-libbpf-bpf_object__next_map.bin:    308 $(OUTPUT)test-libbpf-bpf_object__next_map.bin:
363         $(BUILD) -lbpf                            309         $(BUILD) -lbpf
364                                                   310 
365 $(OUTPUT)test-libbpf-bpf_program__set_insns.bi << 
366         $(BUILD) -lbpf                         << 
367                                                << 
368 $(OUTPUT)test-libbpf-btf__raw_data.bin:           311 $(OUTPUT)test-libbpf-btf__raw_data.bin:
369         $(BUILD) -lbpf                            312         $(BUILD) -lbpf
370                                                   313 
371 $(OUTPUT)test-sdt.bin:                            314 $(OUTPUT)test-sdt.bin:
372         $(BUILD)                                  315         $(BUILD)
373                                                   316 
374 $(OUTPUT)test-cxx.bin:                            317 $(OUTPUT)test-cxx.bin:
375         $(BUILDXX) -std=gnu++11                   318         $(BUILDXX) -std=gnu++11
376                                                   319 
377 $(OUTPUT)test-gettid.bin:                         320 $(OUTPUT)test-gettid.bin:
378         $(BUILD)                                  321         $(BUILD)
379                                                   322 
380 $(OUTPUT)test-jvmti.bin:                          323 $(OUTPUT)test-jvmti.bin:
381         $(BUILD)                                  324         $(BUILD)
382                                                   325 
383 $(OUTPUT)test-jvmti-cmlr.bin:                     326 $(OUTPUT)test-jvmti-cmlr.bin:
384         $(BUILD)                                  327         $(BUILD)
385                                                   328 
386 $(OUTPUT)test-llvm.bin:                           329 $(OUTPUT)test-llvm.bin:
387         $(BUILDXX) -std=gnu++17                !! 330         $(BUILDXX) -std=gnu++14                                 \
388                 -I$(shell $(LLVM_CONFIG) --inc    331                 -I$(shell $(LLVM_CONFIG) --includedir)          \
389                 -L$(shell $(LLVM_CONFIG) --lib    332                 -L$(shell $(LLVM_CONFIG) --libdir)              \
390                 $(shell $(LLVM_CONFIG) --libs     333                 $(shell $(LLVM_CONFIG) --libs Core BPF)         \
391                 $(shell $(LLVM_CONFIG) --syste    334                 $(shell $(LLVM_CONFIG) --system-libs)           \
392                 > $(@:.bin=.make.output) 2>&1     335                 > $(@:.bin=.make.output) 2>&1
393                                                   336 
394 $(OUTPUT)test-llvm-perf.bin:                   !! 337 $(OUTPUT)test-llvm-version.bin:
395         $(BUILDXX) -std=gnu++17                !! 338         $(BUILDXX) -std=gnu++14                                 \
396                 -I$(shell $(LLVM_CONFIG) --inc !! 339                 -I$(shell $(LLVM_CONFIG) --includedir)          \
397                 -L$(shell $(LLVM_CONFIG) --lib << 
398                 $(shell $(LLVM_CONFIG) --libs  << 
399                 $(shell $(LLVM_CONFIG) --syste << 
400                 > $(@:.bin=.make.output) 2>&1     340                 > $(@:.bin=.make.output) 2>&1
401                                                   341 
402 $(OUTPUT)test-clang.bin:                          342 $(OUTPUT)test-clang.bin:
403         $(BUILDXX) -std=gnu++17                !! 343         $(BUILDXX) -std=gnu++14                                 \
404                 -I$(shell $(LLVM_CONFIG) --inc    344                 -I$(shell $(LLVM_CONFIG) --includedir)          \
405                 -L$(shell $(LLVM_CONFIG) --lib    345                 -L$(shell $(LLVM_CONFIG) --libdir)              \
406                 -Wl,--start-group -lclang-cpp  !! 346                 -Wl,--start-group -lclangBasic -lclangDriver    \
                                                   >> 347                   -lclangFrontend -lclangEdit -lclangLex        \
                                                   >> 348                   -lclangAST -Wl,--end-group                    \
407                 $(shell $(LLVM_CONFIG) --libs     349                 $(shell $(LLVM_CONFIG) --libs Core option)      \
408                 $(shell $(LLVM_CONFIG) --syste    350                 $(shell $(LLVM_CONFIG) --system-libs)           \
409                 > $(@:.bin=.make.output) 2>&1     351                 > $(@:.bin=.make.output) 2>&1
410                                                   352 
411 -include $(OUTPUT)*.d                             353 -include $(OUTPUT)*.d
412                                                   354 
413 $(OUTPUT)test-libaio.bin:                         355 $(OUTPUT)test-libaio.bin:
414         $(BUILD) -lrt                             356         $(BUILD) -lrt
415                                                   357 
416 $(OUTPUT)test-libzstd.bin:                        358 $(OUTPUT)test-libzstd.bin:
417         $(BUILD) -lzstd                           359         $(BUILD) -lzstd
418                                                   360 
419 $(OUTPUT)test-clang-bpf-co-re.bin:                361 $(OUTPUT)test-clang-bpf-co-re.bin:
420         $(CLANG) -S -g --target=bpf -o - $(pat !! 362         $(CLANG) -S -g -target bpf -o - $(patsubst %.bin,%.c,$(@F)) |   \
421                 grep BTF_KIND_VAR                 363                 grep BTF_KIND_VAR
422                                                   364 
423 $(OUTPUT)test-file-handle.bin:                    365 $(OUTPUT)test-file-handle.bin:
424         $(BUILD)                                  366         $(BUILD)
425                                                   367 
426 $(OUTPUT)test-libpfm4.bin:                        368 $(OUTPUT)test-libpfm4.bin:
427         $(BUILD) -lpfm                            369         $(BUILD) -lpfm
428                                                   370 
429 ###############################                   371 ###############################
430                                                   372 
431 clean:                                            373 clean:
432         rm -f $(FILES) $(OUTPUT)*.d $(FILES:.b    374         rm -f $(FILES) $(OUTPUT)*.d $(FILES:.bin=.make.output)
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php