Not sure if this helps, but on most *nix systems code/scripts, such as installers, could  
(mostly) figure out what type of system it was being run on using 'uname -a'.   On OS X, 
uname reports "Darwin" for OS type.

Note: as far as processor architecture, it currently shows x86_64 on "modern" 
systems, as opposed to i686 for 32 bit x86 systems.   IIRC, In the past it used to report 
amd64 as opposed to i386 or i686.

On windows, the PROCESSOR_ARCHITECTURE env. variable contains 'amd64'


_______________________________________________
Devtools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/devtools

Reply via email to