m68k doesn't have SYS_sched_getaffinity and friends, so taskset not only makes no sense, it fails to build. Signed-off-by: LaMont Jones <lamont@xxxxxxxxxxxx> --- schedutils/Makefile.am | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/schedutils/Makefile.am b/schedutils/Makefile.am index 03e3080..271e8bf 100644 --- a/schedutils/Makefile.am +++ b/schedutils/Makefile.am @@ -2,7 +2,12 @@ include $(top_srcdir)/config/include-Makefile.am if BUILD_SCHEDUTILS -usrbinexec_PROGRAMS = chrt ionice taskset -man_MANS = chrt.1 ionice.1 taskset.1 +usrbinexec_PROGRAMS = chrt ionice +man_MANS = chrt.1 ionice.1 + +if !ARCH_M68K +usrbinexec_PROGRAMS += taskset +man_MANS += taskset.1 +endif endif -- 1.5.2.3 - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html