Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508852
Collapse All | Expand All

(-)a/configure.tgt (+10 lines)
Lines 43-48 if test "$gcc_cv_have_tls" = yes ; then Link Here
43
  esac
43
  esac
44
fi
44
fi
45
45
46
# FIXME: error: inlining failed in call to always_inline 
47
# ‘int vfprintf(FILE*, const char*, __va_list_tag*)’
48
# : function body can be overwritten at link time
49
# Disable Fortify in libitm for now. #508852
50
case "${target}" in
51
    *-*-linux*)
52
	XCFLAGS="${XCFLAGS} -U_FORTIFY_SOURCE"
53
	;;
54
esac
55
46
# Map the target cpu to an ARCH sub-directory.  At the same time,
56
# Map the target cpu to an ARCH sub-directory.  At the same time,
47
# work out any special compilation flags as necessary.
57
# work out any special compilation flags as necessary.
48
case "${target_cpu}" in
58
case "${target_cpu}" in

Return to bug 508852