From: Martin Mares Date: Thu, 20 Jan 2000 11:43:17 +0000 (+0000) Subject: Added configuration for ia64 (the same as for Alpha). X-Git-Tag: v3.0.0~245 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2dfd48cdcbaa0bba372025b47580121555396d27;p=pciutils.git Added configuration for ia64 (the same as for Alpha). Patch from Stephane Eranian . --- diff --git a/ChangeLog b/ChangeLog index 52272d4..be06efd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 20 11:08:32 2000 Martin Mares + + * lib/configure: Added configuration for ia64 (the same as for Alpha). + Patch from Stephane Eranian . + Thu Jan 13 23:01:52 2000 Martin Mares * Released as version 2.1.3. diff --git a/lib/configure b/lib/configure index 84afe12..e7ea209 100755 --- a/lib/configure +++ b/lib/configure @@ -29,7 +29,7 @@ case $sys in echo >>$c '#define HAVE_PM_INTEL_CONF' ok=1 ;; - alpha) echo >>$c '#define HAVE_64BIT_ADDRESS' + alpha|ia64) echo >>$c '#define HAVE_64BIT_ADDRESS' # echo -n " syscalls" # echo >>$c '#define HAVE_PM_SYSCALLS' # ok=1