summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-10-23 22:21:21 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-10-23 22:21:21 +0200
commit5bec7cb0d1606f852089f68aaf580442b0248242 (patch)
tree407aeaaab9e88d6951c5db5e963359f72bd111c6 /open_issues
parent9909eee7abc4a0befd090a309bd1ae7432339722 (diff)
Issue fixed in gnumach's 7a15847b
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/config_guess_uname.mdwn34
1 files changed, 0 insertions, 34 deletions
diff --git a/open_issues/config_guess_uname.mdwn b/open_issues/config_guess_uname.mdwn
deleted file mode 100644
index 54c830a4..00000000
--- a/open_issues/config_guess_uname.mdwn
+++ /dev/null
@@ -1,34 +0,0 @@
-[[!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.