This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / libstdc++-v3 / testsuite / config / default.exp
blob2b2444fff527845f67a7b72cec2fd741920f0356
1 # libstdc++ "tool-and-target file" for DejaGNU
3 # Copyright (C) 2001, 2004 Free Software Foundation, Inc.
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
7 # the Free Software Foundation; either version 2 of the License, or
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.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
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.
26 # Here are the default definitions:
27 load_lib "standard.exp"
29 # target-supports.exp uses this
30 proc ${tool}_target_compile { srcfile destfile compile_type options } {
31 target_compile $srcfile $destfile $compile_type $options