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

Bug#609690: marked as done (gcc-4.4: default 32bit arch on amd64, i386, and kfreebsd-{amd64,i386},)



Your message dated Sun, 05 Jul 2015 16:18:22 +0000
with message-id <E1ZBmcY-0006gk-9d@franck.debian.org>
and subject line Bug#707276: Removed package(s) from unstable
has caused the Debian Bug report #609690,
regarding gcc-4.4: default 32bit arch on amd64, i386, and kfreebsd-{amd64,i386},
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
609690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609690
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.4
Version: 4.4.5-8

Hi,

the current gcc-4.4 uses (tested on i386/4.4.5-6 and kfreebsd-i386/4.4.5-8)
as a default arch i586.
COLLECT_GCC_OPTIONS='-v' '-dD' '-E' '-mtune=generic' '-march=i586'

echo "" | gcc-4.4 -dD -x c -E - | grep 86

#define __DBL_MAX__ 1.7976931348623157e+308
#define __i386 1
#define __i386__ 1
#define i386 1
#define __i586 1
#define __i586__ 1

It is due to debian/rules2:

ifneq (,$(filter $(DEB_TARGET_ARCH), amd64 i386 kfreebsd-i386 kfreebsd-amd64))
  #CONFARGS += --with-arch-32=i486
  ifeq ($(distribution),Ubuntu)
    CONFARGS += --with-arch-32=i686
  else
    CONFARGS += --with-arch-32=i586
  endif
endif


I believe, that even plain i486 have to be supported,
also changelog claims that default should still be i486.

gcc-4.4 (4.4.0-1~exp1) experimental; urgency=low

* Configure --with-arch-32=i486 on amd64, i386, and kfreebsd-{amd64,i386},
    --with-arch-32=i586 on hurd-i386, --with-cpu=atom on lpia.


Petr



--- End Message ---
--- Begin Message ---
Version: 1:4.4.7-8+rm

Dear submitter,

as the package gcc-4.4 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/707276

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply to: