comparison gcc/config/lynx.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Target independent definitions for LynxOS. 1 /* Target independent definitions for LynxOS.
2 Copyright (C) 1993-2017 Free Software Foundation, Inc. 2 Copyright (C) 1993-2018 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 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
163 163
164 #ifndef PREFERRED_DEBUGGING_TYPE 164 #ifndef PREFERRED_DEBUGGING_TYPE
165 # define PREFERRED_DEBUGGING_TYPE DBX_DEBUG 165 # define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
166 #endif 166 #endif
167 167
168 /* We have C++ support in our system headers. */
169
170 #ifndef NO_IMPLICIT_EXTERN_C
171 # define NO_IMPLICIT_EXTERN_C
172 #endif
173
174 #ifndef TARGET_POSIX_IO 168 #ifndef TARGET_POSIX_IO
175 # define TARGET_POSIX_IO 169 # define TARGET_POSIX_IO
176 #endif 170 #endif