Nick Kralevich 829c089f83 disable _FORTIFY_SOURCE under clang
Clang and _FORTIFY_SOURCE are just plain incompatible with
each other.  First of all, clang doesn't understand the
__attribute__((gnu_inline)) header. Second of all,
Clang doesn't have support for __builtin_va_arg_pack()
and __builtin_va_arg_pack_len() (see
http://clang.llvm.org/docs/UsersManual.html#c_unimpl_gcc)

Until we can resolve these issues, don't even try using
_FORTIFY_SOURCE under clang.

Change-Id: I81c2b8073bb3276fa9a4a6b93c427b641038356a
2012-08-29 12:47:41 -07:00
..
2010-12-06 12:05:11 +01:00
2012-08-29 12:47:41 -07:00
2011-09-28 12:17:34 -07:00
2012-02-29 18:43:51 -08:00
2010-01-15 15:57:02 -08:00
2012-08-02 15:45:04 -07:00
2012-08-29 12:47:41 -07:00
2010-01-15 15:57:02 -08:00
2009-03-03 19:28:35 -08:00
2012-08-20 14:12:20 -07:00
2010-01-15 15:57:02 -08:00
2009-03-03 19:28:35 -08:00
2010-01-15 15:01:44 -08:00
2010-12-20 15:58:06 +01:00
2012-08-17 14:30:06 -07:00
2012-08-29 12:47:41 -07:00
2012-08-29 12:47:41 -07:00
2010-06-11 14:39:39 -07:00
2012-07-19 17:10:14 -07:00
2012-04-13 15:45:42 -07:00