forked from Imagelibrary/binutils-gdb
kvx: New port.
This commit is contained in:
committed by
Nick Clifton
parent
7d6a2e34ee
commit
6e712424f5
@@ -296,6 +296,7 @@ if [is_elf_format] {
|
||||
setup_xfail "*-*-hpux*"
|
||||
setup_xfail "mips*-*-*" "tx39*-*-*"
|
||||
setup_xfail "msp430*-*-*"
|
||||
setup_xfail "kvx*-*-*"
|
||||
setup_xfail "visium*-*-*"
|
||||
setup_xfail "x86_64-*-cloudabi*"
|
||||
|
||||
|
||||
@@ -693,6 +693,7 @@ proc copy_setup { } {
|
||||
}
|
||||
|
||||
if { [istarget *-*-linux*]
|
||||
|| [istarget kvx-*-*]
|
||||
|| [istarget *-*-gnu*] } {
|
||||
foreach i $gcc_gas_flag {
|
||||
set flags "additional_flags=$i $flags"
|
||||
|
||||
@@ -482,6 +482,8 @@ if { ![is_elf_format]
|
||||
} else {
|
||||
if { [istarget "or1k*-*-*"] } then {
|
||||
set decodedline_testsrc $srcdir/$subdir/dw2-decodedline-1.S
|
||||
} elseif { [istarget "kvx*-*-*"] } {
|
||||
set decodedline_testsrc $srcdir/$subdir/dw2-decodedline-2.S
|
||||
} else {
|
||||
set decodedline_testsrc $srcdir/$subdir/dw2-decodedline.S
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user