From b6d36bfd0f0de5eb308c5af39eedbbea09a01757 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 14 May 2019 01:06:11 -0400 Subject: gcc-8-*-*-*: Drop static libraries --- (limited to 'build') diff --git a/build b/build index 60d4b84..ad19cc7 100755 --- a/build +++ b/build @@ -181,9 +181,10 @@ $(installnative_targets): mv $(libdir)/$(libsuffix)/* $(gcclibdir) # Remove libquadmath files. rm -f $(gcclibdir)/libquadmath.* - # Remove libtool archives. + # Remove libtool archives and static libraries. rm -f \ $(gcclibdir)/*.la \ + $(gcclibdir)/*.a \ $(tgtlibdir)/*.la \ $(tgtlibdir)/plugin/*.la # Remove the info directory node. -- cgit v0.9.1