diff options
author | DJ Delorie <dj@redhat.com> | 2000-06-06 17:52:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-06-06 17:52:20 +0000 |
commit | 9cc28cc8a9f9bc9e918dff150f8d88b64d31e657 (patch) | |
tree | d2b377fdad02bb13b2531d459c1edc108a33ccc1 /libiberty/Makefile.in | |
parent | b9d836b67a554558bba8e64ebfb192c94c40e1f1 (diff) | |
download | gdb-9cc28cc8a9f9bc9e918dff150f8d88b64d31e657.zip gdb-9cc28cc8a9f9bc9e918dff150f8d88b64d31e657.tar.gz gdb-9cc28cc8a9f9bc9e918dff150f8d88b64d31e657.tar.bz2 |
* 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 d7052ad..f9c1621 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/$@ |