]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/testsuite/config/default.exp
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / config / default.exp
CommitLineData
23834577 1# libstdc++ "tool-and-target file" for DejaGNU
0ba434e0 2
818ab71a 3# Copyright (C) 2001-2016 Free Software Foundation, Inc.
23834577 4#
0ba434e0
GDR
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
748086b7 7# the Free Software Foundation; either version 3 of the License, or
0ba434e0
GDR
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
748086b7
JJ
16# along with this program; see the file COPYING3. If not see
17# <http://www.gnu.org/licenses/>.
0ba434e0 18
0ba434e0 19
23834577
PE
20# This file is loaded only if a target-specific file or OS-specific file
21# is not found first. It should provide libstdc++_load, which runs a
22# program. (The default calls the standard remote_load.) It may also
23# provide libstdc++_compile, but this is not presently used. It must
24# provide libstdc++_target_compile, which does the same thing and is used.
25
26# Here are the default definitions:
755f30f4
BK
27load_lib "standard.exp"
28
23834577
PE
29# target-supports.exp uses this
30proc ${tool}_target_compile { srcfile destfile compile_type options } {
709e1a1a 31 v3_target_compile $srcfile $destfile $compile_type $options
23834577
PE
32}
33
74cb1d8b
HPN
34# Support for old dejagnu. Must be loaded here, not in libstdc++.exp, to
35# make sure all existing procs are loaded when their presence is tested.
36load_file $srcdir/../../gcc/testsuite/lib/dejapatches.exp