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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-shared/] [shared.exp] - Diff between revs 157 and 166

Show entire file | Details | Blame | View Log

Rev 157 Rev 166
Line 179... Line 179...
    }
    }
 
 
    pass "$testname"
    pass "$testname"
}
}
 
 
if [istarget mips*-*-*] {
# Old version of GCC for MIPS default to enabling -fpic
 
# and get confused if it is used on the command line.
 
if { [istarget mips*-*-*] && ! [at_least_gcc_version 4 3] } then {
    set picflag ""
    set picflag ""
} else {
} else {
    # Unfortunately, the gcc argument is -fpic and the cc argument is
    # Unfortunately, the gcc argument is -fpic and the cc argument is
    # -KPIC.  We have to try both.
    # -KPIC.  We have to try both.
    set picflag "-fpic"
    set picflag "-fpic"

powered by: WebSVN 2.1.0

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