diff options
-rw-r--r-- | hurd/running/debian/porting/gcc.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/running/debian/porting/gcc.mdwn b/hurd/running/debian/porting/gcc.mdwn index b9740d08..f25edf47 100644 --- a/hurd/running/debian/porting/gcc.mdwn +++ b/hurd/running/debian/porting/gcc.mdwn @@ -25,7 +25,8 @@ 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. Check. + aligned for us to the `*linux*` cases. As well as at the end of + `libgcc/config.host`. Check. checking whether decimal floating point is supported... no checking whether fixed-point is supported... no |