Changeset 457


Ignore:
Timestamp:
Jul 28, 2003, 12:28:12 AM (22 years ago)
Author:
bird
Message:

#564: OMF contains timestamps, hence impossible to compare stages. The compare test is disabled with GCC_OMF is defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/Makefile.in

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r456 r457  
    31823182compare compare3 compare4 compare-lean compare3-lean compare4-lean: force
    31833183        -rm -f .bad_compare
     3184ifndef GCC_OMF # doesn't work with OMF files because of timestamping.
    31843185        case "$@" in compare | compare-lean ) stage=2 ;; * ) stage=`echo $@ | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
    31853186        for file in *$(objext); do \
     
    31993200        done
    32003201        -rm -f tmp-foo*
     3202endif   
    32013203        case "$@" in compare | compare-lean ) stage=2 ;; * ) stage=`echo $@ | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
    32023204        if [ -f .bad_compare ]; then \
Note: See TracChangeset for help on using the changeset viewer.