This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: multi-processor
- To: V dot Cayol at opgc dot univ-bpclermont dot fr, gcc-help at gcc dot gnu dot org
- Subject: Re: multi-processor
- From: mike stump <mrs at windriver dot com>
- Date: Thu, 18 Oct 2001 05:09:53 -0700 (PDT)
> 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.