forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant newlib builds of untrusted libraries
Recent gyp changes (see the bug) split the IRT build rules off from the newlib and glibc build. For libraries which go into the IRT, the build_irt variable should be set (but not necessarily build_newlib). For libraries that go into the NaCl SDK and/or testing nexes, build_newlib, build_glibc and build_pnacl_newlib should be used. These libraries modified in this CL go only into the NaCl IRT, so they only need to build with build_irt. R=bradnelson@chromium.org,dmichael@chromium.org,bbudge@chromium.org TBR=brettw@chromium.org,fischman@chromium.org,jbauman@chromium.org BUG= https://code.google.com/p/nativeclient/issues/detail?id=3577 BUG= https://code.google.com/p/chromium/issues/detail?id=277813 Review URL: https://chromiumcodereview.appspot.com/22296003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219142 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
dschuff@chromium.org
committed
Aug 22, 2013
1 parent
a510d40
commit b52fa34
Showing
8 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters