2f8560e838
removed in the tools/ci/testlist/other.dat file the entries -avr32dev1:nsh -avr32dev1:ostest avr32_bringup.c Fix Error: ./avr32_bringup.c:54:4: error: #warning "Not Implemented" comment out directive '#warning' /* #warning "Not Implemented" */ avr_doirq.c fix avr32/avr_doirq.c:117: error: assignment discards qualifiers from pointer target type regs = g_current_regs; -> regs = (uint32_t *)g_current_regs;
33 lines
720 B
Plaintext
33 lines
720 B
Plaintext
# We do not have a toolchain for avr32 outside of Microchip login wall.
|
|
# The work was never upstreamed to GCC.
|
|
/avr
|
|
|
|
# PINGUINOL toolchain doesn't provide macOS binaries
|
|
# with the same name
|
|
/mips,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL
|
|
|
|
/renesas/rx65n/rx65n-grrose
|
|
/renesas/rx65n/rx65n-rsk2mb
|
|
|
|
/x86
|
|
|
|
# x86_64-elf-gcc from homebrew doesn't seem to
|
|
# provide __udivdi3 etc for -m32
|
|
/x86_64
|
|
|
|
# Sparc-gaisler-elf toolchain doesn't provide macOS binaries
|
|
/sparc
|
|
-xx3823:nsh
|
|
|
|
/arm64
|
|
|
|
# arm64 Boards build by CMake
|
|
CMake,qemu-armv8a:citest
|
|
CMake,qemu-armv8a:citest_smp
|
|
CMake,qemu-armv8a:nsh
|
|
CMake,qemu-armv8a:nsh_fiq
|
|
CMake,qemu-armv8a:nsh_gicv2
|
|
CMake,qemu-armv8a:nsh_smp
|
|
CMake,qemu-armv8a:nsh_smp_tickless
|
|
CMake,qemu-armv8a:sotest
|