Chromium Code Reviews| Index: gcc/gcc/config/i386/nacl.h |
| diff --git a/gcc/gcc/config/i386/nacl.h b/gcc/gcc/config/i386/nacl.h |
| index b4c0a999cb9d52c442b08fe43ed91a9779d1cb52..00f692a7fbc889668007eab9d776084299dc0a31 100644 |
| --- a/gcc/gcc/config/i386/nacl.h |
| +++ b/gcc/gcc/config/i386/nacl.h |
| @@ -209,10 +209,7 @@ Boston, MA 02111-1307, USA. */ |
| * not recognizing __native_client__ as a platform. */ |
| #define LINUX_TARGET_OS_CPP_BUILTINS() \ |
| do { \ |
| - builtin_define ("__gnu_linux__"); \ |
|
pasko-google - do not use
2011/05/18 21:49:56
btw, you should have removed the TODO above ...
|
| - builtin_define_std ("linux"); \ |
| builtin_define_std ("unix"); \ |
| - builtin_assert ("system=linux"); \ |
| builtin_assert ("system=unix"); \ |
| builtin_assert ("system=posix"); \ |
| } while (0) |