diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-08-24 19:52:30 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-08-24 19:52:30 -0400 |
commit | 1e06212f792d1ed1f7545e16824b86fbd34fa284 (patch) | |
tree | 9d3b6818b005ca27a770639cb22439a678eb2788 | |
parent | dfa47b09b5b8d7eeaa3f8ae629ebb3c7efb51511 (diff) |
Enable CPIO in the atimisc driver on ia64 platforms.
This fixes many mach64s, but potentially breaks mach32. Mach64 is widespread
on ia64 machines but PCI mach32's are quite rare on any platform.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a136292..a7cdd10f 100644 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,7 @@ case $host_cpu in ATIMISC_TV_OUT=yes ATIMISC_CPIO=yes ;; - x86_64|amd64|alpha) + x86_64|amd64|alpha|ia64) ATIMISC_CPIO=yes ;; sparc) |