]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/testsuite/lib/libgomp-dg.exp
libjava.exp (libjava_init): Recognize multilib directory names containing underscores.
[thirdparty/gcc.git] / libgomp / testsuite / lib / libgomp-dg.exp
index ecd071360134a23d3e801361d08ccc5fe39032b1..f8c6a427d18adc9b5cf8cc86831a7bd434075c23 100644 (file)
@@ -107,7 +107,7 @@ proc libgomp_init { args } {
        if { [is_remote host] == 0 && [which $compiler] != 0 } {
          foreach i "[exec $compiler --print-multi-lib]" {
            set mldir ""
-           regexp -- "\[a-z0-9=/\.-\]*;" $i mldir
+           regexp -- "\[a-z0-9=_/\.-\]*;" $i mldir
            set mldir [string trimright $mldir "\;@"]
            if { "$mldir" == "." } {
              continue