From 59e2ce0e6b46bb47ef81b68b600ed087e14fdaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Urankar?= Date: Wed, 29 Aug 2018 20:40:37 +1000 Subject: [PATCH] * config.guess (arm:FreeBSD:*:*): Match on 'arm' not 'arm*'. Signed-off-by: Ben Elliston --- ChangeLog | 4 ++++ config.guess | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 071c017..8f8b99e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-08-29 Mikaƫl Urankar + + * config.guess (arm:FreeBSD:*:*): Match on 'arm' not 'arm*'. + 2018-08-28 John Ericson * config.sub: Parse basic_machine into cpu and vendor. This adds diff --git a/config.guess b/config.guess index d4fb321..b33c9e8 100755 --- a/config.guess +++ b/config.guess @@ -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 \