This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mknumeric_limits




  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]