Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toolchain: use proper binary operation for #if directive
"#if" directive expects usage of binary operations in "&&" format, not "and". Change it to fix build failure. Fixes: e17af57 toolchain: do not use posix C code for asm language in gcc.h Signed-off-by: Dmytro Firsov <[email protected]> Acked-by: Volodymyr Babchuk <[email protected]>
- Loading branch information