Ashe
11-26-2002, 02:29 PM
Just a quick question here. Where is the switch to turn on the multiprocessor compilation? When I do kernel compiles it uses both processor equally but when I do the SEQ compiles it will alternate between processors. I'm guessing that it's in my makefile but I was hoping that I could get a jump start on where to look specificaly.
Ok, after typing this up I felt bad that I hadn't done any work on it so I now know that you need a -j2 as a command option for gcc to use two threads to compile (use two processors). This won't have an effect on single processor guys expect for that the error messages when they come out might not necessarily be in the right order.
But....
I still don't know where to add this to make it take effect.
Ok, after typing this up I felt bad that I hadn't done any work on it so I now know that you need a -j2 as a command option for gcc to use two threads to compile (use two processors). This won't have an effect on single processor guys expect for that the error messages when they come out might not necessarily be in the right order.
But....
I still don't know where to add this to make it take effect.