Commit 98278ecf by Andy Hutchinson Committed by Andy Hutchinson

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

From-SVN: r135692
parent 0d331e1a
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
......
......@@ -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__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment