r213854 - in /trunk/libcilkrts: ChangeLog Makef...

kyukhin@gcc.gnu.org kyukhin@gcc.gnu.org
Tue Aug 12 11:06:00 GMT 2014


Author: kyukhin
Date: Tue Aug 12 11:06:44 2014
New Revision: 213854

URL: https://gcc.gnu.org/viewcvs?rev=213854&root=gcc&view=rev
Log:
libcilkrts/
	* configure.ac: Move pthread affinity test to the place where
	'-pthread' passed to CFLAGS. Otherwise the test always fails.
	(XCFLAGS): New variable for correctly passing
	'-pthread'.
	(XLDFLAGS): New variable for passing the correct pthread lib.
	* configure: Regenerate.
	* Makefile.am (AM_CFLAGS): Add $XCFLAGS.
	(AM_LDFLAGS): Add $XLDFLAGS.
	* Makefile.in: Regenerate.


Modified:
    trunk/libcilkrts/ChangeLog
    trunk/libcilkrts/Makefile.am
    trunk/libcilkrts/Makefile.in
    trunk/libcilkrts/configure
    trunk/libcilkrts/configure.ac



More information about the Gcc-cvs mailing list