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

Bug#731069: gcc-defaults: Please resume considering to change using unified version of gcc



Source: gcc-defaults
Version: 1.123
Severity: wishlist
Tags: patch

Please resume considering to change using unified version of gcc,
because FTBFS of many packages occur by e.g. c++11 
on ports which stayed using gcc-4.6 and g++-4.6,
ia64, powerpc, s390x, sparc, alpha, powerpcspe, ppc64, sh4.

And using unified version of gcc must bring happiness 
to many package maintainers.

On the other hand, I understand that this changing depends on 
the correspondence status of gcc porting,
so I leave decision to you.

Unfortunately, building gcc-4.8 source package on sh4 has not succeeded yet,
so here is a patch which changes gcc-4.8 using on ports except sh4.

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd gcc-defaults-1.123.orig/debian/rules gcc-defaults-1.123/debian/rules
--- gcc-defaults-1.123.orig/debian/rules	2013-07-10 01:24:13.000000000 +0900
+++ gcc-defaults-1.123/debian/rules	2013-12-02 00:25:31.000000000 +0900
@@ -160,7 +160,7 @@
 DEB_HOST_MULTIARCH	:= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 #gcc48_archs = alpha amd64 armel armhf hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 kfreebsd-amd64 kfreebsd-i386 hurd-i386
-gcc48_archs = amd64 armel armhf arm64 i386 m68k mips mipsel x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386 sparc64
+gcc48_archs = alpha amd64 armel armhf arm64 i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64 x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
 gcj48_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
 
 # CV_XXX is the complete version number, including the release, without epoch

Reply to: