diff options
author | Alan Modra <amodra@gmail.com> | 2021-11-17 15:10:04 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-18 18:48:24 +1030 |
commit | 2cd93e7081167a002e568f03a72feabd7f187820 (patch) | |
tree | c8b74fabb6a4c9cc12439a86683ac0e80c5e930f /binutils/Makefile.in | |
parent | 273a32ac6564647cadfb15600385a003ef7486aa (diff) | |
download | gdb-2cd93e7081167a002e568f03a72feabd7f187820.zip gdb-2cd93e7081167a002e568f03a72feabd7f187820.tar.gz gdb-2cd93e7081167a002e568f03a72feabd7f187820.tar.bz2 |
Pass DEBUGINFOD_CFLAGS when compiling dwarf.c
Pick up the elfutils/debuginfod.h install location -I flags from
a variable set by debuginfod.m4 (via pkg.m4 and pkg-config).
* Makefile.am (DEBUGINFOD_CFLAGS): Define.
(dwarf.@OBJECT@): New rule.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 5252ef1..8f44b56 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -1530,6 +1530,13 @@ arlex.@OBJEXT@: arlex.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f arlex.c || echo $(srcdir)/`arlex.c $(NO_WERROR) +dwarf.@OBJEXT@: dwarf.c +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo $(DEBUGINFOD_CFLAGS) -c -o $@ $(srcdir)/dwarf.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dwarf.c' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) $(DEBUGINFOD_CFLAGS) -c -o $@ $(srcdir)/dwarf.c + sysroff.@OBJEXT@: sysroff.c @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f sysroff.c || echo $(srcdir)/`sysroff.c $(NO_WERROR) @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |