| 1 | ryan@snowflake:~$ uname -a
|
|---|
| 2 | Linux snowflake 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64 GNU/Linux
|
|---|
| 3 | ryan@snowflake:~$ ls -l /lib/libc[.-]*
|
|---|
| 4 | -rwxr-xr-x 1 root root 1436976 2008-04-04 16:11 /lib/libc-2.7.so
|
|---|
| 5 | lrwxrwxrwx 1 root root 11 2008-05-15 21:59 /lib/libc.so.6 -> libc-2.7.so
|
|---|
| 6 | ryan@snowflake:~$ gcc -v
|
|---|
| 7 | Using built-in specs.
|
|---|
| 8 | Target: x86_64-linux-gnu
|
|---|
| 9 | Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --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.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|---|
| 10 | Thread model: posix
|
|---|
| 11 | gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
|
|---|
| 12 | ryan@snowflake:~$ ld -v
|
|---|
| 13 | GNU ld (GNU Binutils for Ubuntu) 2.18.0.20080103
|
|---|
| 14 | ryan@snowflake:~$ as --version
|
|---|
| 15 | GNU assembler (GNU Binutils for Ubuntu) 2.18.0.20080103
|
|---|
| 16 | Copyright 2007 Free Software Foundation, Inc.
|
|---|
| 17 | This program is free software; you may redistribute it under the terms of
|
|---|
| 18 | the GNU General Public License version 3 or later.
|
|---|
| 19 | This program has absolutely no warranty.
|
|---|
| 20 | This assembler was configured for a target of `x86_64-linux-gnu'.
|
|---|
| 21 | ryan@snowflake:~$ cat /proc/cpuinfo
|
|---|
| 22 | processor : 0
|
|---|
| 23 | vendor_id : GenuineIntel
|
|---|
| 24 | cpu family : 6
|
|---|
| 25 | model : 23
|
|---|
| 26 | model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
|
|---|
| 27 | stepping : 6
|
|---|
| 28 | cpu MHz : 1998.000
|
|---|
| 29 | cache size : 6144 KB
|
|---|
| 30 | physical id : 0
|
|---|
| 31 | siblings : 2
|
|---|
| 32 | core id : 0
|
|---|
| 33 | cpu cores : 2
|
|---|
| 34 | fpu : yes
|
|---|
| 35 | fpu_exception : yes
|
|---|
| 36 | cpuid level : 10
|
|---|
| 37 | wp : yes
|
|---|
| 38 | 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 syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
|
|---|
| 39 | bogomips : 6014.85
|
|---|
| 40 | clflush size : 64
|
|---|
| 41 | cache_alignment : 64
|
|---|
| 42 | address sizes : 36 bits physical, 48 bits virtual
|
|---|
| 43 | power management:
|
|---|
| 44 |
|
|---|
| 45 | processor : 1
|
|---|
| 46 | vendor_id : GenuineIntel
|
|---|
| 47 | cpu family : 6
|
|---|
| 48 | model : 23
|
|---|
| 49 | model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
|
|---|
| 50 | stepping : 6
|
|---|
| 51 | cpu MHz : 1998.000
|
|---|
| 52 | cache size : 6144 KB
|
|---|
| 53 | physical id : 0
|
|---|
| 54 | siblings : 2
|
|---|
| 55 | core id : 1
|
|---|
| 56 | cpu cores : 2
|
|---|
| 57 | fpu : yes
|
|---|
| 58 | fpu_exception : yes
|
|---|
| 59 | cpuid level : 10
|
|---|
| 60 | wp : yes
|
|---|
| 61 | 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 syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
|
|---|
| 62 | bogomips : 5669.90
|
|---|
| 63 | clflush size : 64
|
|---|
| 64 | cache_alignment : 64
|
|---|
| 65 | address sizes : 36 bits physical, 48 bits virtual
|
|---|
| 66 | power management:
|
|---|
| 67 |
|
|---|
| 68 | ryan@snowflake:~$
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|