| # -*- python -*- | |
| # Copyright (c) 2015 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('env') | |
| if env.Bit('bitcode') and '-arch' not in env['LINKFLAGS']: | |
| Return() | |
| env.ComponentProgram('elf_loader', ['elf_loader.c']) |