summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-08 18:48:38 +0000
committerobrien <obrien@FreeBSD.org>2002-04-08 18:48:38 +0000
commit1ebe357b7175f1e3b8421e33053f3afde01edf5d (patch)
treefc7e0d05ce6514ebceede9a2691910c21032ef95 /gnu
parent0a7f76ebcb0c6067415e718b6ff757e80d407bf9 (diff)
downloadFreeBSD-src-1ebe357b7175f1e3b8421e33053f3afde01edf5d.zip
FreeBSD-src-1ebe357b7175f1e3b8421e33053f3afde01edf5d.tar.gz
Fine! I cannot freaking take the bikeshed any more.
These binaries will be static, peroid.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc1obj/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile2
-rw-r--r--gnu/usr.bin/cc/cccp/Makefile2
-rw-r--r--gnu/usr.bin/cc/collect2/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile
index ff9f2a8..bc86c4d 100644
--- a/gnu/usr.bin/cc/cc/Makefile
+++ b/gnu/usr.bin/cc/cc/Makefile
@@ -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
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index 232f490..3da1a6b 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -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.
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile
index 6ce6d80..9ffbd03 100644
--- a/gnu/usr.bin/cc/cc1obj/Makefile
+++ b/gnu/usr.bin/cc/cc1obj/Makefile
@@ -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.
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 56015cf..7b95f4d 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -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.
diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile
index be87179..c4265e3 100644
--- a/gnu/usr.bin/cc/cccp/Makefile
+++ b/gnu/usr.bin/cc/cccp/Makefile
@@ -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
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
index 8b28516..c7283d6 100644
--- a/gnu/usr.bin/cc/collect2/Makefile
+++ b/gnu/usr.bin/cc/collect2/Makefile
@@ -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}
OpenPOWER on IntegriCloud