| Index: gcc/config/i386/nacl.h
 | 
| diff --git a/gcc/config/i386/nacl.h b/gcc/config/i386/nacl.h
 | 
| index 85eae68d24cbe225bfbb40b456b187c284e65273..ae36d7a21f0b35834ef66f5df9b35db9b9097862 100644
 | 
| --- a/gcc/config/i386/nacl.h
 | 
| +++ b/gcc/config/i386/nacl.h
 | 
| @@ -204,9 +204,6 @@ Boston, MA 02111-1307, USA.  */
 | 
|  #undef TARGET_TLS_DIRECT_SEG_REFS_DEFAULT
 | 
|  #define TARGET_TLS_DIRECT_SEG_REFS_DEFAULT 0
 | 
|  
 | 
| -/* TODO(pasko): eliminate the need to define linux-specific macros. Currently
 | 
| -   Chromium build/build_config.h prevents us from eliminating these defines by
 | 
| -   not recognizing __native_client__ as a platform.  */
 | 
|  #define LINUX_TARGET_OS_CPP_BUILTINS()				\
 | 
|      do {							\
 | 
|  	builtin_define_std ("unix");				\
 | 
| 
 |