Skip to content
Commit f8a74ef6 authored by Oleksandr Grytsov's avatar Oleksandr Grytsov Committed by Henrik Brix Andersen
Browse files

toolchain: do not use posix C code for asm language in gcc.h



Toolchain headers can be include in assembler files causing compilation
error for posix architecture. The fix involves adding
`!defined(_ASMLANGUAGE)` condition to exclude including posix C code in
this case.

Signed-off-by: default avatarOleksandr Grytsov <oleksandr_grytsov@epam.com>
parent c2a207bd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment