This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]