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: uebayasi
Date: Mon Nov 30 09:32:13 UTC 2009
Modified Files:
src/tools/gcc: mknative-gcc
Log Message:
For each library, generate a list of sources (*.[cS]).
We create wrapper sources (tmp_*.[cS]) on-the-fly and compile them. For
example, __gcc_bcmp() is compiled using tmp___gcc_bcmp.c, which #define's
L__gcc_bcmp and #include's libgcc2.c.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/tools/gcc/mknative-gcc
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