Re: [PATCH] Remove pointless -fPIC warning on Windows platforms

2015-08-29 Thread Kai Tietz
Hi Pedro, 2015-08-15 0:24 GMT+02:00 Paolo Bonzini : > There are plenty of targets that do not require -fPIC because they always > generate position independent code, but none of them feels the need to > complain with the user about an unnecessary but perfectly valid option, > on each and every .c-

Re: [PATCH] Remove pointless -fPIC warning on Windows platforms

2015-08-15 Thread Mike Stump
On Aug 14, 2015, at 3:24 PM, Paolo Bonzini wrote: > There are plenty of targets that do not require -fPIC because they always > generate position independent code, but none of them feels the need to > complain with the user about an unnecessary but perfectly valid option, > on each and every .c->.

[PATCH] Remove pointless -fPIC warning on Windows platforms

2015-08-14 Thread Paolo Bonzini
There are plenty of targets that do not require -fPIC because they always generate position independent code, but none of them feels the need to complain with the user about an unnecessary but perfectly valid option, on each and every .c->.o rule, and without a way to disable it. Adding insult to