assert4.c: Treat VxWorks as a unix target.

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

From-SVN: r122948
This commit is contained in:
Richard Sandiford 2007-03-15 08:53:42 +00:00 committed by Richard Sandiford
parent 2ec612a3d1
commit 211ea3009d
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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