Mike Frysinger | 25 Mar 2010 18:15
Picon

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

Erik de Castro Lopo | 25 Mar 2010 20:22
Favicon

Re: configure -- target vs host

Mike Frysinger wrote:

> 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

Sorry Mike,

The mailing list manager eats attachements. Can you please resend
the patch with it included as inline text?

Cheers,
Erik
--

-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/

Gmane