mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- Fix build on ia64 - Fix m_memalign for jemalloc - Set DYNAMIPS_ARCH on non-i386 properly Approved by: portmgr
11 lines
316 B
C
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
|