~ubuntu-branches/ubuntu/karmic/dejagnu/karmic

« back to all changes in this revision

Viewing changes to baseboards/mips64vr4100-sim.exp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2006-12-11 09:06:59 UTC
  • mfrom: (2.1.6 edgy)
  • Revision ID: james.westby@ubuntu.com-20061211090659-w586kgi3giz84053
Tags: 1.4.4.cvs20060709-3
* Acknowledge previous NMUs.
* Fix permissions on /usr/share/dejagnu when building without fakeroot
  (Closes: #392589, #379809).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
 
1
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
2
2
# Foundation, Inc.
3
3
#
4
4
# This file is part of DejaGnu.
15
15
#
16
16
# You should have received a copy of the GNU General Public License
17
17
# along with DejaGnu; if not, write to the Free Software Foundation,
18
 
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
18
# Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
19
19
 
20
20
# This is the name of the installed tools for this target.
21
21
set target_install "mips64vr4100-elf"
29
29
# We need this for find_gcc and *_include_flags/*_link_flags.
30
30
load_board_description "basic-sim"
31
31
 
32
 
if ![info exists board_info($board,multilib_flags)] {
 
32
if {![info exists board_info($board,multilib_flags)]} {
33
33
    set board_info($board,multilib_flags) "-mips16"
34
34
}
35
35
 
42
42
set board_info($board,cflags) "[libgloss_include_flags] [newlib_include_flags] [libio_include_flags]"
43
43
set board_info($board,ldflags) "[libgloss_link_flags] [newlib_link_flags] [libio_link_flags]"
44
44
# IDT linker script.
45
 
set board_info($board,ldscript) "-Wl,-Tidt.ld"
 
45
set board_info($board,ldscript) "-Tidt.ld"
46
46
 
47
47
# The simulator doesn't return exit statuses and we need to indicate this;
48
48
# the standard GCC wrapper will work with this target.