2002-03-04 Adrian Bunk <bunk@fs.tum.de>

* config.guess (*:NetBSD:*:*): Use "sysctl -n hw.machine_arch"
	instead of "uname -p" to get UNAME_MACHINE_ARCH.
This commit is contained in:
Ben Elliston
2002-03-03 21:57:39 +00:00
parent 08eb900414
commit b966da033f
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-03-04 Adrian Bunk <bunk@fs.tum.de>
* config.guess (*:NetBSD:*:*): Use "sysctl -n hw.machine_arch"
instead of "uname -p" to get UNAME_MACHINE_ARCH.
2002-02-22 Ben Elliston <bje@redhat.com>
Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>