diff options
Diffstat (limited to 'community/dynamips/s390x-support.patch')
-rw-r--r-- | community/dynamips/s390x-support.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/dynamips/s390x-support.patch b/community/dynamips/s390x-support.patch deleted file mode 100644 index 529fe9a65b..0000000000 --- a/community/dynamips/s390x-support.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/common/dynamips_common.h b/common/dynamips_common.h -index 9c20f38..0c8ca2c 100644 ---- a/common/dynamips_common.h -+++ b/common/dynamips_common.h -@@ -50,7 +50,7 @@ - #define ARCH_BIG_ENDIAN 0x4321 - #define ARCH_LITTLE_ENDIAN 0x1234 - --#if defined(PPC) || defined(__powerpc__) || defined(__ppc__) -+#if defined(PPC) || defined(__powerpc__) || defined(__ppc__) || defined(__s390x__) - #define ARCH_BYTE_ORDER ARCH_BIG_ENDIAN - #elif defined(__sparc) || defined(__sparc__) - #define ARCH_BYTE_ORDER ARCH_BIG_ENDIAN |