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

Bug#367595: gcc-4.1:Disable Ada for m32r



Matthias Klose wrote:

Kazuhiro Inaoka writes:

Package:gcc-4.1
Version:4.1.0-4
Severity:wishlist

Please disable Ada for m32r in debian/rules.defs.


please attach a patch; I assume this some embedded target. All other
languages should be built?
Yes. I propose to disable Ada only.

Thanks,
kazuhiro Inaoka

changelog
	* Desable Ada for m32r in debian/rules.defs.
--- rules.defs.org	2006-05-30 10:56:57.583403674 +0900
+++ rules.defs	2006-05-30 10:57:29.029449072 +0900
@@ -503,7 +503,7 @@ ifneq ($(with_dev),yes)
 endif
 
 with_libgnat := yes
-ada_no_cpus := arm armeb m68k sh3 sh3eb sh4 sh4eb
+ada_no_cpus := arm armeb m68k sh3 sh3eb sh4 sh4eb m32r
 ada_no_systems := hurd-i386 knetbsd-gnu netbsdelf-gnu
 ifneq (, $(filter $(DEB_TARGET_ARCH_CPU),$(ada_no_cpus)))
   with_ada := disabled for architecure $(DEB_TARGET_ARCH_CPU)

Reply to: