SConstruct (6017:7e310503019e) | SConstruct (6025:044903442dcb) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 4# Copyright (c) 2004-2005 The Regents of The University of Michigan 5# All rights reserved. 6# 7# Redistribution and use in source and binary forms, with or without 8# modification, are permitted provided that the following conditions are --- 684 unchanged lines hidden (view full) --- 693 BoolVariable('CP_ANNOTATE', 'Enable critical path annotation capability', False), 694 ) 695 696nonsticky_vars.AddVariables( 697 BoolVariable('update_ref', 'Update test reference outputs', False) 698 ) 699 700# These variables get exported to #defines in config/*.hh (see src/SConscript). | 1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 4# Copyright (c) 2004-2005 The Regents of The University of Michigan 5# All rights reserved. 6# 7# Redistribution and use in source and binary forms, with or without 8# modification, are permitted provided that the following conditions are --- 684 unchanged lines hidden (view full) --- 693 BoolVariable('CP_ANNOTATE', 'Enable critical path annotation capability', False), 694 ) 695 696nonsticky_vars.AddVariables( 697 BoolVariable('update_ref', 'Update test reference outputs', False) 698 ) 699 700# These variables get exported to #defines in config/*.hh (see src/SConscript). |
701env.ExportVariables = ['FULL_SYSTEM', 'ALPHA_TLASER', 'USE_FENV', \ | 701env.ExportVariables = ['FULL_SYSTEM', 'USE_FENV', \ |
702 'USE_MYSQL', 'NO_FAST_ALLOC', 'FAST_ALLOC_DEBUG', \ 703 'FAST_ALLOC_STATS', 'SS_COMPATIBLE_FP', \ 704 'USE_CHECKER', 'TARGET_ISA', 'CP_ANNOTATE'] 705 706################################################### 707# 708# Define a SCons builder for configuration flag headers. 709# --- 193 unchanged lines hidden --- | 702 'USE_MYSQL', 'NO_FAST_ALLOC', 'FAST_ALLOC_DEBUG', \ 703 'FAST_ALLOC_STATS', 'SS_COMPATIBLE_FP', \ 704 'USE_CHECKER', 'TARGET_ISA', 'CP_ANNOTATE'] 705 706################################################### 707# 708# Define a SCons builder for configuration flag headers. 709# --- 193 unchanged lines hidden --- |