[Issue 12962] New: osver.mak should use isainfo on Solaris to determine model
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jun 22 18:00:45 PDT 2014
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: nobody at puremagic.com
Reporter: jason.brian.king at 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.
--
More information about the Digitalmars-d-bugs
mailing list