summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-10-08 12:53:28 +0200
committerThomas Schwinge <tschwinge@gnu.org>2008-10-08 12:53:28 +0200
commitd2a92ac3b41f8c2c954d7e5095c6d521b21841b8 (patch)
treeca6fe7e04d46960dd730cbcc779763d37fece017 /hurd
parenta6e1f910fdd5da0181b85cf1ad3cd57b72a22297 (diff)
GCC trunk porting.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/debian/porting/gcc.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/hurd/running/debian/porting/gcc.mdwn b/hurd/running/debian/porting/gcc.mdwn
new file mode 100644
index 00000000..b7345d31
--- /dev/null
+++ b/hurd/running/debian/porting/gcc.mdwn
@@ -0,0 +1,27 @@
+[[meta copyright="Copyright © 2008 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]]."]]"""]]
+
+For GCC trunk:
+
+Debian package has patches (for 4.3). Some have been forwarded upstream. (And
+have been ignored.) [[Thomas_Schwinge|tschwinge]] is working on getting them
+integrated.
+
+
+Additionally:
+
+ * `libgcc/configure.ac` might need to be aligned for us to the `*linux*`
+ cases. Check.
+
+ checking whether decimal floating point is supported... no
+ checking whether fixed-point is supported... no
+
+ * Also in other places: configure fragments that have `*linux*` cases
+ might/should often contain those for us (and GNU/k*BSD) as well.