Re: [LEDE-DEV] [RFC 6/8] uclibc++: fix gcc 6 build

2016-07-14 Thread Felix Fietkau
On 2016-07-13 15:57, Syrone Wong wrote: > C++14 added sized deallocation, while uclibc++ deleted all files > (extracted from libsupc++.a via "ar x") named "del_op*.o" > in abi/libsupc, so I wrote two wrapper files and let them call > free(ptr) and ignored the size parameter. > > GCC upstream URL:

[LEDE-DEV] [RFC 6/8] uclibc++: fix gcc 6 build

2016-07-13 Thread Syrone Wong
C++14 added sized deallocation, while uclibc++ deleted all files (extracted from libsupc++.a via "ar x") named "del_op*.o" in abi/libsupc, so I wrote two wrapper files and let them call free(ptr) and ignored the size parameter. GCC upstream URL: https://github.com/gcc-mirror/gcc/commit/d1856d2c87