Package: ia32-libs-tools
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Version: 11

Hello,

ia32-libs-tools could also support GNU/kFreeBSD.

kfreebsd-amd64 is able to execute kfreebsd-i386 and i386 binaries,
kfreebsd-i386 is able to execute i386 binaries.
More valuable for kfreebsd-amd64 would be support for linux/i386 binaries.

Petr

--- debian/rules
+++ debian/rules
@@ -26,10 +26,20 @@
 FOREIGN_ARCH := amd64
 PKGPREFIX    := amd64-
 else
+ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
+FOREIGN_ARCH := i386
+PKGPREFIX    := ia32-
+else
+ifeq ($(DEB_HOST_ARCH),kfreebsd-i386)
+FOREIGN_ARCH := i386
+PKGPREFIX    := ia32-
+else
 error $(DEB_HOST_ARCH) unknown
 endif
 endif
 endif
+endif
+endif




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to