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-07-18 16:51:33 +10:00
parent afe1fa96bf
commit c85e3fc03c
2 changed files with 16 additions and 14 deletions

View File

@ -1,3 +1,10 @@
2018-07-18 Ben Elliston <bje@gnu.org>
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-07-18 Mikaël Urankar <mikael.urankar@gmail.com>
* config.guess (arm*:FreeBSD:*:*): New.