This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] use system rl headers, when --with-system-readline is provided


Dilyan Palauzov <dilyan.palauzov@aegee.org> writes:

> diff --git a/gdb/Makefile.in b/gdb/Makefile.in
> index dfaa8a3..579d0dd 100644
> --- a/gdb/Makefile.in
> +++ b/gdb/Makefile.in
> @@ -468,7 +468,7 @@ OPCODES = $(OPCODES_DIR)/libopcodes.a
>  # versions?
>  OP_INCLUDE = $(INCLUDE_DIR)/opcode
>  # Some source files like to use #include "opcodes/file.h"
> -OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/..
> +OPCODES_CFLAGS = -I$(OP_INCLUDE) -iquote$(OPCODES_SRC)/..

-iquote is gcc-only.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]