diff options
Diffstat (limited to 'lib/libc_nonshared/Makefile')
-rw-r--r-- | lib/libc_nonshared/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc_nonshared/Makefile b/lib/libc_nonshared/Makefile index 0f6cf561a7c6..90c3b756b0a5 100644 --- a/lib/libc_nonshared/Makefile +++ b/lib/libc_nonshared/Makefile @@ -1,9 +1,7 @@ - # We're actually creating a libc_noshared.a that is PIC along side libc.so.* # It is used exclusively with libc.so.* - there is no need for any other # compile modes. # bsd.lib.mk doesn't have an easy way to express that. -MK_PROFILE?=no .include <src.opts.mk> NO_PIC= # -fpic on some platforms, -fPIC on others. |