https://issues.dlang.org/show_bug.cgi?id=12962
Issue ID: 12962 Summary: osver.mak should use isainfo on Solaris to determine model Product: D Version: unspecified Hardware: x86 OS: Solaris Status: NEW Severity: minor Priority: P1 Component: DMD Assignee: nob...@puremagic.com Reporter: jason.brian.k...@gmail.com Blocks: 8859 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. --