Package: makedev
Version: 2.3.1-84
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
Hi,
Ubuntu has an 'lpia' architecture ("low-power Intel architecture"; name
selected by Intel), which is compatible with i386 but with different
optimisations. I understand that it's not entirely impossible that it
might be worth adding this to Debian too at some point, and certainly
e.g. Debian's dpkg supports it.
This architecture requires a tiny patch to makedev (attached) to make it
act like i386. Do you think you could include this?
Thanks,
--
Colin Watson [EMAIL PROTECTED]
--- makedev-2.3.1.orig/MAKEDEV
+++ makedev-2.3.1/MAKEDEV
@@ -333,7 +333,7 @@
hppa)
$0 $opts generic-hppa
;;
- i386)
+ i386|lpia)
$0 $opts generic-i386
;;
amd64)