Rosen Penev 6ab386c9bc uClibc++: Fix three bugs
The first allows usage of several functions in the std namespace, which
broke compilation of gddrescue specifically with uClibc-ng and uClibc++.

The second allows usage of long long with normal C++11, which is part of
the standard. Before, std=gnu++11 needed to be passsed to work around it.

As a result of the second patch, the pedantic patch can safely be removed.

Both patches are upstream backports.

Added -std=c++11 to CFLAGS to guarentee proper inclusion of long long.

Added another patch that fixes a typo with the long long support. Sent to
upstream.

Fixed up license information according to SPDX.

Small cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-12 23:43:08 +02:00
..
2019-09-21 01:09:30 +02:00
2019-01-24 10:39:30 +01:00
2019-05-17 21:41:43 +02:00
2019-06-19 22:44:28 +02:00
2019-01-24 10:39:30 +01:00
2019-09-01 18:38:04 +02:00
2019-01-24 10:39:30 +01:00
2019-10-12 23:37:00 +02:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-09-20 19:32:04 +02:00
2019-08-09 21:40:13 +02:00
2019-08-18 18:58:16 +02:00
2019-02-26 23:20:04 +01:00
2019-10-12 23:43:08 +02:00