From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Subject: [PATCH v2] gdb: fix building with system readline
Date: Tue, 23 Mar 2010 04:48:00 -0000 [thread overview]
Message-ID: <201003230048.46088.vapier@gentoo.org> (raw)
In-Reply-To: <1268964553-30413-1-git-send-email-vapier@gentoo.org>
here's the alternate version ...
2010-03-23 Mike Frysinger <vapier@gentoo.org>
* gdb/Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
--- gdb/Makefile.in 10 Mar 2010 18:20:05 -0000 1.1115
+++ gdb/Makefile.in 23 Mar 2010 04:47:14 -0000
@@ -309,7 +309,8 @@ OPCODES = $(OPCODES_DIR)/libopcodes.a
# Where are the other opcode tables which only have header file
# versions?
OP_INCLUDE = $(INCLUDE_DIR)/opcode
-OPCODES_CFLAGS = -I$(OP_INCLUDE)
+# Some source files like to use #include "opcodes/file.h"
+OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/..
# The simulator is usually nonexistent; targets that include one
# should set this to list all the .o or .a files to be linked in.
next prev parent reply other threads:[~2010-03-23 4:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-19 2:09 [PATCH] " Mike Frysinger
2010-03-22 17:25 ` Tom Tromey
2010-03-22 17:39 ` Joel Brobecker
2010-03-22 19:33 ` Mike Frysinger
2010-03-23 4:48 ` Mike Frysinger [this message]
2010-03-23 16:00 ` [PATCH v2] " Tom Tromey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201003230048.46088.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox