mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
buildroot: mark ia64, m68k, nios2, sparc and sparc64 as broken
No sense in showing the architecture options when they cannot even build the toolchain.
This commit is contained in:
parent
b2c5b9109e
commit
8161c45b89
@ -13,21 +13,23 @@ config BR2_armeb
|
|||||||
config BR2_avr32
|
config BR2_avr32
|
||||||
bool "avr32"
|
bool "avr32"
|
||||||
select BR2_SOFT_FLOAT
|
select BR2_SOFT_FLOAT
|
||||||
|
|
||||||
config BR2_cris
|
config BR2_cris
|
||||||
bool "cris"
|
bool "cris"
|
||||||
config BR2_ia64
|
config BR2_ia64
|
||||||
bool "ia64"
|
bool "ia64"
|
||||||
|
depends on BROKEN # uclibc linker errors
|
||||||
config BR2_i386
|
config BR2_i386
|
||||||
bool "i386"
|
bool "i386"
|
||||||
config BR2_m68k
|
config BR2_m68k
|
||||||
bool "m68k"
|
bool "m68k"
|
||||||
|
depends on BROKEN # ice in uclibc / inet_ntoa_r
|
||||||
config BR2_mips
|
config BR2_mips
|
||||||
bool "mips"
|
bool "mips"
|
||||||
config BR2_mipsel
|
config BR2_mipsel
|
||||||
bool "mipsel"
|
bool "mipsel"
|
||||||
config BR2_nios2
|
config BR2_nios2
|
||||||
bool "nios2"
|
bool "nios2"
|
||||||
|
depends on BROKEN # no kernel headers
|
||||||
config BR2_powerpc
|
config BR2_powerpc
|
||||||
bool "powerpc"
|
bool "powerpc"
|
||||||
config BR2_sh
|
config BR2_sh
|
||||||
@ -36,8 +38,10 @@ config BR2_sh64
|
|||||||
bool "superh64"
|
bool "superh64"
|
||||||
config BR2_sparc
|
config BR2_sparc
|
||||||
bool "sparc"
|
bool "sparc"
|
||||||
|
depends on BROKEN # uclibc linker errors
|
||||||
config BR2_sparc64
|
config BR2_sparc64
|
||||||
bool "sparc64"
|
bool "sparc64"
|
||||||
|
depends on BROKEN # uclibc libm linker errors
|
||||||
config BR2_x86_64
|
config BR2_x86_64
|
||||||
bool "x86_64"
|
bool "x86_64"
|
||||||
endchoice
|
endchoice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user