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

Bug#906675: gcc-8: remove obsolete ia64 gcc bug workaround



Package: gcc-8
Version: 8.1.0-9
Severity: normal
Tags: patch
User: debian-ia64@lists.debian.org
Usertags: ia64

Dear Maintainer,

The debian/rules2 file has an obsolete compiler bug workaround that can
now be removed.  The attached patch removes it.  Please include it in
the next release.

Thank you.


-- System Information:
Debian Release: buster/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: ia64

Kernel: Linux 4.17.0-3-mckinley (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gcc-8 depends on:
ii  binutils      2.31.1-4
ii  cpp-8         8.1.0-9
ii  gcc-8-base    8.1.0-9
ii  libc6.1       2.27-5
ii  libcc1-0      8.1.0-9
ii  libgcc-8-dev  8.1.0-9
ii  libgcc1       1:8.1.0-9
ii  libgmp10      2:6.1.2+dfsg-3
ii  libisl19      0.20-2
ii  libmpc3       1.1.0-1
ii  libmpfr6      4.0.1-1
ii  libstdc++6    8.1.0-9
ii  libunwind8    1.2.1-8
ii  zlib1g        1:1.2.11.dfsg-1

Versions of packages gcc-8 recommends:
ii  libc6.1-dev  2.27-5

Versions of packages gcc-8 suggests:
pn  gcc-8-doc         <none>
pn  gcc-8-locales     <none>
pn  libasan5-dbg      <none>
pn  libatomic1-dbg    <none>
pn  libgcc1-dbg       <none>
pn  libgomp1-dbg      <none>
pn  libitm1-dbg       <none>
pn  liblsan0-dbg      <none>
pn  libmpx2-dbg       <none>
pn  libquadmath0-dbg  <none>
pn  libtsan0-dbg      <none>
pn  libubsan1-dbg     <none>

-- no debconf information
--- debian/rules2.orig	2018-08-19 09:56:05.076926333 -0400
+++ debian/rules2	2018-08-19 09:56:16.232982161 -0400
@@ -120,11 +120,6 @@
   endif
 endif
 
-# work around PR 57689
-ifeq ($(DEB_TARGET_ARCH),ia64)
-  BOOT_CFLAGS	= -g -O1
-endif
-
 ifeq ($(with_ssp_default),yes)
   STAGE1_CFLAGS	= -g
   ifeq (,$(BOOT_CFLAGS))

Reply to: