Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 27/04/16 08:20, Chris Johns wrote: On 27/04/2016 15:58, Sebastian Huber wrote: On 27/04/16 05:53, Chris Johns wrote: On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Chris Johns
On 27/04/2016 15:58, Sebastian Huber wrote: On 27/04/16 05:53, Chris Johns wrote: On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote:

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 27/04/16 05:53, Chris Johns wrote: On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: [...] I see an explosion of libraries

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Chris Johns
On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instea

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to new

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Chris Johns
On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to newlib. This will simplify the build process

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to newlib. This will simplify the build process of some libraries that depend on the netwo

Re: Draft for moving network headers from RTEMS to newlib

2016-04-25 Thread Chris Johns
On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to newlib. This will simplify the build process of some libraries that depend on the network (like LibreSSL). What does this work

Draft for moving network headers from RTEMS to newlib

2016-04-25 Thread Christian Mauderer
Hello, currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to newlib. This will simplify the build process of some libraries that depend on the network (like LibreSSL). Further it will be another step into the direction of extracti