Turn off collect2.

collect2 was added based on the need of -frepo.  However, -frepo is currently
broken on -CURRENT (Gcc 2.95.4 20020320 [FreeBSD] / ld 2.12.0 [FreeBSD]
2002-04-10).  It is also broken on RELENG_4 (Gcc 2.95.3 20010315 / ld
2.11.2 20010719), so there is no need to MFC collect2 there yet.  I have
a feeling the brokeness is due to the wide difference between the libiberty
bits of Gcc 2.95 and the later ld.

Testing by:	fjoe
This commit is contained in:
David E. O'Brien 2002-04-15 03:15:40 +00:00
parent 5f0ae68a18
commit d6c4eef6dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94720

View File

@ -11,9 +11,9 @@ SUBDIR+= cpp
.if !defined(NO_CXX)
SUBDIR+= cc1plus c++ c++filt doc
.if !defined(NO_COLLECT2)
SUBDIR+= collect2
.endif
#.if !defined(NO_COLLECT2)
#SUBDIR+= collect2
#.endif
.endif
.if !defined(NO_OBJC)