In message <20120319215802.gc1...@azathoth.lan>, Baptiste Daroussin writes:

>On Mon, Mar 19, 2012 at 10:35:08PM +0100, Baptiste Daroussin wrote:
>> Hi all,
>> 
>> In order to identify architectures I need to find a uniq id for every
>> possibilities (for pkgng)
>> 
>> here is the identification I propose:
>> 
>> arch-class-os-majorversion(-archi_specific_extension)

Given how sparse this name-space is, you'll have less than 50
different values, you might want to consider something more compact,
such as a single letter for all components, and the version number last:

X2F9    = x64-32-freebsd-9
X4F10   = x64-64-freebsd-10
A2FB9   = arm-32-freebsd-eb_oabi-9

By the time we run out of ASCII or even Unicode characters, we have
other problems.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
p...@freebsd.org         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to