Deleted Added
full compact
Makefile (258283) Makefile (258398)
1# $FreeBSD: head/lib/libc_nonshared/Makefile 258283 2013-11-17 22:52:17Z peter $
1# $FreeBSD: stable/10/lib/libc_nonshared/Makefile 258283 2013-11-17 22:52:17Z peter $
2
3# We're actually creating a libc_noshared.a that is PIC along side libc.so.*
4# It is used exclusively with libc.so.* - there is no need for any other
5# compile modes.
6# bsd.lib.mk doesn't have an easy way to express that.
7NO_PROFILE?=
8.include <bsd.own.mk>
9NO_PIC=

--- 18 unchanged lines hidden ---
2
3# We're actually creating a libc_noshared.a that is PIC along side libc.so.*
4# It is used exclusively with libc.so.* - there is no need for any other
5# compile modes.
6# bsd.lib.mk doesn't have an easy way to express that.
7NO_PROFILE?=
8.include <bsd.own.mk>
9NO_PIC=

--- 18 unchanged lines hidden ---