| 1 | $
|
|---|
| 2 | Linux X 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux
|
|---|
| 3 |
|
|---|
| 4 | $ ls -l /lib/libc[.-]*
|
|---|
| 5 | -rwxr-xr-x 1 root root 1331404 2009-08-31 20:46 /lib/libc-2.9.so
|
|---|
| 6 | lrwxrwxrwx 1 root root 11 2009-09-16 08:59 /lib/libc.so.6 -> libc-2.9.so
|
|---|
| 7 |
|
|---|
| 8 | $ gcc -v
|
|---|
| 9 | Utilisation des specs internes.
|
|---|
| 10 | Target: i486-linux-gnu
|
|---|
| 11 | Configuré avec: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
|
|---|
| 12 | Modèle de thread: posix
|
|---|
| 13 | gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
|
|---|
| 14 |
|
|---|
| 15 | $ ld -v
|
|---|
| 16 | GNU ld (GNU Binutils for Ubuntu) 2.19.1
|
|---|
| 17 |
|
|---|
| 18 | $ as --version
|
|---|
| 19 | GNU assembler (GNU Binutils for Ubuntu) 2.19.1
|
|---|
| 20 | Copyright 2007 Free Software Foundation, Inc.
|
|---|
| 21 | This program is free software; you may redistribute it under the terms of
|
|---|
| 22 | the GNU General Public License version 3 or later.
|
|---|
| 23 | This program has absolutely no warranty.
|
|---|
| 24 | This assembler was configured for a target of `i486-linux-gnu'.
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | $ cat /proc/cpuinfo
|
|---|
| 28 | processor : 0
|
|---|
| 29 | vendor_id : GenuineIntel
|
|---|
| 30 | cpu family : 6
|
|---|
| 31 | model : 15
|
|---|
| 32 | model name : Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
|
|---|
| 33 | stepping : 13
|
|---|
| 34 | cpu MHz : 800.000
|
|---|
| 35 | cache size : 2048 KB
|
|---|
| 36 | physical id : 0
|
|---|
| 37 | siblings : 2
|
|---|
| 38 | core id : 0
|
|---|
| 39 | cpu cores : 2
|
|---|
| 40 | apicid : 0
|
|---|
| 41 | initial apicid : 0
|
|---|
| 42 | fdiv_bug : no
|
|---|
| 43 | hlt_bug : no
|
|---|
| 44 | f00f_bug : no
|
|---|
| 45 | coma_bug : no
|
|---|
| 46 | fpu : yes
|
|---|
| 47 | fpu_exception : yes
|
|---|
| 48 | cpuid level : 10
|
|---|
| 49 | wp : yes
|
|---|
| 50 | flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida tpr_shadow vnmi flexpriority
|
|---|
| 51 | bogomips : 3989.96
|
|---|
| 52 | clflush size : 64
|
|---|
| 53 | power management:
|
|---|
| 54 |
|
|---|
| 55 | processor : 1
|
|---|
| 56 | vendor_id : GenuineIntel
|
|---|
| 57 | cpu family : 6
|
|---|
| 58 | model : 15
|
|---|
| 59 | model name : Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
|
|---|
| 60 | stepping : 13
|
|---|
| 61 | cpu MHz : 800.000
|
|---|
| 62 | cache size : 2048 KB
|
|---|
| 63 | physical id : 0
|
|---|
| 64 | siblings : 2
|
|---|
| 65 | core id : 1
|
|---|
| 66 | cpu cores : 2
|
|---|
| 67 | apicid : 1
|
|---|
| 68 | initial apicid : 1
|
|---|
| 69 | fdiv_bug : no
|
|---|
| 70 | hlt_bug : no
|
|---|
| 71 | f00f_bug : no
|
|---|
| 72 | coma_bug : no
|
|---|
| 73 | fpu : yes
|
|---|
| 74 | fpu_exception : yes
|
|---|
| 75 | cpuid level : 10
|
|---|
| 76 | wp : yes
|
|---|
| 77 | flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida tpr_shadow vnmi flexpriority
|
|---|
| 78 | bogomips : 3989.96
|
|---|
| 79 | clflush size : 64
|
|---|
| 80 | power management:
|
|---|
| 81 |
|
|---|