On Fri, Feb 05, 2010 at 11:59:56PM +0000, [email protected] wrote:
> Revision: 9641
>           
> http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9641&view=rev
> Author:   buginator
> Date:     2010-02-05 23:59:55 +0000 (Fri, 05 Feb 2010)
> 
> Log Message:
> -----------
> Change HOST_TRIPLET to be i586-mingw32msvc instead of mingw32 as the default 
> HOST_TRIPLET
> 
> Modified Paths:
> --------------
>     branches/2.3/win32/__BUILD_SCRIPT

On Sun, Feb 07, 2010 at 05:27:55PM +0000, [email protected] wrote:
> Revision: 9722
>           
> http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9722&view=rev
> Author:   buginator
> Date:     2010-02-07 17:27:54 +0000 (Sun, 07 Feb 2010)
> 
> Log Message:
> -----------
> Update cross-compiler build script to make use of --with-distributor
> 
> Modified Paths:
> --------------
>     branches/2.3/win32/__BUILD_SCRIPT

On Sun, Feb 07, 2010 at 05:35:54PM +0000, [email protected] wrote:
> Revision: 9723
>           
> http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9723&view=rev
> Author:   buginator
> Date:     2010-02-07 17:35:44 +0000 (Sun, 07 Feb 2010)
> 
> Log Message:
> -----------
> fix a typo from previous commit
> 
> Modified Paths:
> --------------
>     branches/2.3/win32/__BUILD_SCRIPT

None of these ^^ commits are necessary.

Using another HOST_TRIPLET than mingw32 can be achieved by specifiying
"HOST_TRIPLET=${whatever_you_want}" as command line argument to
__BUILD_SCRIPT.

Using a non-default distributor (remember that configure.ac already
uses "UNKNOWN" as its default) can be accomplished by specifying
"--with-distributor=$distributor" as command line argument to
__BUILD_SCRIPT.

The build script will pass *all* its arguments to the ./configure
script, so no special hacks are required to pass paramters to
./configure. Furthermore all arguments of the form "\w+=.*" (e.g.
"VAR=val") will cause environment variables of that name to be
overridden.

Thus rather than complicating the cross build script any further I
suggest to revert the above commits.

-- 
Giel

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to