diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 01c981e386..ea5ede06fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5036,8 +5036,8 @@ DISTCHECK_CONFIGURE_FLAGS += \ endif # check "broken" platforms limited toolchains for link breakage before we release -.PHONY: check-broken -check-broken: +.PHONY: linkcheck +linkcheck: $(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--no-as-needed -Wl,--no-gc-sections' distcheck .PHONY: hwdb-update |