Current mainline fails to bootstrap on IRIX 5.3:

configure: error: Pthreads are required to build libgomp
make[1]: *** [configure-target-libgomp] Error 1

Environment:
System: IRIX lyra 5.3 11091812 IP22 mips



host: mips-sgi-irix5.3
build: mips-sgi-irix5.3
target: mips-sgi-irix5.3
configured with: /vol/gcc/src/gcc-dist/configure --prefix=/vol/gcc
--with-local-prefix=/vol/gcc --disable-nls --with-gnu-as
--with-as=/vol/gcc/lib/gas-2.15 --with-gmp-dir=/vol/gnu/obj/gmp-4.1.3
--with-mpfr-dir=/vol/gnu/obj/gmp-4.1.3/mpfr
--enable-languages=c,c++,fortran,objc,ada --disable-libmudflap

How-To-Repeat:
Try to bootstrap on IRIX 5.3.


------- Comment #1 from ro at techfak dot uni-bielefeld dot de  2006-05-10 
21:22 -------
Fix:
Since IRIX 5 doesn't have libpthread (and never will), libgomp should only
be enable for *-*-irix6* in toplevel configure.in.  I'll propose a patch
shortly.  Strictly speaking, libpthread was only introduced in patches to
IRIX 6.2, but older IRIX 6.[012] systems are probably completely gone by
now and can thus be ignored.


-- 
           Summary: libgomp fails to configure on IRIX 5.3
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
 GCC build triplet: mips-sgi-irix5.3
  GCC host triplet: mips-sgi-irix5.3
GCC target triplet: mips-sgi-irix5.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27540

Reply via email to