In many places, the configure scripts do tests like this:
case "$host" in ...
Should those be changed to:
case "$target" in ...
?
I find, in trying to cross-compile for arm-linux from i686-linux (for the Rio Receiver), that the configure doesn't "do the right thing", which is what leads to the fix-make script in Jeff Mock's patch here:
http://www.mock.com/receiver/demo/
I'd rather get the configure scripts "corrected" (if I am, in fact, right about the host vs. target bit) in the sources :)
While I'm at it :) what would it take to get Jeff's Rio Receiver audio device patches applied?
Thanks!