]> mj.ucw.cz Git - pciutils.git/commitdiff
Added configuration for ia64 (the same as for Alpha).
authorMartin Mares <mj@ucw.cz>
Thu, 20 Jan 2000 11:43:17 +0000 (11:43 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:36 +0000 (14:10 +0200)
Patch from Stephane Eranian <eranian@cello.hpl.hp.com>.

ChangeLog
lib/configure

index 52272d4e03303694c7f7979fe3f54fb46de8c2d6..be06efdb5cd6963f4e574f4cf69889db0984e607 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 20 11:08:32 2000  Martin Mares  <mj@albireo.ucw.cz>
+
+       * lib/configure: Added configuration for ia64 (the same as for Alpha).
+       Patch from Stephane Eranian <eranian@cello.hpl.hp.com>.
+
 Thu Jan 13 23:01:52 2000  Martin Mares  <mj@albireo.ucw.cz>
 
        * Released as version 2.1.3.
index 84afe121a2fd3b6a71fc714017258295838c0244..e7ea209ce7cd16a4e472db7011b5140451e03cea 100755 (executable)
@@ -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