summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMa Jiang <ma.jiang@zte.com.cn>2016-12-01 23:02:51 +0000
committerJeff Law <law@gcc.gnu.org>2016-12-01 16:02:51 -0700
commitb55e6680dec27409fe0e6dc800500564f1a06b53 (patch)
tree63905b7daad2ef00e845bd79baab65abae69deb4 /configure
parentf13d510e361b10bc0c83e211671f158c6665cd8e (diff)
acx.m4: Change "tail +16c" to "tail -c +17".
* config/acx.m4: Change "tail +16c" to "tail -c +17". * configure: Regenerated. From-SVN: r243142
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
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
: