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

Bug#212912: acknowledged by developer (Bug#212912: fixed in gcc-3.3 1:3.3.2ds3-0pre5)



> This is an automatic notification regarding your Bug report
> #212912: gcc-3.3: [alpha] Linux linker/loader does not support
> -mieee-conformant, which was filed against the gcc-3.3 package.
>
> It has been closed by one of the developers, namely
> Matthias Klose <doko@debian.org>.
  <snip>
>    * On alpha-linux, make -mieee default and add -mieee-disable switch
>      to turn default off (closes: #212912).
>      (Tyson Whitehead)

Someone was complaining about SIGFPE's on the Debian Alpha list again, so I 
downloaded the gcc source to see what was up.

Looks like the debian/patches/alpha-ieee.dpatch file got added, but an 
inclusion line in the debian/rules.patch file was missed.

Attached is a patch to add the required line.  Sorry for not having included 
it in the original submission. :)

Later & Thanks,  -T

-- 
 Tyson Whitehead  (-twhitehe@uwo.ca -- WSC-)
 Computer Engineer                        Dept. of Applied Mathematics,
 Graduate Student- Applied Mathematics    University of Western Ontario,
 GnuPG Key ID# 0x8A2AB5D8                 London, Ontario, Canada
--- debian/rules.patch~	2003-11-20 12:40:19.000000000 -0500
+++ debian/rules.patch	2003-11-20 12:40:22.000000000 -0500
@@ -65,5 +65,5 @@
 
 ifeq ($(DEB_TARGET_ARCH),alpha)
-  debian_patches +=
+  debian_patches += alpha-ieee
 endif
 ifeq ($(DEB_TARGET_ARCH),arm)

Reply to: