svn commit: r307864 - head/lib/libgcc_s

Ed Maste emaste at FreeBSD.org
Mon Oct 24 14:56:14 UTC 2016


Author: emaste
Date: Mon Oct 24 14:56:13 2016
New Revision: 307864
URL: https://svnweb.freebsd.org/changeset/base/307864

Log:
  Move the LLVM-based libgcc_s to /lib
  
  When enabled, it should install in the same location as the existing
  library.
  
  Reported by:	antoine

Modified:
  head/lib/libgcc_s/Makefile

Modified: head/lib/libgcc_s/Makefile
==============================================================================
--- head/lib/libgcc_s/Makefile	Mon Oct 24 14:37:18 2016	(r307863)
+++ head/lib/libgcc_s/Makefile	Mon Oct 24 14:56:13 2016	(r307864)
@@ -2,6 +2,7 @@
 
 PKG=		clibs
 SHLIB_NAME=	libgcc_s.so.1
+SHLIBDIR?=	/lib
 
 WARNS?=	2
 


More information about the svn-src-all mailing list