Makefile (11c6cbe706f218a8dc7e1f962f12b3a52ddd33a9) Makefile (dd1d0044dd1c1bf84a9b3e1f24e43347b26b96a0)
1# SPDX-License-Identifier: GPL-2.0
2FILES= \
3 test-all.bin \
4 test-backtrace.bin \
5 test-bionic.bin \
6 test-dwarf.bin \
7 test-dwarf_getlocations.bin \
8 test-eventfd.bin \

--- 41 unchanged lines hidden (view full) ---

50 test-compile-x32.bin \
51 test-zlib.bin \
52 test-lzma.bin \
53 test-bpf.bin \
54 test-get_cpuid.bin \
55 test-sdt.bin \
56 test-cxx.bin \
57 test-jvmti.bin \
1# SPDX-License-Identifier: GPL-2.0
2FILES= \
3 test-all.bin \
4 test-backtrace.bin \
5 test-bionic.bin \
6 test-dwarf.bin \
7 test-dwarf_getlocations.bin \
8 test-eventfd.bin \

--- 41 unchanged lines hidden (view full) ---

50 test-compile-x32.bin \
51 test-zlib.bin \
52 test-lzma.bin \
53 test-bpf.bin \
54 test-get_cpuid.bin \
55 test-sdt.bin \
56 test-cxx.bin \
57 test-jvmti.bin \
58 test-jvmti-cmlr.bin \
58 test-sched_getcpu.bin \
59 test-setns.bin \
60 test-libopencsd.bin \
61 test-clang.bin \
62 test-llvm.bin \
63 test-llvm-version.bin
64
65FILES := $(addprefix $(OUTPUT),$(FILES))

--- 196 unchanged lines hidden (view full) ---

262 $(BUILD)
263
264$(OUTPUT)test-cxx.bin:
265 $(BUILDXX) -std=gnu++11
266
267$(OUTPUT)test-jvmti.bin:
268 $(BUILD)
269
59 test-sched_getcpu.bin \
60 test-setns.bin \
61 test-libopencsd.bin \
62 test-clang.bin \
63 test-llvm.bin \
64 test-llvm-version.bin
65
66FILES := $(addprefix $(OUTPUT),$(FILES))

--- 196 unchanged lines hidden (view full) ---

263 $(BUILD)
264
265$(OUTPUT)test-cxx.bin:
266 $(BUILDXX) -std=gnu++11
267
268$(OUTPUT)test-jvmti.bin:
269 $(BUILD)
270
271$(OUTPUT)test-jvmti-cmlr.bin:
272 $(BUILD)
273
270$(OUTPUT)test-llvm.bin:
271 $(BUILDXX) -std=gnu++11 \
272 -I$(shell $(LLVM_CONFIG) --includedir) \
273 -L$(shell $(LLVM_CONFIG) --libdir) \
274 $(shell $(LLVM_CONFIG) --libs Core BPF) \
275 $(shell $(LLVM_CONFIG) --system-libs) \
276 > $(@:.bin=.make.output) 2>&1
277

--- 22 unchanged lines hidden ---
274$(OUTPUT)test-llvm.bin:
275 $(BUILDXX) -std=gnu++11 \
276 -I$(shell $(LLVM_CONFIG) --includedir) \
277 -L$(shell $(LLVM_CONFIG) --libdir) \
278 $(shell $(LLVM_CONFIG) --libs Core BPF) \
279 $(shell $(LLVM_CONFIG) --system-libs) \
280 > $(@:.bin=.make.output) 2>&1
281

--- 22 unchanged lines hidden ---