This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Why is use $CC in CXXLINK wrong?
- To: gcc at gcc dot gnu dot org
- Subject: Why is use $CC in CXXLINK wrong?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Sun, 1 Apr 2001 17:46:19 -0700
- Cc: aoliva at redhat dot com
I don't get this patch:
http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01870.html
For all I know, libc.so can be written in C, C++, asm, ..... as
long as it provides the ABI required by libc.so. I don't see why
libstdc++.so should be any different. Does gcc really have to know
from which language those object files are compiled from when
buiding libstdc++.so? Could someone please tell me if I missed
something?
H.J.