Re: [PATCH v2 0/6] Remove References to bsp_specs

2017-11-21 Thread Hesham Almatary
Looks much cleaner, thanks! I came across other bsp_specs errors when compiling with Clang, and had to remove it from the following files (not sure that's correct though): c/src/bsp.pc.in c/src/make/compilers/gcc-target-default.cfg testsuites/aclocal/prog-cc.m4 Also, what about -qrtems? I had to

[PATCH v2 0/6] Remove References to bsp_specs

2017-11-21 Thread Joel Sherrill
Hi bsp_specs is a GCC specific file that is not only used when interacting with GCC. It is also used by the build system when identifying BSP directories. This patch eliminates all references to bsp_specs of this type. sb-bootstrap also does this and there will be a separate patch. The remainin