diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2006-03-08 16:55:26 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2006-03-08 16:55:26 +0000 |
| commit | de95d18b5c4456b8757087933ee1dc81c1a6d484 (patch) | |
| tree | fc12f5fc62196f7131f60e72057a221f0b55fda0 /emulators/dynamips/files/patch-utils.h | |
| parent | - This is now fetchable again and (diff) | |
- Update to 0.2.4
- Fix build on ia64
- Fix m_memalign for jemalloc
- Set DYNAMIPS_ARCH on non-i386 properly
Approved by: portmgr
Diffstat (limited to 'emulators/dynamips/files/patch-utils.h')
| -rw-r--r-- | emulators/dynamips/files/patch-utils.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/dynamips/files/patch-utils.h b/emulators/dynamips/files/patch-utils.h new file mode 100644 index 000000000000..a8edbe606abf --- /dev/null +++ b/emulators/dynamips/files/patch-utils.h @@ -0,0 +1,11 @@ +--- utils.h.orig Fri Feb 24 06:59:58 2006 ++++ utils.h Fri Feb 24 07:00:14 2006 +@@ -34,6 +34,8 @@ + #define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN + #elif defined(__x86_64__) + #define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN ++#elif defined(__ia64__) ++#define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN + #endif + + #ifndef ARCH_BYTE_ORDER |
