rusty@GARNET.BERKELEY.EDU (09/26/89)
Sample output from make: cc -c -O -DDECSTATION -I. -I. -I./config c-parse.tab.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config c-decl.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config c-typeck.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config c-convert.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config toplev.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config tree.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config print-tree.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config stor-layout.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config fold-const.c cpp: warning ./tm.h:1: DECSTATION redefined
rusty@GARNET.BERKELEY.EDU (09/27/89)
Date: Mon, 25 Sep 89 14:44:26 EST From: rusty To: bug-gcc@prep.ai.mit.edu Subject: gcc-1.36 on a decstation 3100 Sample output from make: cc -c -O -DDECSTATION -I. -I. -I./config c-parse.tab.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config c-decl.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config c-typeck.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config c-convert.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config toplev.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config tree.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config print-tree.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config stor-layout.c cpp: warning ./tm.h:1: DECSTATION redefined cc -c -O -DDECSTATION -I. -I. -I./config fold-const.c cpp: warning ./tm.h:1: DECSTATION redefined Please ignore this dumb message I sent. I forgot that I had -DDECSTATION in the CFLAGS.