john o goyo <address@hidden> writes:
[...]
Hello John,
sure the Makefile fragment in:
gcc/gm2/Make-lang.in:2130
gm2/ppg$(exeext): gm2/boot-bin/mc $(BUILD-PPG-O)
$(BUILD-MC-INTERFACE-O) gm2/gm2-ppg-boot/main.o
$(CC) -g -o $@ $(BUILD-PPG-O) gm2/gm2-ppg-boot/main.o -lm -lpth
with the $(CC) recipe
Forgive me, Gaius, but what did you mean by the above? Are you
suggesting adding $(LDFLAGS) to CC or the end of the CC line?
Hello John,
yes I was wondering if the lines:
$(CC) etc contain $(LDFLAGS) at the end
whether the Solaris build completes?