comparison gcc/config/vxworksae.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Common VxWorks AE target definitions for GNU compiler. 1 /* Common VxWorks AE target definitions for GNU compiler.
2 Copyright (C) 2004-2018 Free Software Foundation, Inc. 2 Copyright (C) 2004-2020 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
48 48
49 #undef VXWORKS_LIBGCC_SPEC 49 #undef VXWORKS_LIBGCC_SPEC
50 #define VXWORKS_LIBGCC_SPEC \ 50 #define VXWORKS_LIBGCC_SPEC \
51 "-lgcc" 51 "-lgcc"
52 52
53 /* The VxWorks AE ports features are restricted on purpose. No RTPs,
54 for example. */
55
56 #undef TARGET_VXWORKS_HAVE_CTORS_DTORS
57 #define TARGET_VXWORKS_HAVE_CTORS_DTORS 0
58
53 #undef VXWORKS_STARTFILE_SPEC 59 #undef VXWORKS_STARTFILE_SPEC
54 #define VXWORKS_STARTFILE_SPEC "" 60 #define VXWORKS_STARTFILE_SPEC ""
55 61
56 #define VXWORKS_KIND VXWORKS_KIND_AE 62 #define VXWORKS_KIND VXWORKS_KIND_AE
57 63