Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-12 Thread Christian Mauderer
Am 12.08.2017 um 05:57 schrieb Chris Johns: > On 12/08/2017 13:30, Sichen Zhao wrote: +for headers in header_build_copy_paths: +target = os.path.join("build-include", headers[2]) +start_dir = bld.path.find_dir(headers[0]) +for header in start_dir.ant_

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-12 Thread Sichen Zhao
Ok, the branch with only these four patches is here: https://github.com/hahchenchen/rtems-libbsd/tree/usb_wpa_openssl Best Regards Sichen Zhao From: Christian Mauderer Sent: Saturday, August 12, 2017 17:05 To: Chris Johns; Sichen Zhao; Sichen Zhao; deve

Changing time_t to 64 bits

2017-08-12 Thread Joel Sherrill
Hi There is a discussion going on over at newlib that I expect will result in a committed patch pretty soon to change time_t to 64 bits. This is obviously a solution to the POSIX end of time. This is a good thing. There should be a configure option to force 32 bit time_t. I want to make sure the