On 11/8/05, Jakub Jelinek <[EMAIL PROTECTED]> wrote:

> Can you please paste the omp_check_defines routine as from libgomp_f.h
> and grep config_path Makefile

Sure, here's the (relevant(?) part of) generated libgomp_f.h:

static inline void
omp_check_defines (void)
{
  char test[(24 != sizeof (omp_lock_t)
             || 4 != __alignof (omp_lock_t)
             || 24 != sizeof (omp_nest_lock_t)
             || 4 != __alignof (omp_nest_lock_t)
             || 8 != sizeof (*(omp_lock_arg_t) 0)
             || 8 != sizeof (*(omp_nest_lock_arg_t) 0))
            ? -1 : 1] __attribute__ ((__unused__));
}

Here's the rest:

[EMAIL PROTECTED] libgomp]$ grep config_path Makefile
config_path = linux/sparc linux posix
search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
[EMAIL PROTECTED] libgomp]$

--
Cheers,

/ChJ

Reply via email to