Follow-up Comment #5, bug #40559 (project simulavr):

Update on the fixing attempts:

- If you look closer, all the '%'-style warnings are in directories using
avr-gcc only. Somebody took care of all the others already.

- I tried hard to shoehorn the matter into the preferred automake pattern,
like (in examples/anacomp):

    bin_PROGRAMS = anacomp
    anacomp_SOURCES = main.c
    anacomp_CC = $(AVR_GCC)
    anacomp_CFLAGS = $(AVR_CFLAGS)

  Doesn't work, though, automake simply refuses to use a compiler different
from gcc. No matter which variants I tried.

- A general rule like

  .c.o:
      $(avr-gcc) ...

  ends up in having a duplicate rule. No solution either, this way even make
complains.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?40559>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to