Bruce Rothermal wrote: > I'm working on changing this > > I've changed to: > >> 33 LD_OPTIONS="-M $(SRC)/cmd/mapfile_noexstk" \ >> 34 # CC=$(GCC) CXX=$(GXX) \ >> 35 CC=$(CC) CXX=$(CCC) \ >> 36 # "CFLAGS=$(CFLAGS)" \ >> > but I still see lines like these in the compile output that seem to > still be using gcc > Your problem is lines 34 and 36. Commenting out lines in the middle of a continued line doesn't do what you are hoping for.
-Norm
