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:
parent
19a5912587
commit
4742daec58
|
@ -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>
|
Loading…
Reference in New Issue