> Are you talking of a cross-compiler (target != host) or > a crossed-native compiler (target==host!=build)? I think > Rui was complaining about these tools not being generated > in the cross-compiler case while you might have observed > these being created in the crossed-native compiler case. > > I presume "NATIVE" above checks only for "target==host" > and therefore your observation.
You're right. When building the cross compiler, these items are excluded. It was when going on from there to build the native compiler from the cross compiler that they are included. TJ