Re: [PATCH] libgloss: merge stub arch configure scripts up a level
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 23 01:49, Mike Frysinger wrote: > For about half the ports, we don't need a subdir configure script. > They're using the config/default.mh rules, and they aren't doing > any unique configure tests, so they exist just to pass top-level > settings down to create the arch Makefile. We can just as easily > do that from the top-level Mkaefile directly and skip configure. > > Most of the remaining configure scripts could be migrated up to > the top-level too, but that would require care in each subdir. > So let's be lazy and put that off to another day. LGTM Thanks, Corinna