Fine! I cannot freaking take the bikeshed any more.

These binaries will be static, peroid.
This commit is contained in:
David E. O'Brien 2002-04-08 18:48:38 +00:00
parent 2acffa072b
commit 9833f59b8c
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
PROG= cc
MAN= gcc.1
SRCS= gcc.c gccspec.c
NOSHARED?=yes
NOSHARED=yes
LINKS= ${BINDIR}/cc ${BINDIR}/gcc
MLINKS= gcc.1 cc.1 gcc.1 c++.1 gcc.1 g++.1 gcc.1 CC.1

View file

@ -10,7 +10,7 @@ SRCS= c-parse.c c-parse.h c-lang.c
SRCS+= c-decl.c c-lex.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED?=yes
NOSHARED=yes
CFLAGS+= -I.

View file

@ -10,7 +10,7 @@ SRCS= objc-parse.c c-parse.h objc-act.c
SRCS+= c-decl.c c-lex.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED?=yes
NOSHARED=yes
CFLAGS+= -I${GCCDIR}/objc -I.

View file

@ -11,7 +11,7 @@ SRCS+= call.c class.c cvt.c decl.c decl2.c errfn.c error.c except.c expr.c \
search.c semantics.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED?=yes
NOSHARED=yes
CFLAGS+= -I${GCCDIR}/cp -I.

View file

@ -8,7 +8,7 @@ PROG= cpp0
SRCS= cccp.c cexp.y obstack.c prefix.c version.c
YFLAGS=
BINDIR= /usr/libexec
NOSHARED?=yes
NOSHARED=yes
MAN= cccp.1
MLINKS= cccp.1 cpp.1

View file

@ -8,7 +8,7 @@ PROG= collect2
SRCS= collect2.c cplus-dem.c tlink.c underscore.c
BINDIR= /usr/libexec
NOMAN=
NOSHARED?=yes
NOSHARED=yes
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}