diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-08 06:34:06 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2007-08-08 06:34:06 +0000 |
commit | cf1c6ebf1319a1fa789dea2e8cd30344cc50795a (patch) | |
tree | 354c8d058e5c9e01c5fbe84623bdc7fb4ff41f30 /gcc/ChangeLog | |
parent | b6f3b309477ec116eea82f751b6b33d0685dab70 (diff) | |
download | gcc-cf1c6ebf1319a1fa789dea2e8cd30344cc50795a.tar.gz |
gnu.h (CPP_SPEC): Add -pthread option.
2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* gcc/config/i386/gnu.h (CPP_SPEC): Add -pthread option.
* gcc/config/gnu.h (LIB_SPEC): Likewise.
From-SVN: r127289
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08d491f1cb8..8c4f0e1a537 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * gcc/config/i386/gnu.h (CPP_SPEC): Add -pthread option. + * gcc/config/gnu.h (LIB_SPEC): Likewise. + 2007-08-07 Yaz Saito <saito@google.com> Ian Lance Taylor <iant@google.com> |