25 Mar 2010 18:15
configure -- target vs host
the current libsamplerate-0.1.7 code uses "target" instead of "host" when figuring out how to build things up. this is incorrect -- "host" is where the compiled code is going to execute while "target" is what the compiled code will be outputting for. the attached patch fixes this. it also fixes: - accept uclinux as a linux target - fix mingw handling for tools - use AC_CHECK_TOOL instead of AC_CHECK_PROG - support targets that have a symbol prefix for the version script -mike
RSS Feed