diff options
Diffstat (limited to 'multiarch-dispatch-host.def')
-rw-r--r-- | multiarch-dispatch-host.def | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/multiarch-dispatch-host.def b/multiarch-dispatch-host.def deleted file mode 100644 index 2cd1340..0000000 --- a/multiarch-dispatch-host.def +++ /dev/null @@ -1,24 +0,0 @@ -/* 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 |