build-sys: rename "check-broken" to "linkcheck"

This commit is contained in:
Kay Sievers 2014-03-26 13:12:47 +01:00
parent 381a662a90
commit bc61d6ac01

View file

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