[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#413342: gcc-4.1: hurd-i386 needs crtfm too



Package: gcc-4.1
Version: 4.1.1-21
Severity: normal
Tags: patch

Hi,

gcc-4.1 currently lacks crtfastmath.o on hurd-i386, hence making a bunch
of packages using -ffast-math FTBFS. Please apply attached patch for
enabling it.

Samuel

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-xen
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages gcc-4.1 depends on:
ii  binutils                2.17-3           The GNU assembler, linker and bina
ii  cpp-4.1                 4.1.1-21         The GNU C preprocessor
ii  gcc-4.1-base            4.1.1-21         The GNU Compiler Collection (base 
ii  libc6                   2.3.6.ds1-11     GNU C Library: Shared libraries
ii  libgcc1                 1:4.2-20060709-1 GCC support library
ii  libssp0                 4.1.1-21         GCC stack smashing protection libr

Versions of packages gcc-4.1 recommends:
ii  libc6-dev                   2.3.6.ds1-11 GNU C Library: Development Librari
pn  libmudflap0-dev             <none>       (no description available)

-- no debconf information

-- 
Samuel Thibault <samuel.thibault@ens-lyon.org>
 J'ai un gros problème: j'ai cet exercice à rendre demain lundi, mais ma
 TI 89 ne sait pas le faire...
 Est-ce que quelqu'un pourrait m'aider??
 -+- OD In Guide du Neuneu Usenet : Comment ça ! Il faut réfléchir ?-+-
--- gcc-4.1-4.1.1ds2/gcc-4.1.1/gcc/config.gcc	2006-05-09 22:02:29.000000000 +0200
+++ gcc-4.1-4.1.1ds2-mine/gcc-4.1.1/gcc/config.gcc	2006-12-25 22:02:57.000000000 +0100
@@ -1061,6 +1061,7 @@
 	tmake_file="${tmake_file} i386/t-linux64 i386/t-crtfm"
 	;;
 i[34567]86-*-gnu*)
+	tmake_file="${tmake_file} i386/t-crtfm"
 	;;
 i[34567]86-pc-msdosdjgpp*)
 	xm_file=i386/xm-djgpp.h

Reply to: