Date: Sun, 27 Jun 1999 13:51:34 -0500 (CDT) From: Steve Price <sprice@hiwaay.net> To: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Cc: freebsd-alpha@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: latest egcs-devel port compile for anyone? Message-ID: <Pine.OSF.4.10.9906271348210.22752-100000@fly.HiWAAY.net> In-Reply-To: <14198.27351.32304.92066L@ett.sat.t.u-tokyo.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Jun 1999, Hidetoshi Shimokawa wrote: # I think removing patch-am(a patch against t-freebsd) will build it. # (I have not checked yet.) It appears to have helped. It is not done building yet, but it has gone much further that it has before. :) # __gnuc_va_list and _BSD_VA_LIST is a little different on alpha. Yep. I thought the following patch would have helped but it didn't. --- gcc/ginclude/va-alpha.h.orig Sun Jun 27 13:06:18 1999 +++ gcc/ginclude/va-alpha.h Sun Jun 27 13:06:50 1999 @@ -19,6 +19,7 @@ typedef struct { char *__base; /* Pointer to first integer register. */ int __offset; /* Byte offset of args so far. */ + int __pad; } __gnuc_va_list; #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.9906271348210.22752-100000>