Project

General

Profile

Bug #916

Updated by Dmitry M. about 9 years ago

This is OK to define @__linux__@ __linux__ macro, since Android _is_ Linux (kernel), but it definitely not GNU/Linux, so definition of @__gnu_linux__@ __gnu_linux__ is wrong. BTW, gcc define only @__linux__@ __linux__ macro and don't define @__gnu_linux__@ __gnu_linux__ for Android target.

Back