Index: native_client_sdk/src/build_tools/nacl.gypi |
diff --git a/native_client_sdk/src/build_tools/nacl.gypi b/native_client_sdk/src/build_tools/nacl.gypi |
deleted file mode 100644 |
index 1c1d245f5acf64edccc43561a49c7062f149493a..0000000000000000000000000000000000000000 |
--- a/native_client_sdk/src/build_tools/nacl.gypi |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-{ |
- # gyp only supports two toolchains: host and target. |
- # In order to get around this limitation we use a compiler |
- # wrapper than will then invoke either the glibc or the newlib |
- # compiler. |
- 'make_global_settings': [ |
- ['CC.target' , '../../toolchain/linux_x86/bin/i686-nacl-gcc'], |
- ['CXX.target' , '../../toolchain/linux_x86/bin/i686-nacl-g++'], |
- ['LINK.target' , '../../toolchain/linux_x86/bin/i686-nacl-g++'], |
- ['AR.target' , '../../toolchain/linux_x86/bin/i686-nacl-ar'], |
- ], |
- |
- 'variables': { |
- 'EXECUTABLE_SUFFIX': '.nexe', |
- 'TOOLROOT': '../../toolchain', |
- 'OBJDUMP': '<(TOOLROOT)/linux_x86_glibc/bin/i686-nacl-objdump', |
- 'NMF_PATH1': '<(TOOLROOT)/linux_x86_glibc/x86_64-nacl/lib32', |
- 'NMF_PATH2': '<(TOOLROOT)/linux_x86_glibc/x86_64-nacl/lib', |
- }, |
- |
- 'target_defaults': { |
- 'link_settings': { 'ldflags': ['-Wl,-as-needed'] }, |
- 'libraries' : ['-lppapi', '-lppapi_cpp'], |
- 'ldflags': ['-pthread'], |
- 'cflags': ['-pthread', '-Wno-long-long', '-Wall', '-Wswitch-enum', '-Werror'], |
- }, |
-} |