|
@@ -1,7 +1,7 @@
|
|
config BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS
|
|
config BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS
|
|
bool
|
|
bool
|
|
# no big endian support
|
|
# no big endian support
|
|
- default y if BR2_arcle || BR2_arm || BR2_aarch64 || BR2_csky \
|
|
|
|
|
|
+ default y if BR2_arcle || BR2_arm || BR2_aarch64 \
|
|
|| BR2_i386 || BR2_microblazeel || BR2_mipsel \
|
|
|| BR2_i386 || BR2_microblazeel || BR2_mipsel \
|
|
|| BR2_mips64el || BR2_nios2 || BR2_powerpc64le \
|
|
|| BR2_mips64el || BR2_nios2 || BR2_powerpc64le \
|
|
|| BR2_sh4 || BR2_sh4a || BR2_x86_64 \
|
|
|| BR2_sh4 || BR2_sh4a || BR2_x86_64 \
|