]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Thu, 30 Aug 2018 13:27:53 +0000 (06:27 -0700)
committerKarl Berry <karl@freefriends.org>
Thu, 30 Aug 2018 13:27:53 +0000 (06:27 -0700)
build-aux/config.guess
build-aux/config.sub

index d4fb3213ec7a9875656a6860a2be6a901b37a9fe..b33c9e890e0c7c0acb1dbc9058f4be70e0a8f10f 100755 (executable)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-08-02'
+timestamp='2018-08-29'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -838,7 +838,7 @@ EOF
     *:BSD/OS:*:*)
        echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
        exit ;;
-    arm*:FreeBSD:*:*)
+    arm:FreeBSD:*:*)
        UNAME_PROCESSOR=`uname -p`
        set_cc_for_build
        if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
index fcf13ffdf3eb0a377c5f1ad486bcbae03f7fbee6..b51fb8cdb69ea2e3828774c356acc50a8f759981 100755 (executable)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-08-24'
+timestamp='2018-08-29'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by