Re: [PATCH 2/3] build: Check for -Wtrampolines support

2021-03-05 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 10:27 +0100, Timm Bäder via Elfutils-devel wrote: > From: Timm Bäder > > Clang does not support -Wtrampolines, so check if the compiler > supports > it before using it. Grin. If you don't support creating trampolines, then having a warning for them (or at least th

[PATCH 2/3] build: Check for -Wtrampolines support

2021-02-17 Thread Timm Bäder via Elfutils-devel
From: Timm Bäder Clang does not support -Wtrampolines, so check if the compiler supports it before using it. Signed-off-by: Timm Bäder --- config/eu.am | 10 -- configure.ac | 9 + 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/config/eu.am b/config/eu.am inde