changeset 3415:5e353821567e

Final fix for linux-arm-softfloat.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 May 2007 20:31:17 +0200
parents 6e94aa73f057
children 3e55060230c4
files gub/specs/linux-arm-softfloat/glibc.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/linux-arm-softfloat/glibc.py	Thu May 03 18:05:37 2007 +0200
+++ b/gub/specs/linux-arm-softfloat/glibc.py	Thu May 03 20:31:17 2007 +0200
@@ -10,6 +10,7 @@
 ''')
     def configure_command (self):
         return (glibc.Glibc.configure_command (self)
+                .replace ('--enable-add-ons=nptl', '')
                 + misc.join_lines ('''
 --without-fp
 '''))