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

Bug#850749: gcc-6: Please enable gccgo on m68k



Source: gcc-6
Version: 6.3.0-2
Severity: normal
Tags: patch
User: debian-68k@lists.debian.org
Usertags: m68k

Hi!

I just successfully verified that enabling gccgo on m68k produces a
working gccgo package. I merely modified debian/rules.defs in the
current gcc-6 package to remove "m68k" from the "go_no_cpus" statement
and ran a regular build with sbuild on m68k.

I would like to play with gccgo on m68k, so it would be great if this
could be enabled in the next gcc-6 package upload. After gccgo has
been enabled here, it should also be enabled in gcc-7 and gcc-defaults
for m68k.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- debian/rules.defs.old	2017-01-09 22:07:01.000000000 +0100
+++ debian/rules.defs	2017-01-09 22:07:57.601561567 +0100
@@ -929,7 +929,7 @@
   with_libcc1 :=
 endif
 
-go_no_cpus := avr arm hppa m68k sh4
+go_no_cpus := avr arm hppa sh4
 ifeq (,$(filter $(distrelease),lenny etch squeeze dapper hardy jaunty karmic lucid maverick natty oneiric))
   go_no_cpus := $(filter-out arm, $(go_no_cpus))
 endif

Reply to: