On Fri, Dec 13, 2019 at 4:33 PM Hans Verkuil hverkuil@xs4all.nl wrote:
On 12/13/19 4:08 PM, Arnd Bergmann wrote:
On Thu, Dec 12, 2019 at 4:43 PM Hans Verkuil hverkuil@xs4all.nl wrote:
I've heard good things about the prebuilt toolchains from http://musl.cc/. These seems to come with a libstdc++, but I have not tried that myself.
I'll see if I can give those a spin, but if I can't get it to work quickly, then I don't plan on spending much time on it.
Ok, sounds good. The way the series is structured, I tried to have the time64 ioctls use the existing code, while adding new time32 ioctls to ensure that we catch the bugs in the new time32 version through testing, and have fewer bugs to start with in the time64 version.
Arnd