Add collect2 (in /usr/libexec). This is no longer an optional component

of egcs, as it is needed for half-a-dozen C++ optimization options.
This commit is contained in:
tv 1998-08-16 23:04:18 +00:00
parent 19a5912587
commit 4742daec58
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# $NetBSD: Makefile,v 1.1 1998/08/16 23:04:18 tv Exp $
PROG= collect2
BINDIR= /usr/libexec
SRCS= collect2.c tlink.c hash.c cplus-dem.c underscore.c \
version.c choose-temp.c mkstemp.c obstack.c
CPPFLAGS+= -DTARGET_MACHINE=\"${target_alias}\"
NOMAN=
.include <bsd.prog.mk>