[Mingw-w64-public] cross multilib binutils

2012-04-23 Thread Christer Solskogen
The wiki page tells us that in order to compile a multilib binutils one have to add --enable-targets=... I'm not quite sure if that is necessary. I've just compiled my own without that option, and I have no problem compiling mingw-w64-crt with both architectures. -- chs

Re: [Mingw-w64-public] cross multilib binutils

2012-04-23 Thread JonY
On 4/23/2012 14:34, Christer Solskogen wrote: The wiki page tells us that in order to compile a multilib binutils one have to add --enable-targets=... I'm not quite sure if that is necessary. I've just compiled my own without that option, and I have no problem compiling mingw-w64-crt with

[Mingw-w64-public] Too big size of the executable file

2012-04-23 Thread Alex D
Hello list. I use MinGW by MinGW-builds project[1]. When I compiled this little code: int main() {return 0;} with this command line: gcc main.c -omain -s -O2 I get the .exe file with size ~33 Kb. I think that this size is too big. I know that MinGW-builds project uses CRT from mingw-w64 project,

Re: [Mingw-w64-public] Too big size of the executable file

2012-04-23 Thread Kai Tietz
Hello Alex, 2012/4/20 Alex D: Hello list. I use MinGW by MinGW-builds project[1]. When I compiled this little code: int main() {return 0;} with this command line: gcc main.c -omain -s -O2 I get the .exe file with size ~33 Kb. I think that this size is too big. I know that MinGW-builds

Re: [Mingw-w64-public] Patch for incorrect references to pVtbl

2012-04-23 Thread Kai Tietz
Hello Stefan, well 316 kb patch is pretty huge ... so I walked throught it and committed it at rev 4962, Please try to keep patch in general not that big. about maximal 80kb are more handy for review ;) Thanks, Kai --

Re: [Mingw-w64-public] Patch for incorrect references to pVtbl

2012-04-23 Thread Ozkan Sezer
On 4/23/12, Kai Tietz ktiet...@googlemail.com wrote: Hello Stefan, well 316 kb patch is pretty huge ... so I walked throught it and committed it at rev 4962, Please try to keep patch in general not that big. about maximal 80kb are more handy for review ;) Thanks, Kai I merged