Thing is: there is no portable way to determine if an architecture is 32 or 64 bits, other than reading uname and doing a case check. Having instead a name convension by platform in the file server will simplify this a lot and help in adding new architectures easily.
Thing is: there is no portable way to determine if an architecture is 32 or 64 bits, other than reading
uname
and doing a case check. Having instead a name convension by platform in the file server will simplify this a lot and help in adding new architectures easily.