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]

Re: multi-processor


> Date: Thu, 18 Oct 2001 10:56:19 +0200
> From: Valerie Cayol <V.Cayol@opgc.univ-bpclermont.fr>
> To: gcc-help@gcc.gnu.org, gcc@gcc.gnu.org

> I run gcc on a linux pentium II and I am trying to compile a C code
> so that it uses the two processors I have on this machine. Is that
> possible and what are the compilation instructions ?

This is off topic for the gcc list.  make -j4 is the compilation
instruction.  If that is the wrong answer, then the correct answer is
no.


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