SConsopts revision 5864:780dd1bead5c
11881Sbinkertn@umich.edu# -*- mode:python -*- 21881Sbinkertn@umich.edu 31881Sbinkertn@umich.edu# Copyright (c) 2007 The Hewlett-Packard Development Company 41881Sbinkertn@umich.edu# All rights reserved. 51881Sbinkertn@umich.edu# 61881Sbinkertn@umich.edu# Redistribution and use in source and binary forms, with or without 71881Sbinkertn@umich.edu# modification, are permitted provided that the following conditions are 81881Sbinkertn@umich.edu# met: redistributions of source code must retain the above copyright 91881Sbinkertn@umich.edu# notice, this list of conditions and the following disclaimer; 101881Sbinkertn@umich.edu# redistributions in binary form must reproduce the above copyright 111881Sbinkertn@umich.edu# notice, this list of conditions and the following disclaimer in the 121881Sbinkertn@umich.edu# documentation and/or other materials provided with the distribution; 131881Sbinkertn@umich.edu# neither the name of the copyright holders nor the names of its 141881Sbinkertn@umich.edu# contributors may be used to endorse or promote products derived from 151881Sbinkertn@umich.edu# this software without specific prior written permission. 161881Sbinkertn@umich.edu# 171881Sbinkertn@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 181881Sbinkertn@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 191881Sbinkertn@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 201881Sbinkertn@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 211881Sbinkertn@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 221881Sbinkertn@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 231881Sbinkertn@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 241881Sbinkertn@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 251881Sbinkertn@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 261881Sbinkertn@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 271881Sbinkertn@umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 281881Sbinkertn@umich.edu# 291881Sbinkertn@umich.edu# Authors: Gabe Black 301881Sbinkertn@umich.edu 311881Sbinkertn@umich.eduImport('*') 321881Sbinkertn@umich.edu 331881Sbinkertn@umich.eduall_isa_list.append('x86') 341881Sbinkertn@umich.edu