This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: revamped gdb_mbuild.sh


(Technical nit, -j 10 (or -j 2), right now doesn't work. The sim directory, well at least mn10300, has some missing dependencies :-()



Yep, it would mean that in my case you could effectively run -c 1 -j 10 and get fast builds with only the configures dropping down to single threaded (which would get most of the parallelism with the least transient disk space use) -- or have -c 2 -j 5 for a bit more configure parallelism with less make parallelism. It would be a trade off that could be made by each user, and the load would be the product of the two.
M'kay (already appears to work). How about `-b N' where `-b' stands for ``build'' (configure, make, run, ...) for the option name.

Andrew


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