SConsopts revision 6019
12SN/A# -*- mode:python -*-
28733Sgeoffrey.blake@arm.com
38733Sgeoffrey.blake@arm.com# Copyright (c) 2007-2008 The Florida State University
48733Sgeoffrey.blake@arm.com# All rights reserved.
58733Sgeoffrey.blake@arm.com#
68733Sgeoffrey.blake@arm.com# Redistribution and use in source and binary forms, with or without
78733Sgeoffrey.blake@arm.com# modification, are permitted provided that the following conditions are
88733Sgeoffrey.blake@arm.com# met: redistributions of source code must retain the above copyright
98733Sgeoffrey.blake@arm.com# notice, this list of conditions and the following disclaimer;
108733Sgeoffrey.blake@arm.com# redistributions in binary form must reproduce the above copyright
118733Sgeoffrey.blake@arm.com# notice, this list of conditions and the following disclaimer in the
128733Sgeoffrey.blake@arm.com# documentation and/or other materials provided with the distribution;
138733Sgeoffrey.blake@arm.com# neither the name of the copyright holders nor the names of its
142188SN/A# contributors may be used to endorse or promote products derived from
152SN/A# this software without specific prior written permission.
162SN/A#
172SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
182SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
202SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
212SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
222SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
232SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
242SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
252SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
262SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
272SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
282SN/A#
292SN/A# Authors: Stephen Hines
302SN/A
312SN/AImport('*')
322SN/A
332SN/Aall_isa_list.append('arm')
342SN/A