| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-bootlin/ |
| H A D | toolchain-external-bootlin.hash | 1 # This file was auto-generated by support/scripts/gen-bootlin-toolchains 3 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--glibc… 5 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--glibc… 7 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--musl-… 9 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--musl-… 11 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--uclib… 13 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--uclib… 15 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64be/tarballs/aarch64be--g… 17 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64be/tarballs/aarch64be--g… 19 # From https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64be/tarballs/aarch64be--u… [all …]
|
| H A D | toolchain-external-bootlin.mk | 12 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 18 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 24 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 30 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 36 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 42 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 48 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 54 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 60 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… 66 TOOLCHAIN_EXTERNAL_BOOTLIN_SITE = https://toolchains.bootlin.com/downloads/releases/toolchains/aarc… [all …]
|
| H A D | Config.in.options | 1 # This file was auto-generated by support/scripts/gen-bootlin-toolchains 78 https://toolchains.bootlin.com/ 103 https://toolchains.bootlin.com/ 126 https://toolchains.bootlin.com/ 148 https://toolchains.bootlin.com/ 171 https://toolchains.bootlin.com/ 194 https://toolchains.bootlin.com/ 219 https://toolchains.bootlin.com/ 244 https://toolchains.bootlin.com/ 267 https://toolchains.bootlin.com/ [all …]
|
| H A D | Config.in | 2 bool "Bootlin toolchains" 6 Bootlin toolchains are built using Buildroot for a large 9 https://toolchains.bootlin.com
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | gen-bootlin-toolchains | 399 toolchains = list() 420 toolchains += [Toolchain(k[0], k[1], k[2], v) for k, v in tmp.items()] 422 return toolchains 425 def gen_config_in_options(toolchains, fpath): argument 450 for toolchain in toolchains: 457 def gen_mk(toolchains, fpath): argument 466 for toolchain in toolchains: 471 def gen_hash(toolchains, fpath): argument 474 for toolchain in toolchains: 478 def gen_runtime_test(toolchains, fpath): argument [all …]
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | test-pkg | 17 local -a toolchains 61 (-t|--toolchains-csv) 109 toolchains=($(sed -r -e 's/,.*//; /internal/d; /^#/d; /^$/d;' "${toolchains_csv}" \ 209 test-pkg: test-build a package against various toolchains and architectures 221 The list of toolchains is retrieved from ${TOOLCHAINS_CSV}. 222 Only the external toolchains are tried, because building a Buildroot toolchain 223 would take too long. An alternative toolchains CSV file can be specified with 229 By default, a useful subset of toolchains is tested. If needed, all 230 toolchains can be tested (-a), an arbitrary number of toolchains (-n 250 Test all toolchains, instead of the default subset defined by [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | README | 170 rest: /toolchains/* 183 each of your toolchains here. Buildman will search inside these directories 202 architecture. This will override any toolchains found by searching using the 232 4. Check the available toolchains 242 - scanning path '/toolchains/gcc-4.9.0-nolibc/i386-linux' 243 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/.' 244 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin' 245 - found '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin/i386-linux-gcc' 246 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/usr/bin' 248 - scanning path '/toolchains/gcc-4.9.0-nolibc/aarch64-linux' [all …]
|
| H A D | test.py | 130 self.toolchains = toolchain.Toolchains() 131 self.toolchains.Add('arm-linux-gcc', test=False) 132 self.toolchains.Add('sparc-linux-gcc', test=False) 133 self.toolchains.Add('powerpc-linux-gcc', test=False) 134 self.toolchains.Add('gcc', test=False) 187 build = builder.Builder(self.toolchains, base_dir, None, 1, 2, 372 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 382 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 389 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 397 self.assertTrue(self.toolchains.Select('arm') != None) [all …]
|
| H A D | toolchain.py | 185 self.toolchains = {} 200 toolchains = bsettings.GetItems('toolchain') 201 if show_warning and not toolchains: 209 for name, value in toolchains: 240 if toolchain.arch in self.toolchains: 242 self.toolchains[toolchain.arch].priority) 244 self.toolchains[toolchain.arch] = toolchain 249 self.toolchains[toolchain.arch].priority)) 321 len(self.toolchains)) 322 if len(self.toolchains): [all …]
|
| H A D | control.py | 84 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument 116 no_toolchains = toolchains is None 118 toolchains = toolchain.Toolchains() 122 sorted_list = toolchains.ListArchs() 129 fetch_arch = ','.join(toolchains.ListArchs()) 134 ret = toolchains.FetchAndInstall(arch) 140 toolchains.GetSettings() 141 toolchains.Scan(options.list_tool_chains) 143 toolchains.List() 258 builder = Builder(toolchains, output_dir, options.git_dir,
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/ |
| H A D | Config.in | 8 comment "glibc toolchains only available with shared lib support" 11 # Kept toolchains sorted by architecture in order to use some toolchain 45 # Bootlin toolchains, available for virtually all architectures 50 # architecture, but before toolchains from br2-external trees. 54 source "$BR2_BASE_DIR/.br2-external.in.toolchains" 61 # custom toolchains, and which are therefore assuming that 117 # Kept toolchains sorted as in the choice above 152 # Bootlin toolchains 155 # Custom toolchains
|
| /OK3568_Linux_fs/external/linux-rga/ |
| H A D | README.md | 20 ├── **toolchains**:示例工具链配置文件<br/> 41 参考librga源码目录下**toolchains/toolchain_android_ndk.cmake**写法,修改NDK路径、Android版本信息等。 54 参考librga源码目录下**toolchains/toolchain_linux.cmake**写法,修改工具链路径、名称。
|
| /OK3568_Linux_fs/buildroot/package/getent/ |
| H A D | Config.in | 6 toolchains, it's the real getent program from the C library 8 musl toolchains, it's a simple wrapper script that emulates
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | README.md | 13 参考librga源码目录下**toolchains/toolchain_android_ndk.cmake**写法,修改NDK路径、Android版本信息等。 26 参考librga源码目录下**toolchains/toolchain_linux.cmake**写法,修改工具链路径、名称。
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | 0001-c99_math-import-isinf-for-uclibc-based-toolchains.patch | 4 Subject: [PATCH] c99_math: import isinf for uclibc based toolchains 7 based toolchains.
|
| /OK3568_Linux_fs/buildroot/package/acpid/ |
| H A D | 0002-add-missing-defines.patch | 3 Unpatched uClibc toolchains, even using the latest 0.9.33.2, do not 6 doesn't apply to external toolchains. This patch provides the
|
| /OK3568_Linux_fs/buildroot/package/efivar/ |
| H A D | Config.in | 14 # Sourcery CodeBench toolchains use 4.4 kernel headers but they 17 # toolchains.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.ag101p | 30 1. Prepare the toolchains and make sure the $PATH to toolchains is correct.
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 1036 def __init__(self, toolchains, configs, options, progress, devnull, argument 1051 self.toolchains = toolchains 1170 toolchain = self.toolchains.Select(arch) 1279 def __init__(self, toolchains, configs, options, progress, argument 1297 self.slots.append(Slot(toolchains, configs, options, progress, 1411 def move_config(toolchains, configs, options, db_queue): argument 1441 slots = Slots(toolchains, configs, options, progress, reference_src_dir, 1853 toolchains = toolchain.Toolchains() 1854 toolchains.GetSettings() 1855 toolchains.Scan(verbose=False) [all …]
|
| /OK3568_Linux_fs/buildroot/package/dvb-apps/ |
| H A D | 0002-Fix-compiler-warning-flags.patch | 15 Clearly, not all toolchains provide a gcc that understands 21 - This patch is also needed for bfin toolchains which use gcc 4.3.5
|
| /OK3568_Linux_fs/buildroot/package/rt-tests/ |
| H A D | Config.in | 21 case with glibc toolchains, but may not necessarily be the 22 case with uClibc toolchains, since the thread implementation
|
| /OK3568_Linux_fs/buildroot/package/exiv2/ |
| H A D | 0001-add-BUILD_WITH_STACK_PROTECTOR-option.patch | 7 toolchains that don't support stack-protector: 12 check_cxx_compiler_flag as some toolchains need to link with -lssp to
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | configure.txt | 145 cross-compilation toolchains. Buildroot knows about a number of 146 well-known cross-compilation toolchains (from 157 about a few CodeSourcery and Linaro toolchains. Just select the 170 useful for toolchains generated using crosstool-NG or with Buildroot 183 Our external toolchain support has been tested with toolchains from 184 CodeSourcery and Linaro, toolchains generated by 185 http://crosstool-ng.org[crosstool-NG], and toolchains generated by 186 Buildroot itself. In general, all toolchains that support the 190 We do not support toolchains or SDK generated by OpenEmbedded or 191 Yocto, because these toolchains are not pure toolchains (i.e. just the [all …]
|
| /OK3568_Linux_fs/buildroot/package/wampcc/ |
| H A D | 0001-Add-RISC-V-endian-detection.patch | 15 (1) works perfectly fine with glibc toolchains, because 18 method (1) does not work, causing build failures on musl toolchains
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0016-clang-Fix-resource-dir-location-for-cross-toolchains.patch | 4 Subject: [PATCH] clang: Fix resource dir location for cross toolchains 32 + // OE cross toolchains are installed, by default, in a subdir of bin.
|