diff options
author | Roland McGrath <roland@hack.frob.com> | 2016-03-04 13:27:25 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2016-03-04 13:27:25 -0800 |
commit | 0800411f9c7da44641a0399428f678c020de0eda (patch) | |
tree | 77ef7482edb8c52237551c64f04a4f23af5933c3 /ChangeLog | |
parent | 00db8bf4dbda2791e3a7a6666e6a6520f1c38534 (diff) | |
download | glibc-0800411f9c7da44641a0399428f678c020de0eda.zip glibc-0800411f9c7da44641a0399428f678c020de0eda.tar.gz glibc-0800411f9c7da44641a0399428f678c020de0eda.tar.bz2 |
Omit test-math-isinff when no C++ compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2016-03-04 Roland McGrath <roland@hack.frob.com> + * math/Makefile (tests): Add test-math-isinff only if $(CXX) is + nonempty. + * Makefile ($(objpfx)c++-types-check.out): Fix conditionalization to test for empty $(CXX) rather than $(CXX) of "no". |