Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!brutus.cs.uiuc.edu!tut.cis.ohio-state.edu!JUNE.CS.WASHINGTON.EDU!pardo From: pardo@JUNE.CS.WASHINGTON.EDU Newsgroups: gnu.gcc.bug Subject: A 1.36 builder's hint Message-ID: <8909241831.AA04439@june.cs.washington.edu> Date: 24 Sep 89 18:31:17 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 A hint for building gcc 1.36 using older versions of gcc. gcc 1.36 CC=gcc 1.34 If `c-parse-tab.c' is compiled -D__GNUC__, then the GNU `__inline' keyword is used. If older versions of gcc (before 1.35) are used, then `__inline' is not meaningful to the compiler. To get `gcc' to compile, add `XFLAGS="-D__inline=inline"' to your `make' command line. This is only necesasry for the first `make'. Subsequent `makes' use gcc v1.36, which understands `__inline'. ;-D on ( Cross compiler? Happy compiler! ) Pardo