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

[PATCH, libgomp, libatomic] Fix configure for systems without libpthread


On Android pthread is integrated into libc.
Attached patch fixes configures for this case by trying to build test
without -pthread -lpthread.

2013-04-01  Pavel Chupin  <pavel.v.chupin@intel.com>

        Fix libatomic and libgomp configure for systems without libpthread
        * libatomic/configure.ac: Add test without -pthread -lpthread.
        * libgomp/configure.ac: Ditto.
        * libatomic/configure: Regenerate.
        * libgomp/configure: Regenerate.

OK for trunk?

--
Pavel Chupin
Intel Corporation

Attachment: 0001-Fix-libatomic-and-libgomp-configure-for-systems-with.patch
Description: Binary data


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