| To: | David Daney <ddaney@avtrex.com> |
|---|---|
| Subject: | Re: Lossage do to #ifndef __ASSEMBLY__ in mipsregs.h |
| From: | Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> |
| Date: | Fri, 23 Jan 2004 00:56:19 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <40105A6F.3060009@avtrex.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <40105A6F.3060009@avtrex.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.4i |
David Daney wrote: > I am using gcc 3.3.1 to compile the linux_2_4 kernel obtained from cvs a > couple of days ago. [snip] > -#endif /* !defined (_LANGUAGE_ASSEMBLY) */ > +#endif /* !__ASSEMBLY__ */ > > #endif /* _ASM_MIPSREGS_H */ > > Why the change? __ASSEMBLY__ is defined by the Linux build system in order to have a compiler independent test. > I will fix my local mipsregs.h so that I can continue, but it seems like > the sources in CVS should be changed to allow gcc 3.3.1 to work. It works here (for my configs). Your linux tree seems to be broken. Thiemo |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Lossage do to #ifndef __ASSEMBLY__ in mipsregs.h, David Daney |
|---|---|
| Next by Date: | Re: Lossage do to #ifndef __ASSEMBLY__ in mipsregs.h, David Daney |
| Previous by Thread: | Lossage do to #ifndef __ASSEMBLY__ in mipsregs.h, David Daney |
| Next by Thread: | Re: Lossage do to #ifndef __ASSEMBLY__ in mipsregs.h, David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |