SConstruct (10584:babb40bd2fc6) | SConstruct (10607:b3ea7444f466) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2013 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 --- 1121 unchanged lines hidden (view full) --- 1130 BoolVariable('CP_ANNOTATE', 'Enable critical path annotation capability', False), 1131 BoolVariable('USE_KVM', 'Enable hardware virtualized (KVM) CPU models', have_kvm), 1132 EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'None', 1133 all_protocols), 1134 ) 1135 1136# These variables get exported to #defines in config/*.hh (see src/SConscript). 1137export_vars += ['USE_FENV', 'SS_COMPATIBLE_FP', 'TARGET_ISA', 'CP_ANNOTATE', | 1# -*- mode:python -*- 2 3# Copyright (c) 2013 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 --- 1121 unchanged lines hidden (view full) --- 1130 BoolVariable('CP_ANNOTATE', 'Enable critical path annotation capability', False), 1131 BoolVariable('USE_KVM', 'Enable hardware virtualized (KVM) CPU models', have_kvm), 1132 EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'None', 1133 all_protocols), 1134 ) 1135 1136# These variables get exported to #defines in config/*.hh (see src/SConscript). 1137export_vars += ['USE_FENV', 'SS_COMPATIBLE_FP', 'TARGET_ISA', 'CP_ANNOTATE', |
1138 'USE_POSIX_CLOCK', 'PROTOCOL', 'HAVE_PROTOBUF', | 1138 'USE_POSIX_CLOCK', 'USE_KVM', 'PROTOCOL', 'HAVE_PROTOBUF', |
1139 'HAVE_PERF_ATTR_EXCLUDE_HOST'] 1140 1141################################################### 1142# 1143# Define a SCons builder for configuration flag headers. 1144# 1145################################################### 1146 --- 262 unchanged lines hidden --- | 1139 'HAVE_PERF_ATTR_EXCLUDE_HOST'] 1140 1141################################################### 1142# 1143# Define a SCons builder for configuration flag headers. 1144# 1145################################################### 1146 --- 262 unchanged lines hidden --- |