Revert 2018-07-18 change:

From Apostolos Syropoulos <asyropoulos@gmail.com>:
	* config.guess (i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*): Use the
	isainfo(1) command to guess what kind of system we have. Running
	isainfo -b returns either "32" or "64".
This commit is contained in:
Ben Elliston
2018-12-21 12:22:29 +11:00
parent 9764df548d
commit 9e514cc932
2 changed files with 23 additions and 9 deletions

View File

@ -1,3 +1,12 @@
2018-12-21 Ben Elliston <bje@gnu.org>
Revert 2018-07-18 change:
From Apostolos Syropoulos <asyropoulos@gmail.com>:
* config.guess (i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*): Use the
isainfo(1) command to guess what kind of system we have. Running
isainfo -b returns either "32" or "64".
2018-12-16 Ben Elliston <bje@gnu.org>
Revert 2018-05-05 change.