Commit 211ea300 by Richard Sandiford Committed by Richard Sandiford

assert4.c: Treat VxWorks as a unix target.

gcc/testsuite/
	* gcc.dg/cpp/assert4.c: Treat VxWorks as a unix target.

From-SVN: r122948
parent 2ec612a3
2007-03-15 Richard Sandiford <richard@codesourcery.com>
* gcc.dg/cpp/assert4.c: Treat VxWorks as a unix target.
2007-03-15 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only.
......@@ -78,7 +78,8 @@
# error
#endif
#if ( defined __unix__ && !defined __CYGWIN__ ) || defined _AIX
#if ( defined __unix__ && !defined __CYGWIN__ ) || defined _AIX \
|| defined __vxworks
# if !#system(unix)
# error
# endif
......
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