Source: gcc-12
Version: 12-20220319-1
Severity: wishlist
Tags: patch

Hi Matthias,

during DC22, I promised to send some cleanup patches preparing for
gcc-for-host. This is one of them.

There is a conflict on the objc package that is only relevant to sparc,
but sparc support is discontinued. As such the conflict should be
dropped rather than moved around with the gcc-for-host patches. I'm
attaching a patch for your convenience.

Helmut
>From 5c93b56b9a8b758e459e636a0235b648d459590b Mon Sep 17 00:00:00 2001
From: Helmut Grohne <hel...@subdivi.de>
Date: Fri, 27 Mar 2020 15:31:00 +0100
Subject: [PATCH] drop obsolete sparc-only conflict

---
 debian/control.m4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control.m4 b/debian/control.m4
index 3328f9d..f5fcd8e 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -3360,7 +3360,6 @@ Priority: optional
 Depends: BASEDEP, gcc`'PV`'TS (= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, libidevdep(objc`'PV-dev,,=), ${misc:Depends}
 Suggests: ${gobjc:multilib}, gcc`'PV-doc (>= ${gcc:SoftVersion}), libdbgdep(objc`'OBJC_SO-dbg),
 Provides: objc-compiler`'TS
-ifdef(`__sparc__',`Conflicts: gcc`'PV-sparc64', `dnl')
 BUILT_USING`'dnl
 Description: GNU Objective-C compiler
  This is the GNU Objective-C compiler, which compiles
-- 
2.37.2

Reply via email to