diff options
author | Ryan S. Arnold <rsa@us.ibm.com> | 2010-01-14 15:59:02 -0800 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-01-14 15:59:02 -0800 |
commit | 35e6599946c142e1685c9dc46cff55e4ae6aac37 (patch) | |
tree | b9d9ea86aeaaff6d50365072d30798392abbcf23 /ChangeLog | |
parent | 346bc35c33fa08e23d7774d374b0e2586ca5dab6 (diff) | |
download | glibc-35e6599946c142e1685c9dc46cff55e4ae6aac37.tar.gz glibc-35e6599946c142e1685c9dc46cff55e4ae6aac37.tar.xz glibc-35e6599946c142e1685c9dc46cff55e4ae6aac37.zip |
Pass $(sysdep-LDFLAGS) when using --print-file-name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index db85d0c227..d6b0ca8f57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-14 Ryan S. Arnold <rsa@us.ibm.com> + + * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add + $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o + files are found by GCC. + 2010-01-14 Ulrich Drepper <drepper@redhat.com> [BZ #11126] |