diff options
| author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 12:01:24 +0000 |
|---|---|---|
| committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 12:01:24 +0000 |
| commit | ae933c784b8f4c5bde8f622bc1c822989a2ee4d2 (patch) | |
| tree | cd6a3d65b7f64ce468a0601cd7312f4f1bf95abb /devel/boehm-gc/files/patch-include-private-gcconfig.h | |
| parent | Fix HIPE support. Looks like GNU make is picking up ARCH from (diff) | |
Fix compile error on amd64.
Diffstat (limited to '')
| -rw-r--r-- | devel/boehm-gc/files/patch-include-private-gcconfig.h | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/devel/boehm-gc/files/patch-include-private-gcconfig.h b/devel/boehm-gc/files/patch-include-private-gcconfig.h index 128003988d62..57e73a9f867d 100644 --- a/devel/boehm-gc/files/patch-include-private-gcconfig.h +++ b/devel/boehm-gc/files/patch-include-private-gcconfig.h @@ -1,5 +1,5 @@ ---- include/private/gcconfig.h.orig Wed Dec 29 22:30:21 2004 -+++ include/private/gcconfig.h Wed Dec 29 22:30:39 2004 +--- include/private/gcconfig.h.orig Sat Dec 18 09:20:16 2004 ++++ include/private/gcconfig.h Mon Jan 3 19:49:44 2005 @@ -328,6 +328,10 @@ # define X86_64 # define mach_type_known @@ -11,16 +11,19 @@ # if defined(FREEBSD) && defined(__sparc__) # define SPARC # define mach_type_known -@@ -1942,6 +1946,12 @@ +@@ -1939,6 +1943,15 @@ + # ifdef __ELF__ + # define DYNAMIC_LOADING + # endif ++# define HEURISTIC2 ++ extern char etext[]; ++# define SEARCH_FOR_DATA_START ++# endif ++# ifdef FREEBSD ++# define OS_TYPE "FREEBSD" ++# ifdef __ELF__ ++# define DYNAMIC_LOADING ++# endif # define HEURISTIC2 extern char etext[]; # define SEARCH_FOR_DATA_START -+# endif -+# ifdef FREEBSD -+# define OS_TYPE "FREEBSD" -+# ifdef __ELF__ -+# define DYNAMIC_LOADING -+# endif - # endif - # endif - |
