]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Fri, 7 Jun 2013 13:44:05 +0000 (06:44 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 7 Jun 2013 13:44:05 +0000 (06:44 -0700)
build-aux/config.guess
build-aux/depcomp

index 120cc0d239ebf31c1cb9c344fcaf5d630edf2da3..516ac6c173c8b14ebd751b2e5d37498332640d72 100755 (executable)
@@ -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 ;;
index 91d4bf83717eb4506b5695ad01c352fd07647e04..31788017b8f041f1d63dfb80ace66a4aa6b1c1d6 100755 (executable)
@@ -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"
   ;;