[csl-sol210] Add "#" format specifier for cmn_err, -nolibgcc
Zack Weinberg
zack@codesourcery.com
Fri Sep 24 21:44:00 GMT 2004
Mark Mitchell <mark@codesourcery.com> writes:
> + /* On, Solaris 2.10 some of the system utilities are built with GCC.
> + Sun does not want these utilities should not be linked with libgcc
> + because a future installation of GCC in /usr/local might then
> + result in the base system utilities picking up a new version of
> + libgcc. */
Grammar: either "Sun does not want these utilities to be linked with
libgcc" or "Sun says these utilities should not be linked with libgcc".
Although, this seems like a risky way to do it. Shouldn't this just
disable the use of the *shared* libgcc?
zw
More information about the Gcc-patches
mailing list