summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-25 07:02:23 +0000
committerdg <dg@FreeBSD.org>1994-10-25 07:02:23 +0000
commitb882a12ed1f2d664c6828579a97fcb07da47fb3d (patch)
treee8afbd120d89d3f16907684501ba14fa229e2654 /gnu/usr.bin/cc
parent5461dd7c15169b6e78866a72f18c478feba15cc9 (diff)
downloadFreeBSD-src-b882a12ed1f2d664c6828579a97fcb07da47fb3d.zip
FreeBSD-src-b882a12ed1f2d664c6828579a97fcb07da47fb3d.tar.gz
Changed NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and changed the logic
as appropriate. This makes gcc not built with a shared cc_int the default.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index d7badd3..a8624a5 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.4 1994/09/18 22:35:36 wollman Exp $
+# $Id: Makefile.inc,v 1.5 1994/09/19 21:37:42 wollman Exp $
#
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../include
@@ -19,7 +19,7 @@ LIBDESTDIR= ${.CURDIR}/../cc_int
# XXX LDDESTDIR isn't a directory and there is no standard name for the dir
LDDESTDIR= -L${LIBDESTDIR}
-.if !defined(NO_SHARED_LIBCC_INT)
+.if defined(SHARED_LIBCC_INT)
LIBCC_INT= ${LIBDESTDIR}/libcc_int.so.26.0
.else
LIBCC_INT= ${LIBDESTDIR}/libcc_int.a
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index c2772192..5fc8305 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -1,11 +1,11 @@
#
-# $Id: Makefile,v 1.3 1994/09/19 21:37:50 wollman Exp $
+# $Id: Makefile,v 1.4 1994/09/20 22:03:09 bde Exp $
#
SRCS = aux-output.c bc-emit.c bc-optab.c c-common.c caller-save.c calls.c combine.c convert.c cse.c dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c final.c flow.c fold-const.c function.c getpwd.c global.c insn-attrtab.c insn-emit.c insn-extract.c insn-opinit.c insn-output.c insn-peep.c insn-recog.c integrate.c jump.c local-alloc.c loop.c obstack.c optabs.c print-rtl.c print-tree.c real.c recog.c reg-stack.c regclass.c reload.c reload1.c reorg.c rtl.c rtlanal.c sched.c sdbout.c stmt.c stor-layout.c stupid.c toplev.c tree.c unroll.c varasm.c version.c xcoffout.c
LIB = cc_int
NOPROFILE= yes
-.if !defined(NO_SHARED_LIBCC_INT)
+.if defined(SHARED_LIBCC_INT)
INTERNALLIB=
SHLIB_MAJOR=26
SHLIB_MINOR=0
OpenPOWER on IntegriCloud