This is the mail archive of the gcc-patches@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: `make clean-target' should clean target libgcc too


>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:

    Alexandre> Whenever something relevant is changed in the compiler,
    Alexandre> I find myself having to run not only `make
    Alexandre> clean-target', but also to remove gcc/libgcc, because,
    Alexandre> unlike crtstuff's, libgcc's object files don't depend
    Alexandre> on cc1.  This patches arranges for `make clean-target'
    Alexandre> to also clean up libgcc.  Ok to install?

The fix I'd really like is to see libgcc depend on cc1.  Recompiling
libgcc doesn't take long, and there is a dependency there.  There's no
reason to hide it.  

Does that make sense to other people?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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