On Thu, Dec 04, 2025 at 09:08:56AM +0100, Emanuele Rocca wrote:
> Hi folks,
> 
> On 2025-12-03 11:15, Adrian Bunk wrote:
> > This didn't work
> 
> Whoops, my bad. Missing "export". This *does* work, just tested:
> 
> ifeq ($(DEB_TARGET_ARCH),arm64)
> export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,gcs-report-dynamic=none
> endif

But why do you want to workaround this specific issue, instead of fixing 
the root cause?

-Wl,--fatal-warnings is a bad idea in a package, similar to -Werror.

cu
Adrian

Reply via email to