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]
Other format: [Raw text]

Re: Possible gcc-4.3 regression wrt bootstrapping the toolchain



If you just want to build just gcc and libgcc, not any other target
 libraries, do
 make all-gcc && make all-target-libgcc

ah great. that should work. can you tell me the equivalent of install-gcc,too?

make install-gcc install-target-libgcc


Or, just configure with --disable-libmudflap if it's giving problems.

Paolo


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