[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Tue Mar 25 17:37:18 PDT 2014


 Makefile.am |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 5870f79a0bb7d891b1cdb20043816aa2a21c0425
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Mar 26 01:26:44 2014 +0100

    build-sys: add "make check-broken" to find limited-toolchain link errors

diff --git a/Makefile.am b/Makefile.am
index 3d9e5c1..abef517 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5033,6 +5033,11 @@ DISTCHECK_CONFIGURE_FLAGS += \
 	--enable-gtk-doc
 endif
 
+# check "broken" platforms limited toolchains for link breakage before we release
+.PHONY: check-broken
+check-broken:
+	$(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--no-as-needed -Wl,--no-gc-sections' distcheck
+
 .PHONY: hwdb-update
 hwdb-update:
 	( cd $(top_srcdir)/hwdb && \



More information about the systemd-commits mailing list