elfedit: Add --enable-x86-feature/--disable-x86-feature
[deliverable/binutils-gdb.git] / ld / testsuite / config / default.exp
index 704ac300e40127e019d2bafc28162b3c718124fc..fbc12eabf960b4bf931b2aa910cc6db8e42de8bd 100644 (file)
@@ -243,6 +243,10 @@ if ![info exists READELFFLAGS] then {
     set READELFFLAGS {}
 }
 
+if ![info exists ELFEDIT] then {
+    set ELFEDIT [findfile $base_dir/../binutils/elfedit]
+}
+
 if ![info exists LD] then {
     set LD [findfile $base_dir/ld-new ./ld-new [transform ld]]
 }
This page took 0.024612 seconds and 4 git commands to generate.