Chromium Code Reviews| Index: gcc/config/i386/nacl.h |
| diff --git a/gcc/config/i386/nacl.h b/gcc/config/i386/nacl.h |
| index ae36d7a21f0b35834ef66f5df9b35db9b9097862..9290cf475c56e66bb61de31bfa58bfb88949d515 100644 |
| --- a/gcc/config/i386/nacl.h |
| +++ b/gcc/config/i386/nacl.h |
| @@ -37,6 +37,9 @@ Boston, MA 02111-1307, USA. */ |
| #undef TARGET_VERSION |
| #define TARGET_VERSION fprintf (stderr, " (NativeClient)"); |
| +/* Don't assume anything about the header files. */ |
|
pasko-google - do not use
2011/06/08 14:37:25
please, remove this useless comment
eaeltsin
2011/06/08 15:34:22
Rephrased.
|
| +#define NO_IMPLICIT_EXTERN_C |
| + |
| /* Provide a STARTFILE_SPEC. Here we add |
| the GNU/Linux magical crtbegin.o file (see crtstuff.c) which provides part of |
| the support for getting C++ file-scope static object constructed before |