comparison gcc/config/vxworksae.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Common VxWorks AE target definitions for GNU compiler. 1 /* Common VxWorks AE target definitions for GNU compiler.
2 Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2004, 2005, 2007, 2010 Free Software Foundation, Inc.
3 Contributed by CodeSourcery, LLC. 3 Contributed by CodeSourcery, LLC.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
53 53
54 #undef VXWORKS_STARTFILE_SPEC 54 #undef VXWORKS_STARTFILE_SPEC
55 #define VXWORKS_STARTFILE_SPEC "" 55 #define VXWORKS_STARTFILE_SPEC ""
56 56
57 #define VXWORKS_KIND VXWORKS_KIND_AE 57 #define VXWORKS_KIND VXWORKS_KIND_AE
58
59 /* Both kernels and RTPs have the facilities required by this macro. */
60 #define TARGET_POSIX_IO
61
62 /* A VxWorks 653 implementation of TARGET_OS_CPP_BUILTINS. */
63 #define VXWORKS_OS_CPP_BUILTINS() \
64 do \
65 { \
66 builtin_define ("__vxworks"); \
67 builtin_define ("__VXWORKS__"); \
68 } \
69 while (0)
70