SConsopts revision 4202
14202Sbinkertn@umich.edu# -*- mode:python -*- 24202Sbinkertn@umich.edu 34202Sbinkertn@umich.edu# Copyright (c) 2007 The Hewlett-Packard Development Company 44202Sbinkertn@umich.edu# All rights reserved. 54202Sbinkertn@umich.edu# 64202Sbinkertn@umich.edu# Redistribution and use of this software in source and binary forms, 74202Sbinkertn@umich.edu# with or without modification, are permitted provided that the 84202Sbinkertn@umich.edu# following conditions are met: 94202Sbinkertn@umich.edu# 104202Sbinkertn@umich.edu# The software must be used only for Non-Commercial Use which means any 114202Sbinkertn@umich.edu# use which is NOT directed to receiving any direct monetary 124202Sbinkertn@umich.edu# compensation for, or commercial advantage from such use. Illustrative 134202Sbinkertn@umich.edu# examples of non-commercial use are academic research, personal study, 144202Sbinkertn@umich.edu# teaching, education and corporate research & development. 154202Sbinkertn@umich.edu# Illustrative examples of commercial use are distributing products for 164202Sbinkertn@umich.edu# commercial advantage and providing services using the software for 174202Sbinkertn@umich.edu# commercial advantage. 184202Sbinkertn@umich.edu# 194202Sbinkertn@umich.edu# If you wish to use this software or functionality therein that may be 204202Sbinkertn@umich.edu# covered by patents for commercial use, please contact: 214202Sbinkertn@umich.edu# Director of Intellectual Property Licensing 224202Sbinkertn@umich.edu# Office of Strategy and Technology 234202Sbinkertn@umich.edu# Hewlett-Packard Company 244202Sbinkertn@umich.edu# 1501 Page Mill Road 254202Sbinkertn@umich.edu# Palo Alto, California 94304 264202Sbinkertn@umich.edu# 274202Sbinkertn@umich.edu# Redistributions of source code must retain the above copyright notice, 284202Sbinkertn@umich.edu# this list of conditions and the following disclaimer. Redistributions 294202Sbinkertn@umich.edu# in binary form must reproduce the above copyright notice, this list of 304202Sbinkertn@umich.edu# conditions and the following disclaimer in the documentation and/or 314202Sbinkertn@umich.edu# other materials provided with the distribution. Neither the name of 324202Sbinkertn@umich.edu# the COPYRIGHT HOLDER(s), HEWLETT-PACKARD COMPANY, nor the names of its 334202Sbinkertn@umich.edu# contributors may be used to endorse or promote products derived from 344202Sbinkertn@umich.edu# this software without specific prior written permission. No right of 354202Sbinkertn@umich.edu# sublicense is granted herewith. Derivatives of the software and 364202Sbinkertn@umich.edu# output created using the software may be prepared, but only for 374202Sbinkertn@umich.edu# Non-Commercial Uses. Derivatives of the software may be shared with 384202Sbinkertn@umich.edu# others provided: (i) the others agree to abide by the list of 394202Sbinkertn@umich.edu# conditions herein which includes the Non-Commercial Use restrictions; 404202Sbinkertn@umich.edu# and (ii) such Derivatives of the software include the above copyright 414202Sbinkertn@umich.edu# notice to acknowledge the contribution from this software where 424202Sbinkertn@umich.edu# applicable, this list of conditions and the disclaimer below. 434202Sbinkertn@umich.edu# 444202Sbinkertn@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 454202Sbinkertn@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 464202Sbinkertn@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 474202Sbinkertn@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 484202Sbinkertn@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 494202Sbinkertn@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 504202Sbinkertn@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 514202Sbinkertn@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 524202Sbinkertn@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 534202Sbinkertn@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 544202Sbinkertn@umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 554202Sbinkertn@umich.edu# 564202Sbinkertn@umich.edu# Authors: Gabe Black 574202Sbinkertn@umich.edu 584202Sbinkertn@umich.eduImport('*') 594202Sbinkertn@umich.edu 604202Sbinkertn@umich.eduall_isa_list.append('x86') 61