diff options
| author | Florian Weimer <fweimer@redhat.com> | 2015-10-26 09:41:10 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2015-10-26 09:41:10 +0100 |
| commit | d337ceb76d898935560dc264cf2ad36b17017db7 (patch) | |
| tree | 84cb919ecbbd180c08340109d723ecf84ec198b3 /ChangeLog | |
| parent | 6d834d2216bcc733fa04c5a59b5ac6f6f1134f2b (diff) | |
| download | glibc-d337ceb76d898935560dc264cf2ad36b17017db7.tar.xz glibc-d337ceb76d898935560dc264cf2ad36b17017db7.zip | |
Use the CXX compiler only if it can create dynamic and static programs
* configure.ac (CXX): Clear the variable if the C++ toolchain does
not support static linking.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-10-26 Florian Weimer <fweimer@redhat.com> + + * configure.ac (CXX): Clear the variable if the C++ toolchain does + not support static linking. + * configure: Regenerate. + 2015-10-23 Joseph Myers <joseph@codesourcery.com> * math/libm-test.inc (check_float_internal): Do not special-case |
