Re: [PATCH] [RTEMS] Move header files

2015-07-29 Thread Sebastian Huber
Hello Joel, maybe this is a problem with the e-mail client. I attached it as a TAR archive. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.huber at embedded-brains.de PG

Re: [PATCH] [RTEMS] Move header files

2015-07-29 Thread Joel Sherrill
This patch does not apply for me. Applying: Move header files /home/joel/test-gcc/newlib-cygwin/.git/rebase-apply/patch:91: new blank line at EOF. + error: patch failed: newlib/libc/sys/rtems/machine/param.h:1 error: newlib/libc/sys/rtems/machine/param.h: patch does not apply error: patch faile

Re: [PATCH] [RTEMS] Move header files

2015-07-27 Thread Joel Sherrill
This file is RTEMS specific and I am OK with it. Sebastian is about to go on holiday so it would be appreciated to get this approved before he leaves. OK to commit? On 07/27/2015 04:31 AM, Sebastian Huber wrote: During libgcc build the first include search path for<...> is "../newlib/libc/sys

[PATCH] [RTEMS] Move header files

2015-07-27 Thread Sebastian Huber
During libgcc build the first include search path for <...> is "../newlib/libc/sys/rtems/include". Move all RTEMS specific header files to "libc/sys/rtems/include" so that they can be found. Later during libc build the header files in the previous location were somehow present, but for libgcc bui