This is the mail archive of the gcc-bugs@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]

[Bug libgomp/26175] [4.2 Regression] In gcc-4.2.0 libgomp/.../powerpc/futex.h SYS_futex undefined



------- Comment #7 from jakub at gcc dot gnu dot org  2006-06-20 09:55 -------
Subject: Bug 26175

Author: jakub
Date: Tue Jun 20 09:55:42 2006
New Revision: 114809

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114809
Log:
        PR libgomp/26175
        PR libgomp/26477
        * configure.ac: If neither --enable-linux-futex nor
        --disable-linux-futex is passed, determine the default by checking
        for compiling and/or running against NPTL.  With --enable-linux-futex,
        check if SYS_gettid and SYS_futex are defined.
        * configure: Rebuilt.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/configure
    trunk/libgomp/configure.ac


-- 


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


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