summaryrefslogtreecommitdiff
path: root/hurd/running
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-01-10 10:41:16 +0100
committerThomas Schwinge <tschwinge@gnu.org>2009-01-10 10:41:16 +0100
commita9f82b46298b1771948a284206f254c64eadee5f (patch)
tree4fa6f98add338bbb15de20f73179e533079eab13 /hurd/running
parent317695f24f664f48ede0903713259e10da4c68de (diff)
Restructure.
Diffstat (limited to 'hurd/running')
-rw-r--r--hurd/running/debian/porting/gcc.mdwn20
1 files changed, 11 insertions, 9 deletions
diff --git a/hurd/running/debian/porting/gcc.mdwn b/hurd/running/debian/porting/gcc.mdwn
index c15f40aa..4d783658 100644
--- a/hurd/running/debian/porting/gcc.mdwn
+++ b/hurd/running/debian/porting/gcc.mdwn
@@ -1,4 +1,4 @@
-[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]]
+[[meta copyright="Copyright © 2008, 2009 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
@@ -30,16 +30,18 @@ integrated.
Additionally:
- * `libgcc/configure.ac` [might
- need](http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00315.html) to be
- aligned for us to the `*linux*` cases. As well as at the end of
- `libgcc/config.host`. Check.
+ * Configure fragments that have `*linux*` cases might/should often contain
+ those for us (and GNU/k*BSD) as well.
- checking whether decimal floating point is supported... no
- checking whether fixed-point is supported... no
+ * `libgcc/configure.ac` [might
+ need](http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00315.html) to be
+ aligned for us to the `*linux*` cases. As well as at the end of
+ `libgcc/config.host`. Check.
- * Also in other places: configure fragments that have `*linux*` cases
- might/should often contain those for us (and GNU/k*BSD) as well.
+ checking whether decimal floating point is supported... no
+ checking whether fixed-point is supported... no
+
+ * `libgomp/configure.tgt`
* [[`libmudflap`|libmudflap]].