https://sourceware.org/bugzilla/show_bug.cgi?id=30867

Szabolcs Nagy <nsz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nsz at gcc dot gnu.org

--- Comment #1 from Szabolcs Nagy <nsz at gcc dot gnu.org> ---
sounds like your compiler does not support c++11.

gcc-4.8.5 used to default to gnu++98 standard so
i guess you need to use CXX='g++ -std=gnu++11'
when configuring gold.

i guess the config script could detect this error,
but otherwise this is a user issue: gold requires
a c++11 compiler.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to