OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # See native_client/Sconstruct for more details. | 7 # See native_client/Sconstruct for more details. |
8 # Expected address for beginning of data in for the IRT. | 8 # Expected address for beginning of data in for the IRT. |
9 'NACL_IRT_DATA_START': '0x3ef00000', | 9 'NACL_IRT_DATA_START': '0x3ef00000', |
10 # Expected address for beginning of code in for the IRT. | 10 # Expected address for beginning of code in for the IRT. |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 '>@(extra_args)', | 313 '>@(extra_args)', |
314 '--arch', 'arm', | 314 '--arch', 'arm', |
315 '--build', 'newlib_nexe', | 315 '--build', 'newlib_nexe', |
316 '--root', '<(DEPTH)', | 316 '--root', '<(DEPTH)', |
317 '--name', '>(out_arm)', | 317 '--name', '>(out_arm)', |
318 '--objdir', '>(objdir)', | 318 '--objdir', '>(objdir)', |
319 '--include-dirs', '>(inst_dir)/include >(include_dirs) >(inclu
de_dirs)', | 319 '--include-dirs', '>(inst_dir)/include >(include_dirs) >(inclu
de_dirs)', |
320 '--lib-dirs', '>(lib_dirs) ', | 320 '--lib-dirs', '>(lib_dirs) ', |
321 '--compile_flags', '>@(compile_flags)', | 321 '--compile_flags', '>@(compile_flags)', |
322 '>@(defines)', '-DNACL_BUILD_SUBARCH=32', | 322 '>@(defines)', '-DNACL_BUILD_SUBARCH=32', |
323 '--link_flags', '-B<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32
>(link_flags)', | 323 '--link_flags', '-B<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm
>(link_flags)', |
324 '>@(sources)', | 324 '>@(sources)', |
325 ], | 325 ], |
326 }, | 326 }, |
327 ], | 327 ], |
328 }], | 328 }], |
329 ], | 329 ], |
330 }, | 330 }, |
331 }], | 331 }], |
332 ['target_arch=="arm"', { | 332 ['target_arch=="arm"', { |
333 'target_defaults': { | 333 'target_defaults': { |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 '>@(sources)', | 544 '>@(sources)', |
545 ], | 545 ], |
546 }, | 546 }, |
547 ], | 547 ], |
548 }], | 548 }], |
549 ], | 549 ], |
550 }, | 550 }, |
551 }], | 551 }], |
552 ], | 552 ], |
553 } | 553 } |
OLD | NEW |