From owner-cvs-gnu Sat Sep 21 07:28:22 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA25006 for cvs-gnu-outgoing; Sat, 21 Sep 1996 07:28:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24751; Sat, 21 Sep 1996 07:27:41 -0700 (PDT) Date: Sat, 21 Sep 1996 07:27:41 -0700 (PDT) From: Peter Wemm Message-Id: <199609211427.HAA24751@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc_int Makefile src/gnu/usr.bin/cc/libgcc Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/21 07:27:39 Modified: gnu/usr.bin/cc Makefile.inc gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cc/libgcc Makefile Log: Remove the partial support for a shared -lcc_int, since it's been unusable for a fair while. cc1, cc1plus etc have been linked static for some time. Revision Changes Path 1.16 +1 -7 src/gnu/usr.bin/cc/Makefile.inc 1.9 +2 -2 src/gnu/usr.bin/cc/cc1/Makefile 1.2 +2 -2 src/gnu/usr.bin/cc/cc1obj/Makefile 1.9 +3 -3 src/gnu/usr.bin/cc/cc1plus/Makefile 1.10 +1 -6 src/gnu/usr.bin/cc/cc_int/Makefile 1.12 +3 -1 src/gnu/usr.bin/cc/libgcc/Makefile