Remove references to ICC

Keys off variations of "ICC" to remove references to the Intel C Compiler as
it is not supported.

Change-Id: I09f67880b39839982ed1c450e564c274440628a5
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-05-20 10:33:48 -04:00 committed by Anas Nashif
commit 1c313b6f89
28 changed files with 15 additions and 541 deletions

View file

@ -184,9 +184,8 @@ static void nano_init(tCCS *dummyOutContext)
* __stack_chk_guard, with a random value.
*
* INTERNAL
* Modifying __stack_chk_guard directly at runtime generates a build error
* with ICC 13.0.2 20121114 on Windows 7. In-line assembly is used as a
* workaround.
* Depending upon the compiler, modifying __stack_chk_guard directly at runtime
* may generate a build error. In-line assembly is used as a workaround.
*/
extern void *__stack_chk_guard;