summaryrefslogtreecommitdiffstats
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-06-06 17:52:20 +0000
committerDJ Delorie <dj@redhat.com>2000-06-06 17:52:20 +0000
commit9cc28cc8a9f9bc9e918dff150f8d88b64d31e657 (patch)
treed2b377fdad02bb13b2531d459c1edc108a33ccc1 /libiberty/Makefile.in
parentb9d836b67a554558bba8e64ebfb192c94c40e1f1 (diff)
downloadppe42-binutils-9cc28cc8a9f9bc9e918dff150f8d88b64d31e657.tar.gz
ppe42-binutils-9cc28cc8a9f9bc9e918dff150f8d88b64d31e657.zip
* Makefile.in: add EXTRA_INCS
* configure.in: if with-newlib, point to it for includes rather than using the installed includes, for target builds. If cygwin, override function list only for target builds. * configure: regenerate Note from DJ: I waited a week for gcc approval and got none, but we need this patch for cygwin builds *now*. I'll fix it later if need be.
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index d7052ad296..f9c1621fcc 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -106,7 +106,7 @@ installcheck: installcheck-subdir
INCDIR=$(srcdir)/$(MULTISRCTOP)../include
-COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
+COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) @EXTRA_INCS@ $(HDEFINES) @ac_libiberty_warn_cflags@
.c.o:
test x"$(enable_shared)" != xyes || \
$(COMPILE.c) $(PICFLAG) $< -o pic/$@
OpenPOWER on IntegriCloud