Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/lib/libiberty more HAVE stuff.



details:   https://anonhg.NetBSD.org/src/rev/8f2f2e841380
branches:  trunk
changeset: 818368:8f2f2e841380
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 11 03:09:37 2016 +0000

description:
more HAVE stuff.

diffstat:

 external/gpl3/binutils/lib/libiberty/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 960104743fea -r 8f2f2e841380 external/gpl3/binutils/lib/libiberty/Makefile
--- a/external/gpl3/binutils/lib/libiberty/Makefile     Tue Oct 11 03:08:14 2016 +0000
+++ b/external/gpl3/binutils/lib/libiberty/Makefile     Tue Oct 11 03:09:37 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2016/01/26 19:37:47 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2016/10/11 03:09:37 christos Exp $
 
 NOLINT=                # defined
 NOPROFILE=     # defined
@@ -23,6 +23,7 @@
                ${G_LIBOBJS:.o=.c} ${G_ALLOCA:.o=.c}
 
 CPPFLAGS+=     -DHAVE_CONFIG_H -I${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH} \
+               -DHAVE_LIMITS_H -DHAVE_FCNTL_H \
                -I${DIST}/include
 
 .PATH: ${DIST}/libiberty



Home | Main Index | Thread Index | Old Index