Hi It took a while to find this but v850-rtems lost the include paths for the rtems specific .h files in newlib due to the line that resets tmake_file rather than appends to it.
Is this OK to apply to all impacted branches and the head? 2014-03-20 Joel Sherrill <joel.sherr...@oarcorp.com> * config.host (v850*-*-*): Add to tmake_file instead of resetting it. This was removing the v850*-*-rtems* settings. diff --git a/libgcc/config.host b/libgcc/config.host index bdc725f..f8f74cc 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1195,7 +1195,7 @@ tilepro*-*-linux*) md_unwind_header=tilepro/linux-unwind.h ;; v850*-*-*) - tmake_file="v850/t-v850 t-fdpbit" + tmake_file="${tmake_file} v850/t-v850 t-fdpbit" ;; vax-*-linux*) tmake_file="$tmake_file vax/t-linux" -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.com On-Line Applications Research Ask me about RTEMS: a free RTOS Huntsville AL 35805 Support Available (256) 722-9985