diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-30 13:40:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-30 13:40:36 +0000 |
commit | dcd0c1975c714f780fcd9e3a06817810e235ae88 (patch) | |
tree | 6fee8a0c659c450ebc9f1498a982e53bd0f38547 /gnu/egcs/libstdc++ | |
parent | 846941a537d22e56e2d8a693ccaf814483e59c4b (diff) |
Explanation for why strerror.o is needed.
Diffstat (limited to 'gnu/egcs/libstdc++')
-rw-r--r-- | gnu/egcs/libstdc++/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/egcs/libstdc++/Makefile.bsd-wrapper b/gnu/egcs/libstdc++/Makefile.bsd-wrapper index cb1a42323ae..79d714c27ce 100644 --- a/gnu/egcs/libstdc++/Makefile.bsd-wrapper +++ b/gnu/egcs/libstdc++/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1999/09/30 12:10:55 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1999/09/30 13:40:35 espie Exp $ IO_DIR= $(.CURDIR)/../libio LIBIBERTY_DIR= $(.CURDIR)/../libiberty @@ -52,7 +52,8 @@ QIO_OBJS= $(IO_OBJS:S/^/$(IO_OBJDIR)\//g) LIBIBERTY_SRCS!=cat $(LIBIBERTY_OBJDIR)/needed-list && echo LIBIBERTY_OBJS=$(LIBIBERTY_SRCS:N*.h:S/.c$/.o/g) -# XXX why does strerror.o need to be hardwired? +# strerror.o does need to be hardwired, as it holds more functionality +# than the standard strerror, so HAVE_STRERROR is not enough to disable it LIBIBERTY_OBJS+=strerror.o QLIBIBERTY_OBJS=$(LIBIBERTY_OBJS:S/^/$(LIBIBERTY_OBJDIR)\//g) .endif |