diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-07 10:50:27 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-07 10:50:27 +0300 |
commit | 2fac938d18976ed2d9c4059d698b6f463078b698 (patch) | |
tree | 39465f2927c0384cbb985ea223443e58c625b2c0 /config.guess | |
parent | 3ef0dc78fb7d7113bcb360b721952c61236d678c (diff) | |
parent | 48c8fc07cc35539aa171116d0b77a6a47336b6fe (diff) | |
download | egawk-2fac938d18976ed2d9c4059d698b6f463078b698.tar.gz egawk-2fac938d18976ed2d9c4059d698b6f463078b698.tar.bz2 egawk-2fac938d18976ed2d9c4059d698b6f463078b698.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess index d4fb3213..b33c9e89 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 \ |