Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2022)

Unified Diff: native_client_sdk/src/build_tools/nacl.gypi

Issue 1655873003: [NaCl SDK] Cleanup references to old newlib toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_pepper_50
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/build_tools/dsc2gyp.py ('k') | native_client_sdk/src/build_tools/parse_dsc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
- },
-}
« no previous file with comments | « native_client_sdk/src/build_tools/dsc2gyp.py ('k') | native_client_sdk/src/build_tools/parse_dsc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698