This is the mail archive of the gcc-bugs@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]

make clean & libgcc


The new makefile machinery for libgcc is missing some make clean
rules. `make clean' will remove libgcc.a, but not the libgcc directory
or the object files within it. Thus rebuild will not recompile those
files. 

Also, the dependancies of the C++ runtime object files in libgcc don't
seem to be right. For instance, libgcc/tinfo.o is not rebuilt after
touching cp/tinfo.cc.

These caused me some confusion switching between old and new abi
builds!

Alexandre, I've cc'd you, as you seem to have got your head round
mklibgcc.in

nathan

-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org

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