diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-03-06 07:30:22 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-03-06 07:30:22 +0100 |
commit | 8af31363cda93724c237b6ffb24380f4441d2f8d (patch) | |
tree | dc25d9ff94761b0adc9381aebd06c8e7f77884e3 /tools/perf/Makefile.perf | |
parent | ddc4becca1409541c2ebb7ecb99b5cef44cf17e4 (diff) | |
parent | 661e50bc853209e41a5c14a290ca4decc43cbfd1 (diff) | |
download | linux-8af31363cda93724c237b6ffb24380f4441d2f8d.tar.bz2 |
Merge tag 'v4.16-rc4' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 126ef6e0475c..4679e237a7f5 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -146,12 +146,6 @@ define allow-override $(eval $(1) = $(2))) endef -# Allow setting CC and AR and LD, or setting CROSS_COMPILE as a prefix. -$(call allow-override,CC,$(CROSS_COMPILE)gcc) -$(call allow-override,AR,$(CROSS_COMPILE)ar) -$(call allow-override,LD,$(CROSS_COMPILE)ld) -$(call allow-override,CXX,$(CROSS_COMPILE)g++) - LD += $(EXTRA_LDFLAGS) HOSTCC ?= gcc |