summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-03-31 06:30:40 +0000
committerobrien <obrien@FreeBSD.org>1999-03-31 06:30:40 +0000
commitc901bebef2d9431ee8379a75aeebbb08cbc0cccf (patch)
tree43855202fbe9e28b8fafd934e100f8ad91ffa476
parentbd632685aaf49b151ee62d770af930e73591ecae (diff)
downloadFreeBSD-src-c901bebef2d9431ee8379a75aeebbb08cbc0cccf.zip
FreeBSD-src-c901bebef2d9431ee8379a75aeebbb08cbc0cccf.tar.gz
Hookup libgcc at gnu/lib instead of gnu/usr.bin/cc
(libgcc was repository copied for me by Peter)
-rw-r--r--gnu/lib/Makefile4
-rw-r--r--gnu/usr.bin/cc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 17b3c9b..5750f60 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.18 1998/08/31 13:47:38 dfr Exp $
+# $Id: Makefile,v 1.19 1998/09/02 14:56:59 bde Exp $
-SUBDIR= libdialog libg++ libgmp libmp libobjc libregex libreadline libstdc++
+SUBDIR= libdialog libg++ libgcc libgmp libmp libobjc libregex libreadline libstdc++
.include <bsd.subdir.mk>
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index 22d967e..7511002 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -1,10 +1,10 @@
#
-# $Id$
+# $Id: Makefile,v 1.9 1997/02/22 15:44:47 peter Exp $
#
# The order of some of these are rather important. Some depend on previous
# subdirs.
-SUBDIR= cc_tools cc_int cpp cc1 cc cc1obj cc1plus c++ f77 libgcc c++filt doc
+SUBDIR= cc_tools cc_int cpp cc1 cc cc1obj cc1plus c++ f77 c++filt doc
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud