+2008-05-20 Andy Hutchinson <hutchinsonandy@aim.com>
+
+ * gcc.dg/builtins-config.h: AVR does not have C99 runtime.
+
2008-05-20 Janis Johnson <janis187@us.ibm.com>
PR testsuite/22523
/* PA HP-UX doesn't have the entire C99 runtime. */
#elif defined(__sgi)
/* Irix6 doesn't have the entire C99 runtime. */
+#elif defined(AVR)
+/* AVR doesn't have the entire C99 runtime. */
#elif defined(__FreeBSD__) && (__FreeBSD__ < 5)
/* FreeBSD before version 5 doesn't have the entire C99 runtime. */
#elif defined(__netware__)