https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98667

--- Comment #10 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Matthew Whitehead from comment #1)
> Here is the full set of compiler flags used.
> 
> readelf --string-dump='.GCC.command.line' /usr/lib/debug/$( which eix
> ).debug  
> 
> String dump of section '.GCC.command.line':
>   [     0]  -I .
>   [     5]  -I ..
>   [     b]  -D_GNU_SOURCE
>   [    19]  -D HAVE_CONFIG_H
>   [    2a]  -D SYSCONFDIR="/etc"
>   [    3f]  -D LOCALEDIR="/usr/share/locale"
>   [    60]  -D _FORTIFY_SOURCE=2
>   [    75]  various/drop_permissions.cc
>   [    91]  -march=i486
>   [    9d]  -auxbase-strip various/drop_permissions.o
>   [    c7]  -g
>   [    ca]  -ggdb
>   [    d0]  -O2
>   [    d4]  -fdata-sections
>   [    e4]  -ffunction-sections
>   [    f8]  -fcf-protection=full
>

Please remove -fcf-protection=full.

Reply via email to