ACK: [SRU disco/master-next 1/1] UBUNTU: SAUCE: tools -- fix add ability to disable libbfd
Stefan Bader
stefan.bader at canonical.com
Tue May 14 09:22:23 UTC 2019
On 08.05.19 15:24, Andy Whitcroft wrote:
> In commit 14541b1e7e ("perf build: Don't unconditionally link the libbfd
> feature test to -liberty and -lz") the enablement code changed radically
> neutering our override. Adapt to that new form.
>
BugLink: https://bugs.launchpad.net/bugs/1826410
> Fixes: 546d50456e ("UBUNTU: SAUCE: tools -- add ability to disable libbfd")
> Signed-off-by: Andy Whitcroft <apw at canonical.com>
Acked-by: Stefan Bader <stefan.bader at canonical.com>
> ---
> tools/perf/Makefile.config | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
> index ecdd0e8c5e6d..67848a73a661 100644
> --- a/tools/perf/Makefile.config
> +++ b/tools/perf/Makefile.config
> @@ -702,7 +702,8 @@ endif
>
> ifdef HAVE_NO_LIBBFD
> feature-libbfd := 0
> -endif
> + $(info libbfd overidden OFF)
> +else
>
> ifeq ($(feature-libbfd), 1)
> EXTLIBS += -lbfd
> @@ -724,6 +725,8 @@ else
> endif
> endif
>
> +endif
> +
> ifdef NO_DEMANGLE
> CFLAGS += -DNO_DEMANGLE
> else
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20190514/b979a001/attachment.sig>
More information about the kernel-team
mailing list