Package: gcc-defaults Severity: wishlist Tags: patch User: debian-arm@lists.debian.org Usertags: eabi
Like oldabi arm, arm eabi (armel) and bigendian arm (armeb) don't have gnat. Please drop gnat on these archs.
--- gcc-defaults-1.50/debian/rules.orig 2007-01-11 20:27:43.000000000 +0000 +++ gcc-defaults-1.50/debian/rules 2007-01-11 20:27:50.000000000 +0000 @@ -143,6 +143,12 @@ ifeq ($(DEB_HOST_ARCH),arm) no_packages += gnat endif +ifeq ($(DEB_HOST_ARCH),armeb) + no_packages += gnat +endif +ifeq ($(DEB_HOST_ARCH),armel) + no_packages += gnat +endif ifeq ($(DEB_HOST_ARCH),hppa) endif