Comment #0 by jason.brian.king — 2014-06-23T01:00:45Z
Currently, dmd/src/osmodel.mak uses the output of uname -m (if not already set) to determine the value of $(MODEL) which is used to determine if a 32 or 64 bit binary should be built.
On Solarish systems (this includes Illumos based distos), this value isn't very useful. isainfo -n will output a value (amd64/i386) that is more suitable.
Comment #1 by github-bugzilla — 2014-06-23T08:57:43Z