summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-20 22:03:09 +0000
committerbde <bde@FreeBSD.org>1994-09-20 22:03:09 +0000
commit6cd258e72118b14174b486d21eb9c7b2a4a5bc24 (patch)
tree7f9861010173464a96e152741a9a939fbc733bc0 /gnu/usr.bin/cc
parent1a7a5b21881ee151dc4442d48489c7c47489e1fd (diff)
downloadFreeBSD-src-6cd258e72118b14174b486d21eb9c7b2a4a5bc24.zip
FreeBSD-src-6cd258e72118b14174b486d21eb9c7b2a4a5bc24.tar.gz
Don't build profiled library.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 2db3bfe..c2772192 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -1,9 +1,10 @@
#
-# $Id: Makefile,v 1.2 1994/09/18 22:35:53 wollman Exp $
+# $Id: Makefile,v 1.3 1994/09/19 21:37:50 wollman 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)
INTERNALLIB=
SHLIB_MAJOR=26
OpenPOWER on IntegriCloud