diff options
author | peter <peter@FreeBSD.org> | 1996-09-21 14:30:23 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-09-21 14:30:23 +0000 |
commit | bc8f99d2a6d64b1d53cd66124dc97544d2fde030 (patch) | |
tree | 7ea38c72e2a885c2982374e088f325fc8116358d /share/examples/etc | |
parent | e18a0a6953e2a8c190fb6084498890bfc4c09cea (diff) | |
download | FreeBSD-src-bc8f99d2a6d64b1d53cd66124dc97544d2fde030.zip FreeBSD-src-bc8f99d2a6d64b1d53cd66124dc97544d2fde030.tar.gz |
Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option
since the cc1/cc1plus backends were linked static some time ago.
Diffstat (limited to 'share/examples/etc')
-rw-r--r-- | share/examples/etc/make.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index cf80bcf..8544f2b 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.30 1996/04/21 08:56:32 asami Exp $ +# $Id: make.conf,v 1.31 1996/06/24 16:50:39 nate Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -82,13 +82,6 @@ #MOTIFLIB= -L${X11BASE}/lib -lXm # # -# Build `cc' using a dynamic internals library, rather than the default -# (static) one. This makes the compilers run slower (10-15%), but saves -# quite some diskspace. -# -#SHARED_LIBCC_INT= smaller_cc -# -# # Kerberos IV # If you want the eBones-based Kerberos, define this: # |