2004-02-27 23:01:32 +01:00
|
|
|
# libstdc++ "tool-and-target file" for DejaGNU
|
2001-02-05 03:48:17 +01:00
|
|
|
|
2013-02-03 18:54:05 +01:00
|
|
|
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
2004-02-27 23:01:32 +01:00
|
|
|
#
|
2001-02-05 03:48:17 +01:00
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2009-04-09 17:00:19 +02:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2001-02-05 03:48:17 +01:00
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2009-04-09 17:00:19 +02:00
|
|
|
# along with this program; see the file COPYING3. If not see
|
|
|
|
# <http://www.gnu.org/licenses/>.
|
2001-02-05 03:48:17 +01:00
|
|
|
|
|
|
|
|
2004-02-27 23:01:32 +01:00
|
|
|
# This file is loaded only if a target-specific file or OS-specific file
|
|
|
|
# is not found first. It should provide libstdc++_load, which runs a
|
|
|
|
# program. (The default calls the standard remote_load.) It may also
|
|
|
|
# provide libstdc++_compile, but this is not presently used. It must
|
|
|
|
# provide libstdc++_target_compile, which does the same thing and is used.
|
|
|
|
|
|
|
|
# Here are the default definitions:
|
2001-03-30 10:14:15 +02:00
|
|
|
load_lib "standard.exp"
|
|
|
|
|
2004-02-27 23:01:32 +01:00
|
|
|
# target-supports.exp uses this
|
|
|
|
proc ${tool}_target_compile { srcfile destfile compile_type options } {
|
2006-10-30 15:03:05 +01:00
|
|
|
v3_target_compile $srcfile $destfile $compile_type $options
|
2004-02-27 23:01:32 +01:00
|
|
|
}
|
|
|
|
|
2008-02-15 10:09:47 +01:00
|
|
|
# Support for old dejagnu. Must be loaded here, not in libstdc++.exp, to
|
|
|
|
# make sure all existing procs are loaded when their presence is tested.
|
|
|
|
load_file $srcdir/../../gcc/testsuite/lib/dejapatches.exp
|