diff options
author | Romain Naour <romain.naour@gmail.com> | 2017-03-31 22:39:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 13:57:54 +0200 |
commit | a001d00dc352d6f0759f2850c8b1079cabe24838 (patch) | |
tree | 93828ccf500060cd0928e3f5f9390e5d2f93137c | |
parent | a1efe5a151a9dbaf784ed805f0e3973c903195b4 (diff) | |
download | buildroot-a001d00dc352d6f0759f2850c8b1079cabe24838.tar.gz buildroot-a001d00dc352d6f0759f2850c8b1079cabe24838.zip |
package/xenomai: remove sh4 support
sh4 target support has been removed since Xenomai 3.x.
Fixes:
http://autobuild.buildroot.net/results/a81/a8125847367de5fd27156e5cba9ec7315c2ccd5d/build-end.log
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/xenomai/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xenomai/Config.in b/package/xenomai/Config.in index 32c5124ef5..b548ee810a 100644 --- a/package/xenomai/Config.in +++ b/package/xenomai/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS bool default y depends on BR2_i386 || BR2_x86_64 || (BR2_arm && !BR2_ARM_CPU_ARMV7M) || \ - BR2_bfin || BR2_powerpc || BR2_sh4 + BR2_bfin || BR2_powerpc comment "xenomai needs an glibc or uClibc toolchain w/ threads" depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL |