diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/compare_tests | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3b6f2a5..c789984 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2012-11-19 Mike Stump <mikestump@comcast.net> + + * compare_tests: Add export LC_ALL=C to make sort happier. + 2012-11-14 H.J. Lu <hongjiu.lu@intel.com> * gcc_update: Update libsanitizer generated files. diff --git a/contrib/compare_tests b/contrib/compare_tests index 4afc07c..b96e4a8 100755 --- a/contrib/compare_tests +++ b/contrib/compare_tests @@ -32,6 +32,8 @@ EOUSAGE # Written by Mike Stump <mrs@cygnus.com> # Subdir comparison added by Quentin Neill <quentin.neill@amd.com> +export LC_ALL=C + tool=gxx tmp1=/tmp/$tool-testing.$$a |