* Junio C Hamano wrote on Tue, Jan 20, 2009 at 03:49:03AM CET: > Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > > > How do you deal with the hardcoded limitation that uname_S is defined to > > be the output of "uname -s" on the _build_ system, and that quite a large > > part of the Makefile sets variables dependent on this? Oh, up to now I have blissfully ignored cross-compilation issues in git outside of configure.ac. :-) > > IOW are you certain that configure (with your patch) will override _all_ > > uname_S dependent settings? No, I am certain they won't override them at all. Fixing Makefile will be more (but independent) work. All I did was get configure.ac in shape to not error out in the face of cross compilation. > It may be a valid question but it is not limited to cross compilation, is > it? The matter is if values the Makefile wants to default to can be > overriden by whatever is placed in config.mak, and as long as that is Ok > we won't have a problem with or without use of configure (which is a > second class citizen). Yeah, I figured that. I assume it makes little sense to suggest adding AC_CANONICAL_HOST to configure.ac, letting config.{guess,sub} do their job, and the user to use "./configure --host=some-value" to specify a host alias, and then using the computed host triple to decide features, without the need to modify Makefile or other input files. See, in a way I come from the GNU world here, and that's what I know best. Since git does its own setup here, I trust you will invent some way to solve this. Thanks, Ralf -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html