Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tools/gcc



Module Name:    src
Committed By:   jmc
Date:           Sat Dec 11 07:40:50 UTC 2004

Modified Files:
        src/tools/gcc: mknative.common

Log Message:
Take output and look for things of the form ./XXX.o and turn them into XXX.o
so generated objects vs listed objects in make line up and dependcies happen
correctly. Found because libiberty (on this binutils import) was leaving
all objects as ./object.o and make wasn't picking up correct depends on
config.h as a result.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/tools/gcc/mknative.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index