1 |
424 |
jeremybenn |
# libstdc++ "tool-and-target file" for DejaGNU
|
2 |
|
|
|
3 |
|
|
# Copyright (C) 2001, 2004, 2009 Free Software Foundation, Inc.
|
4 |
|
|
#
|
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 3 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.
|
14 |
|
|
#
|
15 |
|
|
# You should have received a copy of the GNU General Public License
|
16 |
|
|
# along with this program; see the file COPYING3. If not see
|
17 |
|
|
# .
|
18 |
|
|
|
19 |
|
|
|
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:
|
27 |
|
|
load_lib "standard.exp"
|
28 |
|
|
|
29 |
|
|
# target-supports.exp uses this
|
30 |
|
|
proc ${tool}_target_compile { srcfile destfile compile_type options } {
|
31 |
|
|
v3_target_compile $srcfile $destfile $compile_type $options
|
32 |
|
|
}
|
33 |
|
|
|
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.
|
36 |
|
|
load_file $srcdir/../../gcc/testsuite/lib/dejapatches.exp
|