[Zlib-devel] CHOST option

Enrico Weigelt weigelt at metux.de
Mon Apr 26 15:10:08 EDT 2010


* Volker Grabsch <vog at notjusthosting.com> schrieb:

> IBTD. In mingw-cross-env, we only pass the toolchain commands
> via the environment if there is no way around it.
> 
> Most packages are cross compiled via either
> 
>     make CROSS=i686-pc-mingw32-
> 
> or via:
> 
>     ./configure --host=i686-pc-mingw32
>     make

This only works in the specific case that you have only *one*
toolchain per target-tuple and its commands are available
under these names.

The generic case is that you have an unspecified number of 
toolchains for any target residing under some prefix/directory,
(eg. like those built w/ crosstool). For this generic case,
your approach is unusable.


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------




More information about the Zlib-devel mailing list