--- a/configure.tgt 2014-01-02 23:26:00.000000000 +0100 +++ a/configure.tgt 2014-04-27 11:56:38.750448211 +0200 @@ -43,6 +43,16 @@ if test "$gcc_cv_have_tls" = yes ; then esac fi +# FIXME: error: inlining failed in call to always_inline +# ‘int vfprintf(FILE*, const char*, __va_list_tag*)’ +# : function body can be overwritten at link time +# Disable Fortify in libitm for now. #508852 +case "${target}" in + *-*-linux*) + XCFLAGS="${XCFLAGS} -U_FORTIFY_SOURCE" + ;; +esac + # Map the target cpu to an ARCH sub-directory. At the same time, # work out any special compilation flags as necessary. case "${target_cpu}" in