Enhance the strings program so that it can display multibyte strings.
[deliverable/binutils-gdb.git] / binutils / testsuite / config / default.exp
index 1bfe72e8c8526ff45062a1a519ed2a7911409529..b34e45cd20a9339ddae6490a631b80e02fb332b5 100644 (file)
@@ -63,6 +63,12 @@ if ![info exists OBJCOPYFLAGS] then {
 if ![info exists AR] then {
     set AR [findfile $base_dir/ar]
 }
+if ![info exists STRINGS] then {
+    set STRINGS [findfile $base_dir/strings]
+}
+if ![info exists STRINGSFLAGS] then {
+    set STRINGSFLAGS ""
+}
 if ![info exists STRIP] then {
     set STRIP [findfile $base_dir/strip-new $base_dir/strip-new [transform strip]]
 }
This page took 0.026484 seconds and 4 git commands to generate.