diff options
author | DJ Delorie <dj@delorie.com> | 2000-06-06 17:52:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2000-06-06 17:52:20 +0000 |
commit | 78725ce1ee4a63abe17854523e8e2a8470ac6ea4 (patch) | |
tree | 24f511a2038093186e7d6945e7c203624bb57156 /libiberty/Makefile.in | |
parent | 317fd63cb4dcad70fbd83a3f4b20ba8f7ada7469 (diff) | |
download | gdb-78725ce1ee4a63abe17854523e8e2a8470ac6ea4.tar.gz |
* 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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index d7052ad2965..f9c1621fcc9 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/$@ |