crosscompiler

2005-08-10 Thread Dimitrije Jankovic
Recently, a target option was added to winebuild, and winebuild code was changed to use this option instead of preprocessor defines. I was wondering if a similar option will be added to winegcc, based on which it would pass the corresponding option to winebuild. When using winegcc to crossbuild win

Re: crosscompiler

2005-08-10 Thread Alexandre Julliard
"Dimitrije Jankovic" <[EMAIL PROTECTED]> writes: > When using winegcc to crossbuild wine dlls between different platforms (for > instance x86-linux and sparc-solaris) that have different endianess more > problems arise, especially related to resources. The resource compiler > has --endianess optio

crosscompiler

2005-08-10 Thread Dimitrije Jankovic
Recently, a target option was added to winebuild, and winebuild code was changed to use this option instead of preprocessor defines. I was wondering if a similar option will be added to winegcc, based on which it would pass the corresponding option to winebuild. When using winegcc to crossbuild win