We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 080b062 + 1fbfd96 commit a5a5273Copy full SHA for a5a5273
detect-compiler
@@ -9,7 +9,7 @@ CC="$*"
9
#
10
# FreeBSD clang version 3.4.1 (tags/RELEASE...)
11
get_version_line() {
12
- $CC -v 2>&1 | grep ' version '
+ LANG=C LC_ALL=C $CC -v 2>&1 | grep ' version '
13
}
14
15
get_family() {
0 commit comments