Subject: Re: couple of toolchain questions
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 06/19/2002 01:03:09
> > 	(1)
> > 	why do we have gnu/dist/toolchain/bfd/peigen.c in our repository?
>It's there because binutils releases ship with the generated file already
>there.

	it should be okay to remove it then.

>Err, are you building a cross-debugger?  If so, infptrace.c should
>not be compiled.  The PTRACE_ARG3_TYPE is controlled by the "host",
>which is always the "target" for a native GDB.
>Also, kcore-nbsd.c has a similar problem ... it's only designed for
>native build only.

	no, i was just building native gdb, against libbfd that contains
	everything.

itojun