summaryrefslogtreecommitdiffstats
path: root/multiarch-dispatch-host.def
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-02-24 00:13:45 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-02-24 00:13:45 +0000
commit3a7e2588c019a59a1ab21b6ce27329cc92b431f7 (patch)
tree87187decc6df7f3b44b28c8a272bac6aa23dcb4b /multiarch-dispatch-host.def
parent2b437fba651b2666c2f3a1a5696c475236c4f7e3 (diff)
downloadmultiarch-utils-3a7e2588c019a59a1ab21b6ce27329cc92b431f7.tar
multiarch-utils-3a7e2588c019a59a1ab21b6ce27329cc92b431f7.tar.gz
multiarch-utils-3a7e2588c019a59a1ab21b6ce27329cc92b431f7.tar.bz2
multiarch-utils-3a7e2588c019a59a1ab21b6ce27329cc92b431f7.tar.xz
multiarch-utils-3a7e2588c019a59a1ab21b6ce27329cc92b431f7.zip
dispatch x11 host.def configs
Diffstat (limited to 'multiarch-dispatch-host.def')
-rw-r--r--multiarch-dispatch-host.def24
1 files changed, 24 insertions, 0 deletions
diff --git a/multiarch-dispatch-host.def b/multiarch-dispatch-host.def
new file mode 100644
index 0000000..2cd1340
--- /dev/null
+++ b/multiarch-dispatch-host.def
@@ -0,0 +1,24 @@
+/* Dispatch arch dependent configuration */
+#if defined(AMD64Architecture) || defined(x86_64Architecture)
+#include "host-x86_64.def"
+#elif defined(i386Architecture)
+#include "host-i386.def"
+#elif defined(Ppc64Architecture)
+#include "host-ppc64.def"
+#elif defined(PpcArchitecture)
+#include "host-ppc.def"
+#elif defined(Sparc64Architecture)
+#include "host-sparc64.def"
+#elif defined(SparcArchitecture)
+#include "host-sparc.def"
+#elif defined(s390xArchitecture)
+#include "host-s390x.def"
+#elif defined(s390Architecture)
+#include "host-s390.def"
+#elif defined(ia64Architecture)
+#include "host-ia64.def"
+#elif defined(AlphaArchitecture)
+#include "host-alpha.def"
+#else
+#error "Unknown architecture, please submit bug report"
+#endif