diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-03-21 12:26:30 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-03-21 12:26:30 +0000 |
commit | 474ee90816f960259d99c5deeeac54a559bd4f34 (patch) | |
tree | 5dbbe6e9b187f5d7b351d9c462be4348aaa35075 /ChangeLog | |
parent | bf382f5fe4e20e57acee67d703de5a966fef9778 (diff) | |
download | gcc-474ee90816f960259d99c5deeeac54a559bd4f34.zip gcc-474ee90816f960259d99c5deeeac54a559bd4f34.tar.gz gcc-474ee90816f960259d99c5deeeac54a559bd4f34.tar.bz2 |
re PR bootstrap/48120 (libpwl test must use g++)
PR bootstrap/48120:
* configure.ac (pwllib): Use LIBS instead of LDFLAGS.
Add -lstdc++ -lm to LIBS.
* configure: Regenerate.
From-SVN: r171225
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + PR bootstrap/48120: + * configure.ac (pwllib): Use LIBS instead of LDFLAGS. + Add -lstdc++ -lm to LIBS. + * configure: Regenerate. + 2011-03-18 David Edelsohn <dje.gcc@gmail.com> * config.guess: Update to version 2011-02-02 |