This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
Good job picking out this issue :-) Indeed, the first target to move EXTRA_PARTS may not be trivial because of the way we currently recurse into the gcc subdirectory to build them. I think that to do this, we will have to build extra startfiles twice, once in the libgcc objdir and once in the gcc objdir, until all targets are migrated.
That's not too difficult, but it will be a little touchy. I'll try it later - I'd prefer to do that next after committing libgcc.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |