config.guess: invoke "uname -p" from PATH for non-arm FreeBSD

Starting with commit afe1fa96bf, "uname -p" from PATH is invoked in
case of FreeBSD on arm, while in other FreeBSD cases it was invoked
using a full pathname as "/usr/bin/uname -p".  Fix this inconsistency
and invoke "uname -p" from PATH for all FreeBSD cases.  This also allows
to test non-arm FreeBSD cases.

* config.guess (*:FreeBSD:*:*): Invoke "uname -p" from PATH.
* doc/config.guess.1: Regenerate.
* testsuite/config-guess.data (x86_64-unknown-freebsd5.2,
i586-unknown-freebsd7.0): Reintroduce the tests removed by commit
68873f3c11.
This commit is contained in:
Dmitry V. Levin
2023-08-22 08:00:00 +00:00
parent 021155df7f
commit e4786449e1
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH CONFIG.GUESS "1" "August 2023" "GNU config.guess (2023-08-17)" "User Commands"
.TH CONFIG.GUESS "1" "August 2023" "GNU config.guess (2023-08-22)" "User Commands"
.SH NAME
config.guess \- guess the build system triplet
.SH SYNOPSIS