| 7 | |
| 8 | = target system = |
| 9 | * /proc/cpuinfo |
| 10 | {{{ |
| 11 | system type : Atheros AR7161 rev 2 |
| 12 | machine : Buffalo WZR-HP-AG300H |
| 13 | processor : 0 |
| 14 | cpu model : MIPS 24Kc V7.4 |
| 15 | BogoMIPS : 452.19 |
| 16 | wait instruction : yes |
| 17 | microsecond timers : yes |
| 18 | tlb_entries : 16 |
| 19 | extra interrupt vector : yes |
| 20 | hardware watchpoint : yes, count: 4, address/irw mask: [0x0ff8, 0x0ffc, 0x0ff8, 0x0ff8] |
| 21 | ASEs implemented : mips16 |
| 22 | shadow register sets : 1 |
| 23 | kscratch registers : 0 |
| 24 | core : 0 |
| 25 | VCED exceptions : not available |
| 26 | VCEI exceptions : not available |
| 27 | }}} |
| 28 | |
| 29 | == host system type == |
| 30 | * mitty@starseed:~$ wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" -O config.guess |
| 31 | * mitty@starseed:~$ wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" -O config.sub |
| 32 | * mitty@starseed:~$ chmod +x config.* |
| 33 | * mitty@starseed:~$ ./config.guess |
| 34 | {{{ |
| 35 | ./config.guess: unable to guess system type |
| 36 | |
| 37 | This script, last modified 2012-06-17, has failed to recognize |
| 38 | the operating system you are using. It is advised that you |
| 39 | download the most up to date version of the config scripts from |
| 40 | |
| 41 | http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD |
| 42 | and |
| 43 | http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD |
| 44 | |
| 45 | If the version you run (./config.guess) is already up to date, please |
| 46 | send the following data and any information you think might be |
| 47 | pertinent to <config-patches@gnu.org> in order to provide the needed |
| 48 | information to handle your system. |
| 49 | |
| 50 | config.guess timestamp = 2012-06-17 |
| 51 | |
| 52 | uname -m = mips |
| 53 | uname -r = 3.3.6 |
| 54 | uname -s = Linux |
| 55 | uname -v = #1 Thu May 17 02:19:20 PDT 2012 |
| 56 | |
| 57 | /usr/bin/uname -p = |
| 58 | /bin/uname -X = |
| 59 | |
| 60 | hostinfo = |
| 61 | /bin/universe = |
| 62 | /usr/bin/arch -k = |
| 63 | /bin/arch = |
| 64 | /usr/bin/oslevel = |
| 65 | /usr/convex/getsysinfo = |
| 66 | |
| 67 | UNAME_MACHINE = mips |
| 68 | UNAME_RELEASE = 3.3.6 |
| 69 | UNAME_SYSTEM = Linux |
| 70 | UNAME_VERSION = #1 Thu May 17 02:19:20 PDT 2012 |
| 71 | }}} |