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
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