This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mknumeric_limits
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: mknumeric_limits
- From: Jeffrey A Law <law at redhat dot com>
- Date: Mon, 19 Feb 2001 12:50:41 -0700
- cc: bkoz at redhat dot com, gcc at gcc dot gnu dot org, gdr at codesourcery dot com
- Reply-To: law at redhat dot com
In message <20010219133055.A9709@disaster.jaj.com>you write:
> Because later in that script we call the C++ compiler, which by default
> will link in the c++ library... which we haven't built yet. (There's code
> like this in a couple of places, like src/Makefile.am. Arguably we could
> call libtool in mknumeric_limits and have it link gen_num_limits.)
But can't we instead just call "gcc" instead of "g++" to link the program
to prevent auto linking of libstdc++?
jeff