mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Fix build on ia64. The configuration was missing HAVE_LONG_LONG,
HAVE_ALIGNED_DOUBLES and HAVE_ALIGNED_LONGLONGS for ia64.
This commit is contained in:
parent
7443b663ac
commit
b779fc32f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99736
@ -1,13 +1,16 @@
|
||||
--- ../pr/include/md/_freebsd.cfg Wed Jan 2 13:06:24 2002
|
||||
+++ ../pr/include/md/_freebsd.cfg Sat Dec 13 13:22:20 2003
|
||||
@@ -92,5 +92,5 @@
|
||||
--- ../pr/include/md/_freebsd.cfg.orig Wed Jan 2 13:06:24 2002
|
||||
+++ ../pr/include/md/_freebsd.cfg Sun Feb 1 12:05:13 2004
|
||||
@@ -91,7 +91,7 @@
|
||||
#define PR_ALIGN_OF_DOUBLE 4
|
||||
#define PR_ALIGN_OF_POINTER 4
|
||||
|
||||
-#elif defined(__alpha)
|
||||
+#elif defined(__alpha__)
|
||||
|
||||
#define IS_LITTLE_ENDIAN 1
|
||||
@@ -139,4 +139,144 @@
|
||||
#undef IS_BIG_ENDIAN
|
||||
@@ -138,6 +138,149 @@
|
||||
#define PR_ALIGN_OF_DOUBLE 8
|
||||
#define PR_ALIGN_OF_POINTER 8
|
||||
|
||||
+#elif defined(__sparc64__)
|
||||
@ -60,6 +63,9 @@
|
||||
+#elif defined(__ia64__)
|
||||
+#define IS_LITTLE_ENDIAN 1
|
||||
+#undef IS_BIG_ENDIAN
|
||||
+#define HAVE_LONG_LONG
|
||||
+#define HAVE_ALIGNED_DOUBLES
|
||||
+#define HAVE_ALIGNED_LONGLONGS
|
||||
+#define IS_64
|
||||
+
|
||||
+#define PR_BYTES_PER_BYTE 1
|
||||
@ -152,3 +158,4 @@
|
||||
+#define HAVE_ALIGNED_LONGLONGS
|
||||
#else
|
||||
|
||||
#error "Unknown CPU architecture"
|
||||
|
Loading…
Reference in New Issue
Block a user