Hi,

Please find attached an additional patch that I forget to include in my
previous one. It basically fixes the build-dependencies for
kfreebsd-i386, i.e. remove !kfreebsd-i386 for ada, and add !kfreebsd-i386
for java.

Thanks,
Aurelien
 

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u gcc-4.0-4.0.2/debian/rules.conf gcc-4.0-4.0.2/debian/rules.conf
--- gcc-4.0-4.0.2/debian/rules.conf
+++ gcc-4.0-4.0.2/debian/rules.conf
@@ -298,11 +298,11 @@
 else
 # avoid it ...
 ada_no_archs    := $(strip $(foreach cpu,$(ada_no_cpus),!$(cpu)) \
-                       !kfreebsd-any !knetbsd-any !netbsd-any \
-                       !kfreebsd-i386 !knetbsd-i386 !netbsd-i386 \
+                       !knetbsd-any !netbsd-any \
+                       !knetbsd-i386 !netbsd-i386 \
                        !hurd-any !hurd-i386)
 java_no_archs   := $(strip $(foreach cpu,$(java_no_cpus),!$(cpu)) \
-                       !knetbsd-any !netbsd-any !knetbsd-i386 !netbsd-i386)
+                       !kfreebsd-i386 !knetbsd-any !netbsd-any !knetbsd-i386 
!netbsd-i386)
 pascal_no_archs := $(strip $(foreach cpu,$(pascal_no_cpus),!$(cpu)) \
                        !netbsd-any !netbsd-i386)
 f95_no_archs   := $(strip $(foreach cpu,$(f95_no_cpus),!$(cpu)) \

Reply via email to