Просмотр исходного кода

gcc: Run tests with LC_ALL=C instead of LANG=C.

* gcc-plugin/tests/run-test.in (compile-starpu-code): Set $LC_ALL
  instead of $LANG.
Ludovic Courtès лет назад: 14
Родитель
Сommit
451532f517
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      gcc-plugin/tests/run-test.in

+ 1 - 1
gcc-plugin/tests/run-test.in

@@ -105,7 +105,7 @@ compiler status and the list of lines printed on stdout/stderr."
          (mode     (if compile?
                        "compile"
                        "link"))
-         (command  (format #f "LANG=C ~a --mode=~a ~a ~{~a ~} \"~a\" ~{~a ~} 2>&1"
+         (command  (format #f "LC_ALL=C ~a --mode=~a ~a ~{~a ~} \"~a\" ~{~a ~} 2>&1"
                            %libtool mode cc cflags file ldflags))
          (pipe     (begin
                      (log "running `~a'" command)