SConstruct (11978:4791dea211c8) | SConstruct (11979:2ed253d495b6) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2013, 2015, 2016 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 634 unchanged lines hidden (view full) --- 643else: 644 MakeAction = Action 645 main['CCCOMSTR'] = Transform("CC") 646 main['CXXCOMSTR'] = Transform("CXX") 647 main['ASCOMSTR'] = Transform("AS") 648 main['SWIGCOMSTR'] = Transform("SWIG") 649 main['ARCOMSTR'] = Transform("AR", 0) 650 main['LINKCOMSTR'] = Transform("LINK", 0) | 1# -*- mode:python -*- 2 3# Copyright (c) 2013, 2015, 2016 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 634 unchanged lines hidden (view full) --- 643else: 644 MakeAction = Action 645 main['CCCOMSTR'] = Transform("CC") 646 main['CXXCOMSTR'] = Transform("CXX") 647 main['ASCOMSTR'] = Transform("AS") 648 main['SWIGCOMSTR'] = Transform("SWIG") 649 main['ARCOMSTR'] = Transform("AR", 0) 650 main['LINKCOMSTR'] = Transform("LINK", 0) |
651 main['SHLINKCOMSTR'] = Transform("SHLINK", 0) |
|
651 main['RANLIBCOMSTR'] = Transform("RANLIB", 0) 652 main['M4COMSTR'] = Transform("M4") 653 main['SHCCCOMSTR'] = Transform("SHCC") 654 main['SHCXXCOMSTR'] = Transform("SHCXX") 655Export('MakeAction') 656 657# Initialize the Link-Time Optimization (LTO) flags 658main['LTO_CCFLAGS'] = [] --- 923 unchanged lines hidden --- | 652 main['RANLIBCOMSTR'] = Transform("RANLIB", 0) 653 main['M4COMSTR'] = Transform("M4") 654 main['SHCCCOMSTR'] = Transform("SHCC") 655 main['SHCXXCOMSTR'] = Transform("SHCXX") 656Export('MakeAction') 657 658# Initialize the Link-Time Optimization (LTO) flags 659main['LTO_CCFLAGS'] = [] --- 923 unchanged lines hidden --- |