* testsuite/binutils-all/ar.exp: Relax previous restriction on
	Alpha targets.  Allow ELF based Alpha targets.
+2016-06-28  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/binutils-all/ar.exp: Relax previous restriction on
+       Alpha targets.  Allow ELF based Alpha targets.
+
 2016-06-28  Maciej W. Rozycki  <macro@imgtec.com>
 
        * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
 
     }
 }
 
-if {[istarget "alpha-*-*"]} then {
-  return
+if { [istarget "alpha-*-*"] && ![is_elf_format] } then {
+    return
 }
 
 # send_user "Version [binutil_version $AR]"