diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-04 05:43:33 -1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-04 05:43:33 -1000 |
commit | c33ede14337a3a486f9529f27907a2f964bc94e8 (patch) | |
tree | 9ffc9fe36e3b23b24ff8788f545b683d84a523e2 /tools | |
parent | b99dc74253980287c826b8158327fc8f2ff03dad (diff) | |
parent | 755396163148b50fe1afb4bdd3365e47f3ff7a42 (diff) | |
download | linux-stable-c33ede14337a3a486f9529f27907a2f964bc94e8.tar.gz linux-stable-c33ede14337a3a486f9529f27907a2f964bc94e8.tar.bz2 linux-stable-c33ede14337a3a486f9529f27907a2f964bc94e8.zip |
Merge tag 'acpi-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fix from Rafael Wysocki:
"This fixes an ACPICA utilities (acpidump) build regression from the
4.16 cycle by setting LD in the CFLAGS passed to the linker to $(CC)
again (Jiri Slaby)"
* tag 'acpi-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
tools: power/acpi, revert to LD = gcc
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/acpi/Makefile.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/acpi/Makefile.config b/tools/power/acpi/Makefile.config index 2cccbba64418..f304be71c278 100644 --- a/tools/power/acpi/Makefile.config +++ b/tools/power/acpi/Makefile.config @@ -56,6 +56,7 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM} # to compile vs uClibc, that can be done here as well. CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc- CROSS_COMPILE ?= $(CROSS) +LD = $(CC) HOSTCC = gcc # check if compiler option is supported |