This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Test suite crashes on PPC64


On Thu, 22 Feb 2018, Zack Weinberg wrote:

> *sigh* I guess I have to build GCC myself after all.  And probably
> also binutils.

I think that if you run the "compilers" stage of build-many-glibcs.py for 
a single configuration, the resulting installed tools, if it's for a 
configuration that can run natively on the system you are using, should be 
entirely suitable for doing native build / test of glibc.

(Caveat regarding using build-many-glibcs.py on Power systems: it defaults 
parallelism to the number of CPU cores reported by the operating system, 
but some Power systems have a number of hardware threads that is much 
larger than an actual sensible level of parallelism.  So you may want to 
specify a -j option to avoid it defaulting to something like -j160.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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