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 v5] sim: bfin: new port


On Wednesday 02 March 2011 21:46:35, Mike Frysinger wrote:
> gcc needs an assembler, and that gets compiled with binutils/gdb.  so i cant 
> make binutils/gdb need a compiler.

If you keep the generated file checked in, there's no such
problem.  gcc would only be necessary when making
_changes_ to the fixed page thing, to regenerate the blob.
If someone wants to make some change to the fixed page
implementation in gdb, _and_ that someone can't get a
prebuilt bfin gcc for some reason, she can always start
by building bfin binutils, then bfin gcc, and
only _then_ build bfin gdb using the host gcc + the just
built cross bfin-gcc for regenerating the fixed user
page blob.

> any other feedback ? :)

Not at the moment.  :-)

Thanks for addressing this.

-- 
Pedro Alves


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