This is the mail archive of the gcc-help@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: Time taken by GCC 4.9.1 to compile


On 08/05/14 23:49, Syed Ahsan Ali Bokhari wrote:
I wonder how much time it takes to compile gcc-4.9.1. After "make" 2
hours have been passed and still build underway.
It's highly dependent on your processor's speed and how many processors you have.

I've got one system here where it takes about a week (no testsuite). On the systems where I typically do builds it's a couple hours (testsuite included). I'd bet on David M.'s box it's probably less than 30 minutes ;)

Certainly if you have a multi-processor using the "-j #cpus" option to make will speed things up considerably.

jeff


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