Source-Changes archive

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

CVS commit: gnusrc/gnu/usr.bin/gcc/backend



Module Name:    gnusrc
Committed By:   tv
Date:           Mon Oct  8 22:56:31 UTC 2001

Modified Files:
        gnusrc/gnu/usr.bin/gcc/backend: Makefile

Log Message:
Deal brute-force with parallelism.  In order to accomodate breaking the
build in the middle and restarting on another platform (requiring atomic
host tool builds), and keep parallelism, the ".lo" rules can't be used
at all.  Instead, compile all host .c files directly into executables.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 gnusrc/gnu/usr.bin/gcc/backend/Makefile

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