summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/setarch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-utils/setarch.c b/sys-utils/setarch.c
index 153a8283f..156e5f8c4 100644
--- a/sys-utils/setarch.c
+++ b/sys-utils/setarch.c
@@ -123,6 +123,9 @@ int set_arch(const char *pers, unsigned long options)
{PER_LINUX32, "mips", "mips"},
{PER_LINUX, "mips64", "mips64"},
#endif
+#if defined(__alpha__)
+ {PER_LINUX, "alpha", "alpha"},
+#endif
{-1, NULL, NULL}
};