SConstruct (12056:1ad5b3161819) | SConstruct (12061:0225580779db) |
---|---|
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 --- 1236 unchanged lines hidden (view full) --- 1245 EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'None', 1246 all_protocols), 1247 EnumVariable('BACKTRACE_IMPL', 'Post-mortem dump implementation', 1248 backtrace_impls[-1], backtrace_impls) 1249 ) 1250 1251# These variables get exported to #defines in config/*.hh (see src/SConscript). 1252export_vars += ['USE_FENV', 'SS_COMPATIBLE_FP', 'TARGET_ISA', 'TARGET_GPU_ISA', | 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 --- 1236 unchanged lines hidden (view full) --- 1245 EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'None', 1246 all_protocols), 1247 EnumVariable('BACKTRACE_IMPL', 'Post-mortem dump implementation', 1248 backtrace_impls[-1], backtrace_impls) 1249 ) 1250 1251# These variables get exported to #defines in config/*.hh (see src/SConscript). 1252export_vars += ['USE_FENV', 'SS_COMPATIBLE_FP', 'TARGET_ISA', 'TARGET_GPU_ISA', |
1253 'CP_ANNOTATE', 'USE_POSIX_CLOCK', 'USE_KVM', 'PROTOCOL', 1254 'HAVE_PROTOBUF', 'HAVE_PERF_ATTR_EXCLUDE_HOST'] | 1253 'CP_ANNOTATE', 'USE_POSIX_CLOCK', 'USE_KVM', 'USE_TUNTAP', 1254 'PROTOCOL', 'HAVE_PROTOBUF', 'HAVE_PERF_ATTR_EXCLUDE_HOST'] |
1255 1256################################################### 1257# 1258# Define a SCons builder for configuration flag headers. 1259# 1260################################################### 1261 1262# This function generates a config header file that #defines the --- 283 unchanged lines hidden --- | 1255 1256################################################### 1257# 1258# Define a SCons builder for configuration flag headers. 1259# 1260################################################### 1261 1262# This function generates a config header file that #defines the --- 283 unchanged lines hidden --- |