diff options
author | Alexander Ivchenko <alexander.ivchenko@intel.com> | 2014-08-12 11:06:44 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2014-08-12 11:06:44 +0000 |
commit | 7955b06580a73bd6ad0d744928ab4775e4723c78 (patch) | |
tree | 158a00fe3e709b3e54e467d019bdf2029d24f729 /libcilkrts/ChangeLog | |
parent | 5435176b314566bf4b8907d323619bc9c73076b3 (diff) | |
download | gcc-7955b06580a73bd6ad0d744928ab4775e4723c78.zip gcc-7955b06580a73bd6ad0d744928ab4775e4723c78.tar.gz gcc-7955b06580a73bd6ad0d744928ab4775e4723c78.tar.bz2 |
configure.ac: Move pthread affinity test to the place where '-pthread' passed to CFLAGS.
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.
From-SVN: r213854
Diffstat (limited to 'libcilkrts/ChangeLog')
-rw-r--r-- | libcilkrts/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libcilkrts/ChangeLog b/libcilkrts/ChangeLog index 3881c82..ab10a0b 100644 --- a/libcilkrts/ChangeLog +++ b/libcilkrts/ChangeLog @@ -1,3 +1,15 @@ +2014-08-01 Alexander Ivchenko <alexander.ivchenko@intel.com> + + * 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. + 2014-05-21 John Marino <gnugcc@marino.st> * runtime/os-unix.c (__DragonFly__): New target. |