From 9be0b54cb42e404e3e355c800b23537416acbc1f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 7 Jun 2013 06:44:05 -0700 Subject: [PATCH] autoupdate --- build-aux/config.guess | 6 ++++++ build-aux/depcomp | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build-aux/config.guess b/build-aux/config.guess index 120cc0d23..516ac6c17 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -995,6 +995,12 @@ EOF ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; diff --git a/build-aux/depcomp b/build-aux/depcomp index 91d4bf837..31788017b 100755 --- a/build-aux/depcomp +++ b/build-aux/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2012-10-18.11; # UTC +scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. @@ -517,6 +517,7 @@ $ { G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; -- 2.11.0