diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-01-26 13:03:18 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-27 11:17:20 +0100 |
commit | eb2bb6648fa09a7b59973a9f889e74d098058bd0 (patch) | |
tree | 3ed03bd4428579900dfffafefbde2cf103a9d298 | |
parent | 11a3d2a472a206dd68a9cf01b262d956685c20ad (diff) | |
download | buildroot-eb2bb6648fa09a7b59973a9f889e74d098058bd0.tar.gz buildroot-eb2bb6648fa09a7b59973a9f889e74d098058bd0.zip |
ltp-testsuite: drop redundant arch dependency entries
BR2_TOOLCHAIN_HAS_SYNC_4 is enabled for all these architectures except
arc. There is no need to list them explicitly.
Cc: Romain Naour <romain.naour@gmail.com>
Cc: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ltp-testsuite/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index 4c00e40f33..711c859e6c 100644 --- a/package/ltp-testsuite/Config.in +++ b/package/ltp-testsuite/Config.in @@ -5,11 +5,6 @@ config BR2_PACKAGE_LTP_TESTSUITE_ARCH_SUPPORTS # provided in ltp-testsuite default y if BR2_TOOLCHAIN_HAS_SYNC_4 default y if BR2_arc - default y if BR2_i386 - default y if BR2_powerpc - default y if BR2_powepc64 - default y if BR2_powerpc64le - default y if BR2_x86_64 # does not build on nios2, cachectl.h issue depends on !BR2_nios2 |