Hookup libgcc at gnu/lib instead of gnu/usr.bin/cc

(libgcc was repository copied for me by Peter)
This commit is contained in:
David E. O'Brien 1999-03-31 06:30:40 +00:00
parent 293904653d
commit b3f059f4d5
2 changed files with 4 additions and 4 deletions

View File

@ -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> .include <bsd.subdir.mk>

View File

@ -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 # The order of some of these are rather important. Some depend on previous
# subdirs. # 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> .include <bsd.subdir.mk>