x86: have non-PE/COFF BEOS be recognized as ELF
BEOS, unless explicitly requesting *-*-beospe* targets, uses standard ELF. None of the newly enabled tests in the testsuite fail for me.
This commit is contained in:
parent
2ad55ffca1
commit
e7e57d02fb
1 changed files with 5 additions and 0 deletions
|
@ -54,10 +54,15 @@ proc is_elf_format {} {
|
|||
&& ![istarget *-*-wasm32*]
|
||||
&& ![istarget avr-*-*]
|
||||
&& ![istarget hppa*64*-*-hpux*]
|
||||
&& ![istarget i?86-*-beos*]
|
||||
&& ![istarget ia64-*-hpux*] } {
|
||||
return 0
|
||||
}
|
||||
|
||||
if { [istarget i?86-*-beospe*] } {
|
||||
return 0
|
||||
}
|
||||
|
||||
if { [istarget *-*-linux*ecoff*]
|
||||
|| [istarget *-*-rtemscoff*] } {
|
||||
return 0
|
||||
|
|
Loading…
Add table
Reference in a new issue