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

Unified Diff: src/trusted/validator/x86/32/build.scons

Issue 636933004: stop building/testing old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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 | « src/trusted/validator/validator_init.c ('k') | src/trusted/validator/x86/64/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/x86/32/build.scons
diff --git a/src/trusted/validator/x86/32/build.scons b/src/trusted/validator/x86/32/build.scons
deleted file mode 100644
index c0bfed97ae56db47201873286e0782525bf9a717..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/32/build.scons
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- python -*-
-# Copyright (c) 2011 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import os
-import sys
-Import('env')
-
-#
-#
-# Now build x86_32 specific library.
-#
-#
-if not env.Bit('target_x86_32'): Return()
-
-# Create environment for command-line tool usage.
-
-cl_env = env.Clone()
-cl_env.Append(CPPPATH=['${TARGET_ROOT}'])
-cl_env.Append(CCFLAGS=['-DNACL_TRUSTED_BUT_NOT_TCB'])
-cl_env.FilterOut(CCFLAGS=['-Wextra', '-Wswitch-enum', '-Wsign-compare'])
-
-cl_env.ComponentLibrary('ncvalidate_x86_32', ['ncvalidate.c'])
-
-cl_env.ComponentLibrary('ncvalidate_verbose_x86_32', ['ncvalidate_verbose.c'])
« no previous file with comments | « src/trusted/validator/validator_init.c ('k') | src/trusted/validator/x86/64/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698