Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 1 | # |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 2 | # Automatically generated file; DO NOT EDIT. |
| 3 | # Crosstool-NG Configuration |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 4 | # |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 5 | CT_MODULES=y |
| 6 | |
| 7 | # |
| 8 | # Paths and misc options |
| 9 | # |
| 10 | |
| 11 | # |
| 12 | # crosstool-NG behavior |
| 13 | # |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 14 | CT_OBSOLETE=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 15 | # CT_EXPERIMENTAL is not set |
| 16 | # CT_DEBUG_CT is not set |
| 17 | |
| 18 | # |
| 19 | # Paths |
| 20 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 21 | CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 22 | CT_SAVE_TARBALLS=y |
| 23 | CT_WORK_DIR="${CT_TOP_DIR}/.build" |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 24 | CT_BUILD_TOP_DIR="${CT_WORK_DIR}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}" |
| 25 | CT_PREFIX_DIR="${CT_PREFIX:-${HOME}/x-tools}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 26 | CT_RM_RF_PREFIX_DIR=y |
| 27 | CT_REMOVE_DOCS=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 28 | # CT_PREFIX_DIR_RO is not set |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 29 | CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y |
| 30 | # CT_STRIP_TARGET_TOOLCHAIN_EXECUTABLES is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 31 | |
| 32 | # |
| 33 | # Downloading |
| 34 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 35 | CT_DOWNLOAD_AGENT_WGET=y |
| 36 | # CT_DOWNLOAD_AGENT_CURL is not set |
| 37 | # CT_DOWNLOAD_AGENT_NONE is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 38 | # CT_FORBID_DOWNLOAD is not set |
| 39 | # CT_FORCE_DOWNLOAD is not set |
| 40 | CT_CONNECT_TIMEOUT=10 |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 41 | CT_DOWNLOAD_WGET_OPTIONS="--passive-ftp --tries=3 -nc --progress=dot:binary" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 42 | # CT_ONLY_DOWNLOAD is not set |
| 43 | # CT_USE_MIRROR is not set |
| 44 | |
| 45 | # |
| 46 | # Extracting |
| 47 | # |
| 48 | # CT_FORCE_EXTRACT is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 49 | CT_OVERRIDE_CONFIG_GUESS_SUB=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 50 | # CT_ONLY_EXTRACT is not set |
| 51 | CT_PATCH_BUNDLED=y |
| 52 | # CT_PATCH_LOCAL is not set |
| 53 | # CT_PATCH_BUNDLED_LOCAL is not set |
| 54 | # CT_PATCH_LOCAL_BUNDLED is not set |
| 55 | # CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set |
| 56 | # CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set |
| 57 | # CT_PATCH_NONE is not set |
| 58 | CT_PATCH_ORDER="bundled" |
| 59 | |
| 60 | # |
| 61 | # Build behavior |
| 62 | # |
| 63 | CT_PARALLEL_JOBS=0 |
| 64 | CT_LOAD="" |
| 65 | CT_USE_PIPES=y |
| 66 | CT_EXTRA_CFLAGS_FOR_BUILD="" |
| 67 | CT_EXTRA_LDFLAGS_FOR_BUILD="" |
| 68 | CT_EXTRA_CFLAGS_FOR_HOST="" |
| 69 | CT_EXTRA_LDFLAGS_FOR_HOST="" |
| 70 | # CT_CONFIG_SHELL_SH is not set |
| 71 | # CT_CONFIG_SHELL_ASH is not set |
| 72 | CT_CONFIG_SHELL_BASH=y |
| 73 | # CT_CONFIG_SHELL_CUSTOM is not set |
| 74 | CT_CONFIG_SHELL="${bash}" |
| 75 | |
| 76 | # |
| 77 | # Logging |
| 78 | # |
| 79 | # CT_LOG_ERROR is not set |
| 80 | # CT_LOG_WARN is not set |
| 81 | # CT_LOG_INFO is not set |
| 82 | CT_LOG_EXTRA=y |
| 83 | # CT_LOG_ALL is not set |
| 84 | # CT_LOG_DEBUG is not set |
| 85 | CT_LOG_LEVEL_MAX="EXTRA" |
| 86 | # CT_LOG_SEE_TOOLS_WARN is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 87 | # CT_LOG_PROGRESS_BAR is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 88 | CT_LOG_TO_FILE=y |
| 89 | CT_LOG_FILE_COMPRESS=y |
| 90 | |
| 91 | # |
| 92 | # Target options |
| 93 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 94 | CT_ARCH="nios2" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 95 | # CT_ARCH_alpha is not set |
| 96 | # CT_ARCH_arm is not set |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 97 | # CT_ARCH_avr is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 98 | # CT_ARCH_m68k is not set |
| 99 | # CT_ARCH_mips is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 100 | CT_ARCH_nios2=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 101 | # CT_ARCH_powerpc is not set |
| 102 | # CT_ARCH_s390 is not set |
| 103 | # CT_ARCH_sh is not set |
| 104 | # CT_ARCH_sparc is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 105 | # CT_ARCH_x86 is not set |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 106 | # CT_ARCH_xtensa is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 107 | CT_ARCH_alpha_AVAILABLE=y |
| 108 | CT_ARCH_arm_AVAILABLE=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 109 | CT_ARCH_avr_AVAILABLE=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 110 | CT_ARCH_m68k_AVAILABLE=y |
| 111 | CT_ARCH_microblaze_AVAILABLE=y |
| 112 | CT_ARCH_mips_AVAILABLE=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 113 | CT_ARCH_nios2_AVAILABLE=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 114 | CT_ARCH_powerpc_AVAILABLE=y |
| 115 | CT_ARCH_s390_AVAILABLE=y |
| 116 | CT_ARCH_sh_AVAILABLE=y |
| 117 | CT_ARCH_sparc_AVAILABLE=y |
| 118 | CT_ARCH_x86_AVAILABLE=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 119 | CT_ARCH_xtensa_AVAILABLE=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 120 | CT_ARCH_SUFFIX="" |
| 121 | |
| 122 | # |
| 123 | # Generic target options |
| 124 | # |
| 125 | # CT_MULTILIB is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 126 | CT_DEMULTILIB=y |
| 127 | CT_ARCH_DEFAULT_LE=y |
| 128 | CT_ARCH_SUPPORTS_32=y |
| 129 | CT_ARCH_DEFAULT_32=y |
| 130 | CT_ARCH_BITNESS=32 |
| 131 | CT_ARCH_32=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 132 | |
| 133 | # |
| 134 | # Target optimisations |
| 135 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 136 | CT_ARCH_SUPPORTS_WITH_CPU=y |
| 137 | CT_ARCH_CPU="" |
| 138 | CT_TARGET_CFLAGS="" |
| 139 | CT_TARGET_LDFLAGS="" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 140 | CT_ARCH_FLOAT="" |
| 141 | |
| 142 | # |
| 143 | # Toolchain options |
| 144 | # |
| 145 | |
| 146 | # |
| 147 | # General toolchain options |
| 148 | # |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 149 | CT_TOOLCHAIN_PKGVERSION="" |
| 150 | CT_TOOLCHAIN_BUGURL="" |
| 151 | |
| 152 | # |
| 153 | # Tuple completion and aliasing |
| 154 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 155 | CT_TARGET_VENDOR="zephyr" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 156 | CT_TARGET_ALIAS_SED_EXPR="" |
| 157 | CT_TARGET_ALIAS="" |
| 158 | |
| 159 | # |
| 160 | # Toolchain type |
| 161 | # |
| 162 | CT_CROSS=y |
| 163 | # CT_CANADIAN is not set |
| 164 | CT_TOOLCHAIN_TYPE="cross" |
| 165 | |
| 166 | # |
| 167 | # Build system |
| 168 | # |
| 169 | CT_BUILD="" |
| 170 | CT_BUILD_PREFIX="" |
| 171 | CT_BUILD_SUFFIX="" |
| 172 | |
| 173 | # |
| 174 | # Misc options |
| 175 | # |
| 176 | # CT_TOOLCHAIN_ENABLE_NLS is not set |
| 177 | |
| 178 | # |
| 179 | # Operating System |
| 180 | # |
| 181 | CT_BARE_METAL=y |
| 182 | CT_KERNEL="bare-metal" |
| 183 | CT_KERNEL_bare_metal=y |
| 184 | # CT_KERNEL_linux is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 185 | CT_KERNEL_bare_metal_AVAILABLE=y |
| 186 | CT_KERNEL_linux_AVAILABLE=y |
| 187 | CT_KERNEL_windows_AVAILABLE=y |
| 188 | |
| 189 | # |
| 190 | # Common kernel options |
| 191 | # |
| 192 | |
| 193 | # |
| 194 | # Binary utilities |
| 195 | # |
| 196 | CT_ARCH_BINFMT_ELF=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 197 | # CT_ARCH_BINFMT_FLAT is not set |
| 198 | # CT_ARCH_BINFMT_FDPIC is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 199 | CT_BINUTILS="binutils" |
| 200 | CT_BINUTILS_binutils=y |
| 201 | |
| 202 | # |
| 203 | # GNU binutils |
| 204 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 205 | CT_BINUTILS_VERSION="2.28" |
| 206 | # CT_BINUTILS_SHOW_LINARO is not set |
| 207 | CT_BINUTILS_V_2_28=y |
| 208 | # CT_BINUTILS_V_2_27 is not set |
| 209 | # CT_BINUTILS_V_2_26 is not set |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 210 | # CT_BINUTILS_V_2_25_1 is not set |
| 211 | # CT_BINUTILS_V_2_24 is not set |
| 212 | # CT_BINUTILS_V_2_23_2 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 213 | CT_BINUTILS_2_27_or_later=y |
| 214 | CT_BINUTILS_2_26_or_later=y |
| 215 | CT_BINUTILS_2_25_1_or_later=y |
| 216 | CT_BINUTILS_2_25_or_later=y |
| 217 | CT_BINUTILS_2_24_or_later=y |
| 218 | CT_BINUTILS_2_23_2_or_later=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 219 | CT_BINUTILS_HAS_HASH_STYLE=y |
| 220 | CT_BINUTILS_HAS_GOLD=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 221 | CT_BINUTILS_HAS_PLUGINS=y |
| 222 | CT_BINUTILS_HAS_PKGVERSION_BUGURL=y |
| 223 | CT_BINUTILS_LINKER_LD=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 224 | CT_BINUTILS_LINKERS_LIST="ld" |
| 225 | CT_BINUTILS_LINKER_DEFAULT="bfd" |
| 226 | # CT_BINUTILS_PLUGINS is not set |
| 227 | CT_BINUTILS_EXTRA_CONFIG_ARRAY="" |
| 228 | |
| 229 | # |
| 230 | # binutils other options |
| 231 | # |
| 232 | |
| 233 | # |
| 234 | # C-library |
| 235 | # |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 236 | CT_LIBC="newlib" |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 237 | CT_LIBC_VERSION="2.5.0.20170323" |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 238 | CT_LIBC_newlib=y |
| 239 | # CT_LIBC_none is not set |
| 240 | CT_LIBC_avr_libc_AVAILABLE=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 241 | CT_LIBC_glibc_AVAILABLE=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 242 | CT_THREADS="none" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 243 | CT_LIBC_mingw_AVAILABLE=y |
| 244 | CT_LIBC_musl_AVAILABLE=y |
| 245 | CT_LIBC_newlib_AVAILABLE=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 246 | # CT_CC_NEWLIB_SHOW_LINARO is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 247 | CT_LIBC_NEWLIB_V_2_5_0=y |
| 248 | # CT_LIBC_NEWLIB_V_2_4_0 is not set |
| 249 | # CT_LIBC_NEWLIB_V_2_3_0 is not set |
| 250 | # CT_LIBC_NEWLIB_V_2_2_0 is not set |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 251 | # CT_LIBC_NEWLIB_V_2_1_0 is not set |
| 252 | # CT_LIBC_NEWLIB_V_2_0_0 is not set |
| 253 | # CT_LIBC_NEWLIB_V_1_20_0 is not set |
| 254 | # CT_LIBC_NEWLIB_V_1_19_0 is not set |
| 255 | # CT_LIBC_NEWLIB_V_1_18_0 is not set |
| 256 | # CT_LIBC_NEWLIB_V_1_17_0 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 257 | CT_LIBC_NEWLIB_2_5=y |
| 258 | CT_LIBC_NEWLIB_2_5_or_later=y |
| 259 | CT_LIBC_NEWLIB_2_4_or_later=y |
| 260 | CT_LIBC_NEWLIB_2_3_or_later=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 261 | CT_LIBC_NEWLIB_2_2_or_later=y |
| 262 | CT_LIBC_NEWLIB_2_1_or_later=y |
| 263 | CT_LIBC_NEWLIB_2_0_or_later=y |
| 264 | CT_LIBC_NEWLIB_TARGET_CFLAGS="" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 265 | CT_LIBC_none_AVAILABLE=y |
| 266 | CT_LIBC_uClibc_AVAILABLE=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 267 | CT_LIBC_SUPPORT_THREADS_NONE=y |
| 268 | CT_LIBC_PROVIDES_CXA_ATEXIT=y |
| 269 | |
| 270 | # |
| 271 | # Common C library options |
| 272 | # |
| 273 | CT_THREADS_NONE=y |
| 274 | |
| 275 | # |
| 276 | # newlib other options |
| 277 | # |
| 278 | # CT_LIBC_NEWLIB_IO_C99FMT is not set |
| 279 | # CT_LIBC_NEWLIB_IO_LL is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 280 | CT_LIBC_NEWLIB_IO_FLOAT=y |
| 281 | # CT_LIBC_NEWLIB_IO_LDBL is not set |
| 282 | # CT_LIBC_NEWLIB_IO_POS_ARGS is not set |
| 283 | CT_LIBC_NEWLIB_FVWRITE_IN_STREAMIO=y |
| 284 | CT_LIBC_NEWLIB_UNBUF_STREAM_OPT=y |
| 285 | # CT_LIBC_NEWLIB_FSEEK_OPTIMIZATION is not set |
| 286 | CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y |
| 287 | # CT_LIBC_NEWLIB_REGISTER_FINI is not set |
| 288 | CT_LIBC_NEWLIB_ATEXIT_DYNAMIC_ALLOC=y |
| 289 | CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y |
| 290 | CT_LIBC_NEWLIB_LITE_EXIT=y |
| 291 | # CT_LIBC_NEWLIB_REENT_SMALL is not set |
| 292 | # CT_LIBC_NEWLIB_MULTITHREAD is not set |
| 293 | # CT_LIBC_NEWLIB_EXTRA_SECTIONS is not set |
| 294 | # CT_LIBC_NEWLIB_WIDE_ORIENT is not set |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 295 | CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 296 | # CT_LIBC_NEWLIB_LTO is not set |
| 297 | CT_LIBC_NEWLIB_NANO_MALLOC=y |
| 298 | CT_LIBC_NEWLIB_NANO_FORMATTED_IO=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 299 | CT_LIBC_NEWLIB_EXTRA_CONFIG_ARRAY="" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 300 | |
| 301 | # |
| 302 | # C compiler |
| 303 | # |
| 304 | CT_CC="gcc" |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 305 | CT_CC_CORE_PASS_2_NEEDED=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 306 | CT_CC_gcc=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 307 | CT_CC_GCC_VERSION="6.3.0" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 308 | # CT_CC_GCC_SHOW_LINARO is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 309 | CT_CC_GCC_V_6_3_0=y |
| 310 | # CT_CC_GCC_V_5_4_0 is not set |
| 311 | # CT_CC_GCC_V_4_9_4 is not set |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 312 | # CT_CC_GCC_V_4_8_5 is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 313 | CT_CC_GCC_4_8_or_later=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 314 | CT_CC_GCC_4_9_or_later=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 315 | CT_CC_GCC_5_or_later=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 316 | CT_CC_GCC_6=y |
| 317 | CT_CC_GCC_6_or_later=y |
| 318 | CT_CC_GCC_HAS_LIBMPX=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 319 | CT_CC_GCC_ENABLE_CXX_FLAGS="" |
| 320 | CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="" |
| 321 | CT_CC_GCC_EXTRA_CONFIG_ARRAY="" |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 322 | # CT_CC_GCC_TARGET_FINAL is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 323 | # CT_CC_GCC_SYSTEM_ZLIB is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 324 | CT_CC_GCC_CONFIG_TLS=m |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 325 | |
| 326 | # |
| 327 | # Optimisation features |
| 328 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 329 | CT_CC_GCC_USE_GRAPHITE=y |
| 330 | CT_CC_GCC_USE_LTO=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 331 | |
| 332 | # |
| 333 | # Settings for libraries running on target |
| 334 | # |
| 335 | CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y |
| 336 | # CT_CC_GCC_LIBMUDFLAP is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 337 | # CT_CC_GCC_LIBSSP is not set |
| 338 | # CT_CC_GCC_LIBQUADMATH is not set |
| 339 | |
| 340 | # |
| 341 | # Misc. obscure options. |
| 342 | # |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 343 | CT_CC_CXA_ATEXIT=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 344 | # CT_CC_GCC_DISABLE_PCH is not set |
| 345 | CT_CC_GCC_LDBL_128=m |
| 346 | # CT_CC_GCC_BUILD_ID is not set |
| 347 | CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y |
| 348 | # CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set |
| 349 | # CT_CC_GCC_LNK_HASH_STYLE_GNU is not set |
| 350 | # CT_CC_GCC_LNK_HASH_STYLE_BOTH is not set |
| 351 | CT_CC_GCC_LNK_HASH_STYLE="" |
| 352 | CT_CC_GCC_DEC_FLOAT_AUTO=y |
| 353 | # CT_CC_GCC_DEC_FLOAT_BID is not set |
| 354 | # CT_CC_GCC_DEC_FLOAT_DPD is not set |
| 355 | # CT_CC_GCC_DEC_FLOATS_NO is not set |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 356 | CT_CC_SUPPORT_CXX=y |
| 357 | CT_CC_SUPPORT_FORTRAN=y |
| 358 | CT_CC_SUPPORT_JAVA=y |
| 359 | CT_CC_SUPPORT_ADA=y |
| 360 | CT_CC_SUPPORT_OBJC=y |
| 361 | CT_CC_SUPPORT_OBJCXX=y |
| 362 | CT_CC_SUPPORT_GOLANG=y |
| 363 | |
| 364 | # |
| 365 | # Additional supported languages: |
| 366 | # |
| 367 | CT_CC_LANG_CXX=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 368 | # CT_CC_LANG_FORTRAN is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 369 | |
| 370 | # |
| 371 | # Debug facilities |
| 372 | # |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 373 | CT_DEBUG_gdb=y |
| 374 | CT_GDB_CROSS=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 375 | # CT_GDB_CROSS_SIM is not set |
| 376 | CT_GDB_CROSS_PYTHON=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 377 | CT_GDB_CROSS_PYTHON_BINARY="" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 378 | CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" |
| 379 | |
| 380 | # |
| 381 | # In bare-metal, you'll need to |
| 382 | # |
| 383 | |
| 384 | # |
| 385 | # provide your own gdbserver stub. |
| 386 | # |
| 387 | |
| 388 | # |
| 389 | # gdb version |
| 390 | # |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 391 | CT_GDB_VERSION="7.11.1" |
| 392 | # CT_DEBUG_GDB_SHOW_LINARO is not set |
| 393 | # CT_GDB_V_7_12_1 is not set |
| 394 | CT_GDB_V_7_11_1=y |
| 395 | # CT_GDB_V_7_10_1 is not set |
| 396 | # CT_GDB_V_7_10 is not set |
| 397 | # CT_GDB_V_7_9_1 is not set |
| 398 | # CT_GDB_V_7_9 is not set |
| 399 | # CT_GDB_V_7_8_2 is not set |
| 400 | # CT_GDB_V_7_8_1 is not set |
| 401 | # CT_GDB_V_7_8 is not set |
| 402 | # CT_GDB_V_7_7_1 is not set |
| 403 | # CT_GDB_V_7_7 is not set |
| 404 | # CT_GDB_V_7_6_1 is not set |
| 405 | # CT_GDB_V_7_5_1 is not set |
| 406 | # CT_GDB_V_7_4_1 is not set |
| 407 | # CT_GDB_V_7_4 is not set |
| 408 | # CT_GDB_V_7_3_1 is not set |
| 409 | # CT_GDB_V_7_3a is not set |
| 410 | # CT_GDB_V_7_2a is not set |
| 411 | # CT_GDB_V_7_1a is not set |
| 412 | # CT_GDB_V_7_0_1a is not set |
| 413 | # CT_GDB_V_7_0a is not set |
| 414 | # CT_GDB_V_6_8a is not set |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 415 | CT_GDB_7_2_or_later=y |
| 416 | CT_GDB_7_0_or_later=y |
| 417 | CT_GDB_HAS_PKGVERSION_BUGURL=y |
| 418 | CT_GDB_HAS_PYTHON=y |
| 419 | CT_GDB_INSTALL_GDBINIT=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 420 | # CT_DEBUG_ltrace is not set |
| 421 | # CT_DEBUG_strace is not set |
| 422 | |
| 423 | # |
| 424 | # Companion libraries |
| 425 | # |
| 426 | CT_COMPLIBS_NEEDED=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 427 | CT_LIBICONV_NEEDED=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 428 | CT_GMP_NEEDED=y |
| 429 | CT_MPFR_NEEDED=y |
| 430 | CT_ISL_NEEDED=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 431 | CT_MPC_NEEDED=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 432 | CT_EXPAT_NEEDED=y |
| 433 | CT_NCURSES_NEEDED=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 434 | CT_COMPLIBS=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 435 | CT_LIBICONV=y |
| 436 | CT_GETTEXT=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 437 | CT_GMP=y |
| 438 | CT_MPFR=y |
| 439 | CT_ISL=y |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 440 | CT_MPC=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 441 | CT_EXPAT=y |
| 442 | CT_NCURSES=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 443 | CT_ZLIB=y |
| 444 | CT_ZLIB_V_1_2_11=y |
| 445 | CT_ZLIB_VERSION="1.2.11" |
| 446 | CT_LIBICONV_V_1_15=y |
| 447 | # CT_LIBICONV_V_1_14 is not set |
| 448 | CT_LIBICONV_VERSION="1.15" |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 449 | # CT_GETTEXT_V_0_19_8_1 is not set |
| 450 | CT_GETTEXT_V_0_19_7=y |
| 451 | CT_GETTEXT_VERSION="0.19.7" |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 452 | CT_GMP_V_6_1_2=y |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 453 | # CT_GMP_V_6_1_0 is not set |
| 454 | # CT_GMP_V_6_0_0 is not set |
| 455 | # CT_GMP_V_5_1_3 is not set |
| 456 | # CT_GMP_V_5_1_1 is not set |
| 457 | # CT_GMP_V_5_0_2 is not set |
| 458 | # CT_GMP_V_5_0_1 is not set |
| 459 | # CT_GMP_V_4_3_2 is not set |
| 460 | # CT_GMP_V_4_3_1 is not set |
| 461 | # CT_GMP_V_4_3_0 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 462 | CT_GMP_5_0_2_or_later=y |
| 463 | CT_GMP_VERSION="6.1.2" |
| 464 | CT_MPFR_V_3_1_5=y |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 465 | # CT_MPFR_V_3_1_3 is not set |
| 466 | # CT_MPFR_V_3_1_2 is not set |
| 467 | # CT_MPFR_V_3_1_0 is not set |
| 468 | # CT_MPFR_V_3_0_1 is not set |
| 469 | # CT_MPFR_V_3_0_0 is not set |
| 470 | # CT_MPFR_V_2_4_2 is not set |
| 471 | # CT_MPFR_V_2_4_1 is not set |
| 472 | # CT_MPFR_V_2_4_0 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 473 | CT_MPFR_VERSION="3.1.5" |
| 474 | CT_ISL_V_0_16_1=y |
| 475 | # CT_ISL_V_0_15 is not set |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 476 | # CT_ISL_V_0_14 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 477 | CT_ISL_V_0_16_or_later=y |
| 478 | CT_ISL_V_0_15_or_later=y |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 479 | CT_ISL_V_0_14_or_later=y |
| 480 | CT_ISL_V_0_12_or_later=y |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 481 | CT_ISL_VERSION="0.16.1" |
| 482 | CT_MPC_V_1_0_3=y |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 483 | # CT_MPC_V_1_0_2 is not set |
| 484 | # CT_MPC_V_1_0_1 is not set |
| 485 | # CT_MPC_V_1_0 is not set |
| 486 | # CT_MPC_V_0_9 is not set |
| 487 | # CT_MPC_V_0_8_2 is not set |
| 488 | # CT_MPC_V_0_8_1 is not set |
| 489 | # CT_MPC_V_0_7 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 490 | CT_MPC_VERSION="1.0.3" |
| 491 | CT_EXPAT_V_2_2_0=y |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 492 | # CT_EXPAT_V_2_1_1 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 493 | CT_EXPAT_VERSION="2.2.0" |
Anas Nashif | 4cc935d | 2015-12-30 10:19:30 -0500 | [diff] [blame] | 494 | CT_NCURSES_V_6_0=y |
| 495 | CT_NCURSES_VERSION="6.0" |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 496 | CT_NCURSES_HOST_CONFIG_ARGS="" |
| 497 | CT_NCURSES_HOST_DISABLE_DB=y |
| 498 | CT_NCURSES_HOST_FALLBACKS="linux,xterm,xterm-color,xterm-256color,vt100" |
| 499 | CT_NCURSES_TARGET_CONFIG_ARGS="" |
| 500 | # CT_NCURSES_TARGET_DISABLE_DB is not set |
| 501 | CT_NCURSES_TARGET_FALLBACKS="" |
Inaky Perez-Gonzalez | 8ddf82c | 2015-04-10 16:44:37 -0700 | [diff] [blame] | 502 | |
| 503 | # |
| 504 | # Companion libraries common options |
| 505 | # |
| 506 | # CT_COMPLIBS_CHECK is not set |
| 507 | |
| 508 | # |
| 509 | # Companion tools |
| 510 | # |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 511 | # CT_COMP_TOOLS_FOR_HOST is not set |
| 512 | # CT_COMP_TOOLS_autoconf is not set |
| 513 | # CT_COMP_TOOLS_automake is not set |
| 514 | # CT_COMP_TOOLS_libtool is not set |
| 515 | CT_COMP_TOOLS_m4=y |
| 516 | CT_M4_V_1_4_18=y |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 517 | # CT_M4_V_1_4_17 is not set |
| 518 | # CT_M4_V_1_4_13 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 519 | CT_M4_VERSION="1.4.18" |
| 520 | CT_COMP_TOOLS_make=y |
| 521 | CT_MAKE_V_4_2_1=y |
Anas Nashif | 2516d6e | 2017-10-12 10:59:33 -0400 | [diff] [blame] | 522 | # CT_MAKE_V_4_1 is not set |
| 523 | # CT_MAKE_V_4_0 is not set |
| 524 | # CT_MAKE_V_3_81 is not set |
Anas Nashif | bf4d070 | 2017-05-30 09:56:22 -0400 | [diff] [blame] | 525 | # CT_MAKE_GMAKE_SYMLINK is not set |
| 526 | CT_MAKE_VERSION="4.2.1" |