Home
last modified time | relevance | path

Searched refs:CBUILD (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
DMakefile10 CBUILD := $(subst -gcc,,$(lastword $(subst /, ,$(firstword $(wildcard $(foreach bindir,$(subst :, ,… macro
11 ifeq (,$(CBUILD))
15 CBUILD := $(CHOST) macro
16 ARCH := $(firstword $(subst -, ,$(CBUILD)))
66 $(info Cross compilation: building for $(CBUILD) using $(CHOST))
67 CROSS_COMPILE_FLAG := --build=$(CBUILD) --host=$(CHOST)
68 export CROSS_COMPILE=$(CBUILD)-
69 STRIP := $(CBUILD)-strip
210 REAL_CC := $(CBUILD)-gcc
271 cd $(MUSL_PATH) && CC=$(REAL_CC) ./configure --prefix=/ --disable-static --build=$(CBUILD)