* ld-elf/elf.exp: Add Solaris/x86-64 support to eh[1-4] test.
+2012-08-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elf/elf.exp: Add Solaris/x86-64 support to eh[1-4] test.
+
2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* ld-arm/arm-elf.exp: Add new testcases.
2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* ld-arm/arm-elf.exp: Add new testcases.
set options_regsub(ld) {-melf_x86_64 -melf_x86_64_nacl}
}
set options_regsub(ld) {-melf_x86_64 -melf_x86_64_nacl}
}
+if { [istarget "*-*-solaris*"] } {
+ # Same for Solaris
+ set options_regsub(ld) {-melf_x86_64 -melf_x86_64_sol2}
+}
+
if { [is_remote host] } then {
remote_download host merge.ld
}
if { [is_remote host] } then {
remote_download host merge.ld
}