ports/emulators/dynamips-devel/files/patch-utils.h
Max Khon de95d18b5c - Update to 0.2.4
- Fix build on ia64
- Fix m_memalign for jemalloc
- Set DYNAMIPS_ARCH on non-i386 properly

Approved by:	portmgr
2006-03-08 16:55:26 +00:00

11 lines
316 B
C

--- 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