This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Checking out the source


NightStrike <nightstrike@gmail.com> writes:
> Is there a way to check out both the binutils source as well as the
> gcc source at once?  From what I understand, there is some amount of
> work shared between the two.  How are they combined?

The gcc and binutils sources are stored in two different repositories,
of two different types, so you can't check them both out in one
command.

You can combine your checked out trees into a single tree, though, by
copying, moving, or symlinking.  Choose the libiberty and include in
the binutils checkout - the common files should be the same, but there
are extra files in binutils' include.

However, if you ever plan on contributing changes or updating your
sources, it would be better to keep them separate.


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