> 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 <[EMAIL PROTECTED]>. <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 ([EMAIL PROTECTED] -- 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)