Lines Matching full:toolchain

112     """Fetch and return the possible toolchain configurations
114 This function returns an array of toolchain configurations. Each
115 toolchain configuration is itself an array of lines of the defconfig.
135 # Keep all toolchain configs that work regardless of the host
140 # Keep all toolchain configs that can work on the current host
163 """Check if the toolchain is actually usable."""
168 # Check that the toolchain configuration is still present
171 print("WARN: toolchain can't be used", file=sys.stderr)
207 # The ctng toolchain is affected by PR58854
211 …# The ctng toolchain tigger an assembler error with guile package when compiled with -Os (same iss…
216 # The ctng toolchain is affected by PR58854
220 # The ctng toolchain is affected by PR58854
224 # The ctng toolchain is affected by PR60155
228 # The ctng toolchain is affected by PR60155
232 # This MIPS toolchain uses eglibc-2.18 which lacks SYS_getdents64
236 # This MIPS toolchain uses eglibc-2.18 which lacks SYS_getdents64
255 # This MIPS uClibc toolchain fails to build the gdb package
259 # This MIPS uClibc toolchain fails to build the rt-tests package
263 # This MIPS uClibc toolchain fails to build the civetweb package
267 # This MIPS ctng toolchain fails to build the python3 package
271 # This MIPS uClibc toolchain fails to build the strace package
275 # This MIPS uClibc toolchain fails to build the cdrkit package
285 # This MIPS uClibc toolchain fails to build the weston package
289 # The cs nios2 2017.02 toolchain is affected by binutils PR19405
293 # The cs nios2 2017.02 toolchain is affected by binutils PR19405
297 # The cs nios2 2017.02 toolchain is affected by binutils PR19405
328 toolchain configuration and then generating a random selection of
334 # Select a random toolchain configuration
439 help="Path of the toolchain configuration file",
441 default="support/config-fragments/autobuild/toolchain-configs.csv")