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]

Bootstrap no longer builds libgcc multilib subdirs in stage2/3


Andreas,

I noticed that bootstraps from last night no longer seem to rebuild
multilib subdirs inside libgcc and this was caused by your recent
patch to gcc/Makefile.in.

E.g. mips-sgi-irix6.2 creates a "mabi=64" multilib subdir in libgcc/.
Now this subdir only gets created in stage1 and the mabi=64 libgcc.a
gets rebuilt from the stage1 object files in stage2 and stage3.

I think this occurs because in the stageN-start rules you move
libgcc/*$(objext) into the stageN subdir.  I think you might want to
move libgcc/* instead, but I'm not 100% sure.

Would you please investigate?

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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