]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
UBUNTU: SAUCE: tools: use CC for linking acpi tools
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 26 Feb 2018 21:32:55 +0000 (15:32 -0600)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 15 Feb 2021 07:25:39 +0000 (08:25 +0100)
commitd038c9bb32444b1dd5b071e1ab7fb55e0bb60cee
tree4f5a41148141292ae92803a47e0ce86f595ce448
parentb7f55bc952989510738a27d1087091249bdcae60
UBUNTU: SAUCE: tools: use CC for linking acpi tools

Prior to 7ed1c1901fe5 ("tools: fix cross-compile var clobbering")
the acpi tools makefiles were using gcc for linking. That commit
causes ld to be used instead, however this doesn't work as the
flags supplied are meant for gcc and not ld. Change the acpi
tools rules to use $(QUIET_LINK)$(CC) for linking to fix this
regression.

Fixes: 7ed1c1901fe5 ("tools: fix cross-compile var clobbering")
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
tools/power/acpi/Makefile.rules