Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
451532f517
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)