mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fine! I cannot freaking take the bikeshed any more.
These binaries will be static, peroid.
This commit is contained in:
parent
2acffa072b
commit
9833f59b8c
6 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue