Move the LLVM-based libgcc_s to /lib

When enabled, it should install in the same location as the existing
library.

Reported by:	antoine
This commit is contained in:
Ed Maste 2016-10-24 14:56:13 +00:00
parent aa09009340
commit 6430a5fde0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307864

View File

@ -2,6 +2,7 @@
PKG= clibs
SHLIB_NAME= libgcc_s.so.1
SHLIBDIR?= /lib
WARNS?= 2