Package: gcc-3.2 Version: 3.2.2ds4 Severity: wishlist Tags: patch The NetBSD/i386 port does not currently cope well with building Ada or Java; as such, I would request that the attached patches be accepted until such time as we can get things to pass the test suites and work in some sane fashion. -- Joel Baker <fenton@debian.org>
diff -urN debian.orig/rules.defs debian/rules.defs
--- debian.orig/rules.defs Wed Sep 4 16:48:17 2002
+++ debian/rules.defs Wed Sep 4 16:50:36 2002
@@ -235,7 +235,7 @@
# Ada --------------------
with_ada := yes
with_shared_adalib := no
-ada_no_archs := arm hurd-i386 m68k freebsd-i386
+ada_no_archs := arm hurd-i386 m68k freebsd-i386 netbsd-i386
ifneq ($(DEB_HOST_ARCH),i386)
ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),$(ada_no_archs)))
with_ada := disabled for architecure $(DEB_HOST_ARCH)
--- debian/rules.defs.orig 2003-01-21 05:56:17.000000000 +0000
+++ debian/rules.defs 2003-01-21 05:56:46.000000000 +0000
@@ -126,7 +126,7 @@
# Build all packages needed for Java development (gcj, libgcj-dev)
with_javadev := yes
-no_java_archs := hppa hurd-i386 mips mipsel freebsd-i386
+no_java_archs := hppa hurd-i386 mips mipsel freebsd-i386 netbsd-i386
ifneq ($(DEB_HOST_ARCH),i386)
ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),$(no_java_archs)))
with_java := disabled for architecure $(DEB_HOST_ARCH)
@@ -149,7 +149,7 @@
# libffi -------------------
ifeq ($(with_common_pkgs),yes)
with_ffi := yes
- no_ffi_archs := hppa mips mipsel hurd-i386 freebsd-i386
+ no_ffi_archs := hppa mips mipsel hurd-i386 freebsd-i386 netbsd-i386
ifneq ($(with_java),yes)
ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),$(no_ffi_archs)))
with_ffi := disabled for architecure $(DEB_HOST_ARCH)
Attachment:
pgpEs9sFPlWcW.pgp
Description: PGP signature