SConsopts revision 5864
14355SN/A# -*- mode:python -*- 24355SN/A 34355SN/A# Copyright (c) 2007 The Hewlett-Packard Development Company 410036SAli.Saidi@ARM.com# All rights reserved. 58835SAli.Saidi@ARM.com# 610036SAli.Saidi@ARM.com# Redistribution and use in source and binary forms, with or without 77935SN/A# modification, are permitted provided that the following conditions are 87935SN/A# met: redistributions of source code must retain the above copyright 97935SN/A# notice, this list of conditions and the following disclaimer; 104355SN/A# redistributions in binary form must reproduce the above copyright 114355SN/A# notice, this list of conditions and the following disclaimer in the 124355SN/A# documentation and/or other materials provided with the distribution; 1310315Snilay@cs.wisc.edu# neither the name of the copyright holders nor the names of its 148835SAli.Saidi@ARM.com# contributors may be used to endorse or promote products derived from 159885Sstever@gmail.com# this software without specific prior written permission. 169885Sstever@gmail.com# 1710036SAli.Saidi@ARM.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1811312Santhony.gutierrez@amd.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 198835SAli.Saidi@ARM.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 208835SAli.Saidi@ARM.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 2110315Snilay@cs.wisc.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 228835SAli.Saidi@ARM.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 2310242Ssteve.reinhardt@amd.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 249449SAli.Saidi@ARM.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 259449SAli.Saidi@ARM.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 268464SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2710736Snilay@cs.wisc.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2811219Snilay@cs.wisc.edu# 298721SN/A# Authors: Gabe Black 308835SAli.Saidi@ARM.com 318835SAli.Saidi@ARM.comImport('*') 3211440SCurtis.Dunham@arm.com 3311440SCurtis.Dunham@arm.comall_isa_list.append('x86') 347935SN/A