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

Bug#423166: gcc-defaults: Please support kfreebsd-amd64



Package: gcc-defaults
Version: 1.52
Severity: normal
Tags: patch

gcc-defaults currently does not support kfreebsd-amd64. Please find a
small patch below to fix that.

diff -Nru gcc-defaults-1.52/debian/rules gcc-defaults-1.52+kbsd/debian/rules
--- gcc-defaults-1.52/debian/rules	2007-04-25 23:10:16.000000000 +0200
+++ gcc-defaults-1.52+kbsd/debian/rules	2007-05-09 22:41:48.000000000 +0200
@@ -173,6 +173,11 @@
     OS_NAME	:= kFreeBSD
 endif
 
+ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
+    OS_NAME	:= kFreeBSD
+    no_packages += gnat
+endif
+
 ifeq ($(DEB_HOST_ARCH),m32r)
     no_packages += gnat
 endif

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



Reply to: