diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-12-01 23:02:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-12-01 23:02:51 +0000 |
commit | efbca99cd5e409e05ba669ea4961b14891d8cf1e (patch) | |
tree | 63905b7daad2ef00e845bd79baab65abae69deb4 /configure | |
parent | dc2c06cf40f41643b50b4ea40f5852cb9b52b48c (diff) | |
download | gcc-efbca99cd5e409e05ba669ea4961b14891d8cf1e.tar.gz |
* config/acx.m4: Change "tail +16c" to "tail -c +17".
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index fb79e7381cd..b6389e4718d 100755 --- a/configure +++ b/configure @@ -5273,7 +5273,7 @@ if test "${gcc_cv_prog_cmp_skip+set}" = set; then : else echo abfoo >t1 echo cdfoo >t2 - gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2' + gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2' if cmp t1 t2 2 2 > /dev/null 2>&1; then if cmp t1 t2 1 1 > /dev/null 2>&1; then : |