mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00

Starting with commit afe1fa96bf32, "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 68873f3c11c6.
Description
No description provided
Languages
Perl
77.6%
Shell
18.9%
Makefile
3.5%