SConscript revision 12275:4b4dd932c710
12847Sksewell@umich.edu# -*- mode:python -*-
27783SGiacomo.Gabrielli@arm.com
37783SGiacomo.Gabrielli@arm.com# Copyright (c) 2004-2005 The Regents of The University of Michigan
47783SGiacomo.Gabrielli@arm.com# All rights reserved.
57783SGiacomo.Gabrielli@arm.com#
67783SGiacomo.Gabrielli@arm.com# Redistribution and use in source and binary forms, with or without
77783SGiacomo.Gabrielli@arm.com# modification, are permitted provided that the following conditions are
87783SGiacomo.Gabrielli@arm.com# met: redistributions of source code must retain the above copyright
97783SGiacomo.Gabrielli@arm.com# notice, this list of conditions and the following disclaimer;
107783SGiacomo.Gabrielli@arm.com# redistributions in binary form must reproduce the above copyright
117783SGiacomo.Gabrielli@arm.com# notice, this list of conditions and the following disclaimer in the
127783SGiacomo.Gabrielli@arm.com# documentation and/or other materials provided with the distribution;
137783SGiacomo.Gabrielli@arm.com# neither the name of the copyright holders nor the names of its
145596Sgblack@eecs.umich.edu# contributors may be used to endorse or promote products derived from
152847Sksewell@umich.edu# this software without specific prior written permission.
162847Sksewell@umich.edu#
172847Sksewell@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
182847Sksewell@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192847Sksewell@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
202847Sksewell@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
212847Sksewell@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
222847Sksewell@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
232847Sksewell@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
242847Sksewell@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
252847Sksewell@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
262847Sksewell@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
272847Sksewell@umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
282847Sksewell@umich.edu#
292847Sksewell@umich.edu# Authors: Gabe Black
302847Sksewell@umich.edu#          Steve Reinhardt
312847Sksewell@umich.edu
322847Sksewell@umich.eduImport('*')
332847Sksewell@umich.edu
342847Sksewell@umich.eduif env['TARGET_ISA'] == 'sparc':
352847Sksewell@umich.edu    Source('static_inst.cc')
362847Sksewell@umich.edu