X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=9496df81b9a89508e5138058ecf61c3409d76728;hb=f4b05d27ec6b032ca504591e2a157b058b6f172f;hp=916b26e999d8f15190afd6136bf0b357eb658c28;hpb=20ac1b325d8d526211b1276ecf9b64b7e8369f50;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index 916b26e999d8..9496df81b9a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc5 NAME = Blurry Fish Butt # *DOCUMENTATION* @@ -1008,7 +1008,8 @@ prepare0: archprepare FORCE prepare: prepare0 prepare-objtool ifdef CONFIG_STACK_VALIDATION - has_libelf := $(shell echo "int main() {}" | $(HOSTCC) -xc -o /dev/null -lelf - &> /dev/null && echo 1 || echo 0) + has_libelf := $(call try-run,\ + echo "int main() {}" | $(HOSTCC) -xc -o /dev/null -lelf -,1,0) ifeq ($(has_libelf),1) objtool_target := tools/objtool FORCE else