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

Re: [m68k] Re: GCC-4.5 as the default for (at least some) architectures



Michael Tomkins dixit:

> make[2]: Entering directory `/usr/src/mpc-0.9/tests'

We build with cowbuilder from Debian source packages, never
there manually.

>On 03/03/2011, at 6:35 AM, Thorsten Glaser wrote:

>> dependencies, we �just� got gcc-4.4 in a pretty good shape,
>> plus it�s used by the kernel, whereas gcc-4.5 is another

I’d like to run with the attached patch a little while longer.
Actual m68k porters can help by getting their buildds up and
running again (I didn’t manage to get one setup).

bye,
//mirabilos
-- 
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- Henry Nelson, March 1999
diff -u gcc-4.4-4.4.6/debian/changelog gcc-4.4-4.4.6/debian/changelog
--- gcc-4.4-4.4.6/debian/changelog
+++ gcc-4.4-4.4.6/debian/changelog
@@ -1,3 +1,9 @@
+gcc-4.4 (4.4.6-2+m68k.1) unreleased; urgency=low
+
+  * Re-enable common pkgs and libs on m68k for lack of gcc-4.[56].
+
+ -- Thorsten Glaser <tg@mirbsd.de>  Sat, 23 Apr 2011 17:45:23 +0000
+
 gcc-4.4 (4.4.6-2) unstable; urgency=low
 
   * debian/rules (clean): Revert the previous change, breaks the clean target.
diff -u gcc-4.4-4.4.6/debian/rules.defs gcc-4.4-4.4.6/debian/rules.defs
--- gcc-4.4-4.4.6/debian/rules.defs
+++ gcc-4.4-4.4.6/debian/rules.defs
@@ -299,9 +299,11 @@
 # XXX: should with_common_libs be "yes" only if this is the default compiler
 # version on the targeted arch?
 ifeq (,$(filter $(distrelease),lenny etch squeeze dapper hardy jaunty karmic lucid))
+ifeq (,$(filter $(DEB_TARGET_ARCH),m68k))
   with_common_pkgs := no
   with_common_libs := no
 endif
+endif
 #ifneq (,$(filter $(distrelease),squeeze sid))
 #  ifneq (,$(filter $(DEB_TARGET_ARCH),amd64 i386))
 #    with_common_pkgs := no

Reply to: