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: Fix gdb 8.1 Solaris compilation


On Sep 21 2017, Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> wrote:

> diff --git a/gdb/configure.nat b/gdb/configure.nat
> --- a/gdb/configure.nat
> +++ b/gdb/configure.nat
> @@ -216,7 +216,8 @@ case ${gdb_host} in
>  	case ${gdb_host_cpu} in
>  	    i386)
>  		# Host: Solaris x86
> -		NATDEPFILES='fork-child.o i386-v4-nat.o i386-sol2-nat.o \
> +		NATDEPFILES='fork-child.o fork-inferior.o
> +		i386-v4-nat.o i386-sol2-nat.o
>  		procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o'
>  		HAVE_NATIVE_GCORE_HOST=1
>  		;;

Doesn't that lack backslashes?

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]