X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=scripts%2FKbuild.include;h=10ba926ae29245976c7f716e3b17f6c5e56e989b;hb=a42d6ba8c5be5aa597d25dbc15e336a2eca40260;hp=4b0432e095ae03fab58064d87b85dc9387721250;hpb=e37e3bc7e265d05d00f14079767537699cf6bd46;p=linux-2.6-block.git diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 4b0432e095ae..10ba926ae292 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include @@ -143,11 +143,6 @@ cc-ifversion = $(shell [ $(CONFIG_GCC_VERSION)0 $(1) $(2)000 ] && echo $(3) || e # Usage: KBUILD_LDFLAGS += $(call ld-option, -X, -Y) ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3)) -# ar-option -# Usage: KBUILD_ARFLAGS := $(call ar-option,D) -# Important: no spaces around options -ar-option = $(call try-run, $(AR) rc$(1) "$$TMP",$(1),$(2)) - # ld-version # Note this is mainly for HJ Lu's 3 number binutil versions ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)