src.libnames.mk: add LIBSYS_PIC
Make it possible to find libsys_pic.a. Reviewed by: jhb Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D50474
This commit is contained in:
@@ -702,6 +702,9 @@ LIBWPAWPS?= ${LIBWPAWPSDIR}/libwpawps${PIE_SUFFIX}.a
|
||||
LIBC_NOSSP_PICDIR= ${_LIB_OBJTOP}/lib/libc
|
||||
LIBC_NOSSP_PIC?= ${LIBC_NOSSP_PICDIR}/libc_nossp_pic.a
|
||||
|
||||
LIBSYS_PICDIR= ${_LIB_OBJTOP}/lib/libsys
|
||||
LIBSYS_PIC?= ${LIBSYS_PICDIR}/libsys_pic.a
|
||||
|
||||
# Define a directory for each library. This is useful for adding -L in when
|
||||
# not using a --sysroot or for meta mode bootstrapping when there is no
|
||||
# Makefile.depend. These are sorted by directory.
|
||||
|
||||
Reference in New Issue
Block a user