summaryrefslogtreecommitdiffstats
path: root/multiarch-dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'multiarch-dispatch.h')
-rw-r--r--multiarch-dispatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/multiarch-dispatch.h b/multiarch-dispatch.h
index 215cff8..be91bb2 100644
--- a/multiarch-dispatch.h
+++ b/multiarch-dispatch.h
@@ -37,6 +37,8 @@
#include _MULTIARCH_MAKE_HEADER(ia64,_MULTIARCH_HEADER)
#elif defined(__alpha__)
#include _MULTIARCH_MAKE_HEADER(alpha,_MULTIARCH_HEADER)
+#else
+#error "Unknown architecture, please submit bug report"
#endif
#undef _MULTIARCH_MAKE_HEADER
#undef _MULTIARCH_OS