OLD | NEW |
1 /* config.in. Generated from configure.ac by autoheader. */ | 1 /* config.in. Generated from configure.ac by autoheader. */ |
2 | 2 |
3 /* Define as the number of bits in a byte, if `limits.h' doesn't. */ | 3 /* Define as the number of bits in a byte, if `limits.h' doesn't. */ |
4 #ifndef USED_FOR_TARGET | 4 #ifndef USED_FOR_TARGET |
5 #undef CHAR_BIT | 5 #undef CHAR_BIT |
6 #endif | 6 #endif |
7 | 7 |
8 | 8 |
9 /* Define 0/1 to force the choice for exception handling model. */ | 9 /* Define 0/1 to force the choice for exception handling model. */ |
10 #ifndef USED_FOR_TARGET | 10 #ifndef USED_FOR_TARGET |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 94 |
95 | 95 |
96 /* Define if you want operations on GIMPLE (the basic data structure of the | 96 /* Define if you want operations on GIMPLE (the basic data structure of the |
97 high-level optimizers) to be checked for dynamic type safety at runtime. | 97 high-level optimizers) to be checked for dynamic type safety at runtime. |
98 This is moderately expensive. */ | 98 This is moderately expensive. */ |
99 #ifndef USED_FOR_TARGET | 99 #ifndef USED_FOR_TARGET |
100 #undef ENABLE_GIMPLE_CHECKING | 100 #undef ENABLE_GIMPLE_CHECKING |
101 #endif | 101 #endif |
102 | 102 |
103 | 103 |
| 104 /* Define if gcc should always pass --build-id to linker. */ |
| 105 #ifndef USED_FOR_TARGET |
| 106 #undef ENABLE_LD_BUILDID |
| 107 #endif |
| 108 |
| 109 |
104 /* Define to 1 if translation of program messages to the user's native | 110 /* Define to 1 if translation of program messages to the user's native |
105 language is requested. */ | 111 language is requested. */ |
106 #ifndef USED_FOR_TARGET | 112 #ifndef USED_FOR_TARGET |
107 #undef ENABLE_NLS | 113 #undef ENABLE_NLS |
108 #endif | 114 #endif |
109 | 115 |
110 | 116 |
111 /* Define if you want all operations on RTL (the basic data structure of the | 117 /* Define if you want all operations on RTL (the basic data structure of the |
112 optimizer and back end) to be checked for dynamic type safety at runtime. | 118 optimizer and back end) to be checked for dynamic type safety at runtime. |
113 This is quite expensive. */ | 119 This is quite expensive. */ |
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1013 #undef HAVE_LDFCN_H | 1019 #undef HAVE_LDFCN_H |
1014 #endif | 1020 #endif |
1015 | 1021 |
1016 | 1022 |
1017 /* Define if your linker supports --as-needed and --no-as-needed options. */ | 1023 /* Define if your linker supports --as-needed and --no-as-needed options. */ |
1018 #ifndef USED_FOR_TARGET | 1024 #ifndef USED_FOR_TARGET |
1019 #undef HAVE_LD_AS_NEEDED | 1025 #undef HAVE_LD_AS_NEEDED |
1020 #endif | 1026 #endif |
1021 | 1027 |
1022 | 1028 |
| 1029 /* Define if your linker supports --build-id. */ |
| 1030 #ifndef USED_FOR_TARGET |
| 1031 #undef HAVE_LD_BUILDID |
| 1032 #endif |
| 1033 |
| 1034 |
1023 /* Define if your linker supports --demangle option. */ | 1035 /* Define if your linker supports --demangle option. */ |
1024 #ifndef USED_FOR_TARGET | 1036 #ifndef USED_FOR_TARGET |
1025 #undef HAVE_LD_DEMANGLE | 1037 #undef HAVE_LD_DEMANGLE |
1026 #endif | 1038 #endif |
1027 | 1039 |
1028 | 1040 |
1029 /* Define if your linker supports --eh-frame-hdr option. */ | 1041 /* Define if your linker supports --eh-frame-hdr option. */ |
1030 #undef HAVE_LD_EH_FRAME_HDR | 1042 #undef HAVE_LD_EH_FRAME_HDR |
1031 | 1043 |
1032 /* Define if your linker supports garbage collection of sections in presence | 1044 /* Define if your linker supports garbage collection of sections in presence |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1593 #ifndef USED_FOR_TARGET | 1605 #ifndef USED_FOR_TARGET |
1594 #undef uid_t | 1606 #undef uid_t |
1595 #endif | 1607 #endif |
1596 | 1608 |
1597 | 1609 |
1598 /* Define as `fork' if `vfork' does not work. */ | 1610 /* Define as `fork' if `vfork' does not work. */ |
1599 #ifndef USED_FOR_TARGET | 1611 #ifndef USED_FOR_TARGET |
1600 #undef vfork | 1612 #undef vfork |
1601 #endif | 1613 #endif |
1602 | 1614 |
OLD | NEW |