Re: [PATCH] libgloss: document & localize custom multi-do rule
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 18 23:43, Mike Frysinger wrote: > The multi-build.in file in libgloss duplicates common multilib logic > in the root source tree. Document it a bit, and rename the rule so > it doesn't clash with the common multi-do rule. This will let us use > them in the same makefile so we can merge aarch64/ & arm/ up (as the > only targets that use this local multi-build.in atm). > --- > libgloss/aarch64/Makefile.in | 8 ++++---- > libgloss/arm/Makefile.in | 8 ++++---- > libgloss/multi-build.in | 7 ++++++- > 3 files changed, 14 insertions(+), 9 deletions(-) GTG Thx, Corinna