OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [config/] [default.exp] - Blame information for rev 301

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
load_lib gas-defs.exp
2
 
3
global AS
4
if ![info exists AS] then {
5
    set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
6
}
7
 
8
global ASFLAGS
9
if ![info exists ASFLAGS] then {
10
    set ASFLAGS ""
11
}
12
 
13
if ![info exists OBJDUMP] then {
14
    set OBJDUMP [findfile $base_dir/../../binutils/objdump \
15
                          $base_dir/../../binutils/objdump \
16
                          [transform objdump]]
17
}
18
 
19
if ![info exists OBJDUMPFLAGS] then {
20
    set OBJDUMPFLAGS {}
21
}
22
 
23
if ![info exists NM] then {
24
    set NM [findfile $base_dir/../../binutils/nm-new \
25
                     $base_dir/../../binutils/nm-new \
26
                     [transform nm]]
27
}
28
 
29
if ![info exists NMFLAGS] then {
30
    set NMFLAGS {}
31
}
32
 
33
if ![info exists OBJCOPY] then {
34
    set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
35
}
36
 
37
if ![info exists OBJCOPYFLAGS] then {
38
    set OBJCOPYFLAGS {}
39
}
40
 
41
if ![info exists READELF] then {
42
    set READELF [findfile $base_dir/../../binutils/readelf]
43
}
44
 
45
if ![info exists READELFFLAGS] then {
46
    set READELFFLAGS {}
47
}
48
 
49
gas_init

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.