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: A question for multi-thread building or distributed building by using GCC


Lu, Ken wrote:
Hi, dear members:
  Does GCC support multi-thread building or distributed building? I remember it support but forget how to configure parameter for GCC.
  Could anyone help me? Thanks very much

gcc-4.2 includes OpenMP support. Other than that, threading is supported not by gcc but by libraries which depend on the operating system, such as pthreads.


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