summaryrefslogtreecommitdiff
path: root/open_issues/config_guess_uname.mdwn
blob: 54c830a4cfe6925e3697a818844fef79859a4e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]]

[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]

[[!meta title="config.guess / uname"]]

Same machine; GNU/Hurd running as a Xen domU (this fact very hopefully being
irrelevant):

GNU/Linux:

    $ [...]/config.guess 
    i686-pc-linux-gnu
    $ uname -a
    Linux zenhost 2.6.26-2-xen-686 #1 SMP Sun Jun 21 09:15:17 UTC 2009 i686 GNU/Linux

GNU/Hurd:

    $ [...]/config.guess 
    i386-unknown-gnu0.3
    $ uname -a
    GNU grubber.bddebian.com 0.3 GNU-Mach 1.3.99/Hurd-0.3 i386-AT386 GNU

This causes autoconf-based packages to be configured for i386 instead of i686.

This is very likely a [[!taglink open_issue_gnumach]], and [[tschwinge]] seems
to remember that someone has been looking at this before, but apparently it has
not yet been fixed.