[Bug target/55243] New: STAMP variable is not defined in t-avr

rolf.ebert.gcc at gmx dot de gcc-bugzilla@gcc.gnu.org
Thu Nov 8 21:47:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243

             Bug #: 55243
           Summary: STAMP variable is not defined in t-avr
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rolf.ebert.gcc@gmx.de


Building AVR cross compiler for Ada (GNAT) fails as t-avr contains no valid
command in the STAMP variable

easiest work-around is to replace it with 'echo' command.

sed -i -e 's/$(STAMP)/echo timestamp >/' gcc/config/avr/t-avr



More information about the Gcc-bugs mailing list