"Alfred M. Szmidt" <[EMAIL PROTECTED]> wrote: > I used the just-built ./tr rather than some vendor-supplied one > because some of the latter don't support '\n', and I don't want to > hard-code the ASCII '\012'. > > Curious forces me to ask the following: Won't that cause problems when > cross-compiling?
Yes, it would, but that isn't a problem, since this target is used solely for running `make check'. Running `make check' isn't supported in a cross-compiling environment. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
