* gcc.dg/builtins-config.h: AVR does not have C99 runtime.

From-SVN: r135692
This commit is contained in:
Andy Hutchinson 2008-05-20 23:46:09 +00:00 committed by Andy Hutchinson
parent 0d331e1a8c
commit 98278ecf18
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -13,6 +13,8 @@
/* 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__)