X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=9496df81b9a89508e5138058ecf61c3409d76728;hb=7d1cadca957d3c586fe71054ed843565013236d9;hp=1d0aef03eae7fae72f70016575c2f54502706bbb;hpb=d3de1b81a08a06be2f4a5ac2dd5dc9d87bd85193;p=linux-2.6-block.git diff --git a/Makefile b/Makefile index 1d0aef03eae7..9496df81b9a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +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