From 2615302363a5ef804f2936222efebec3280e1c81 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Fri, 24 Aug 2007 01:09:53 -0600 Subject: [PATCH] setarch: Add SETARCH_LINKS for parisc, too. Signed-off-by: LaMont Jones --- configure.ac | 1 + sys-utils/Makefile.am | 3 +++ 2 files changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 6c406715..9040143e 100644 --- a/configure.ac +++ b/configure.ac @@ -243,6 +243,7 @@ UTIL_SET_ARCH(SPARC, sparc*) UTIL_SET_ARCH(PPC, ppc*|powerpc*) UTIL_SET_ARCH(M68K, m68*) UTIL_SET_ARCH(MIPS, mips*) +UTIL_SET_ARCH(HPPA, hppa*) AC_ARG_ENABLE([arch], AS_HELP_STRING([--enable-arch], [do build arch]), diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 6fc60aad..9e779b1e 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -65,6 +65,9 @@ endif if ARCH_IA64 SETARCH_LINKS += i386 ia64 endif +if ARCH_HPPA +SETARCH_LINKS += parisc parisc64 +endif install-exec-hook: for I in $(RDEV_LINKS); do \ -- 2.39.5