Changes between Initial Version and Version 1 of toolchain/distribution_type


Ignore:
Timestamp:
04/20/16 12:33:56 (8 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • toolchain/distribution_type

    v1 v1  
     1= Déterminer le type de sa distribution (64 ou 32 bits) =
     2
     3Pour vérifier, faire:
     4{{{
     5$ uname -a
     6}}}
     7Le résultat sera,
     8* sur une distribution 64 bits (noter le terme ''x86_64'')
     9{{{
     10Linux toto 3.0.0-19-generic #33-Ubuntu SMP Thu Apr 19 19:05:14 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
     11}}}
     12* sur une distribution 32 bits (noter le terme ''i686'')
     13{{{
     14Linux toto 3.0.0-19-generic #33-Ubuntu SMP Thu Apr 19 19:05:57 UTC 2012 i686 i686 i386 GNU/Linux
     15}}}