pardo@JUNE.CS.WASHINGTON.EDU (09/25/89)
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