comparison gcc/config/vxworks-dummy.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Dummy definitions of VxWorks-related macros 1 /* Dummy definitions of VxWorks-related macros
2 Copyright (C) 2007, 2009 Free Software Foundation, Inc. 2 Copyright (C) 2007-2017 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
20 You should have received a copy of the GNU General Public License and 20 You should have received a copy of the GNU General Public License and
21 a copy of the GCC Runtime Library Exception along with this program; 21 a copy of the GCC Runtime Library Exception along with this program;
22 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 22 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
23 <http://www.gnu.org/licenses/>. */ 23 <http://www.gnu.org/licenses/>. */
24 24
25 /* True if we're targetting VxWorks. */ 25 /* True if we're targeting VxWorks. */
26 #ifndef TARGET_VXWORKS 26 #ifndef TARGET_VXWORKS
27 #define TARGET_VXWORKS 0 27 #define TARGET_VXWORKS 0
28 #endif 28 #endif
29 29
30 /* True if generating code for a VxWorks RTP. */ 30 /* True if generating code for a VxWorks RTP. */