elf fixes.

This commit is contained in:
Alan Modra
2000-05-02 00:00:27 +00:00
parent 36f8992610
commit ec1428fa1c
3 changed files with 12 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ if [istarget hppa*w-*-*] then {
return
}
# elf hppa assembler doesn't support .subspa
if {[istarget *-*-*elf*] || [istarget *-*-linux*]} then {
return
}
if {[which $OBJDUMP] == 0} then {
perror "$OBJDUMP does not exist"
return