Re: [PATCH] Makefile: Unset stack-protector gcc flag if it is not supported

2014-02-20 Thread Richard Weinberger
Am 20.02.2014 14:53, schrieb Markos Chandras: > On 02/20/2014 12:53 PM, Richard Weinberger wrote: >> On Thu, Feb 20, 2014 at 1:46 PM, Markos Chandras >> wrote: >>> On 02/07/2014 05:15 PM, Markos Chandras wrote: In case the compiler does not support the stack-protector option, unset

Re: [PATCH] Makefile: Unset stack-protector gcc flag if it is not supported

2014-02-20 Thread Markos Chandras
On 02/20/2014 12:53 PM, Richard Weinberger wrote: On Thu, Feb 20, 2014 at 1:46 PM, Markos Chandras wrote: On 02/07/2014 05:15 PM, Markos Chandras wrote: In case the compiler does not support the stack-protector option, unset the flag to avoid build failures. Printing a warning is enough to le

Re: [PATCH] Makefile: Unset stack-protector gcc flag if it is not supported

2014-02-20 Thread Richard Weinberger
On Thu, Feb 20, 2014 at 1:46 PM, Markos Chandras wrote: > On 02/07/2014 05:15 PM, Markos Chandras wrote: >> >> In case the compiler does not support the stack-protector option, >> unset the flag to avoid build failures. Printing a warning is enough >> to let the user know that this flag will not b

Re: [PATCH] Makefile: Unset stack-protector gcc flag if it is not supported

2014-02-20 Thread Markos Chandras
On 02/07/2014 05:15 PM, Markos Chandras wrote: In case the compiler does not support the stack-protector option, unset the flag to avoid build failures. Printing a warning is enough to let the user know that this flag will not be used. Fixes the following build problem when using a toolchain whic

Re: [PATCH] Makefile: Unset stack-protector gcc flag if it is not supported

2014-02-13 Thread Markos Chandras
On 02/07/2014 05:15 PM, Markos Chandras wrote: In case the compiler does not support the stack-protector option, unset the flag to avoid build failures. Printing a warning is enough to let the user know that this flag will not be used. Fixes the following build problem when using a toolchain whic

[PATCH] Makefile: Unset stack-protector gcc flag if it is not supported

2014-02-07 Thread Markos Chandras
In case the compiler does not support the stack-protector option, unset the flag to avoid build failures. Printing a warning is enough to let the user know that this flag will not be used. Fixes the following build problem when using a toolchain which does not support the -fstack-protector-strong f