diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-10 10:41:16 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-10 10:41:16 +0100 |
commit | a9f82b46298b1771948a284206f254c64eadee5f (patch) | |
tree | 4fa6f98add338bbb15de20f73179e533079eab13 | |
parent | 317695f24f664f48ede0903713259e10da4c68de (diff) |
Restructure.
-rw-r--r-- | hurd/running/debian/porting/gcc.mdwn | 20 |
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]]. |