From beb35f4eb78812d18c5e2f36081c33b0bcdfbb69 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 14 Oct 2001 16:26:32 +0000 Subject: ia64 and s390 support (unfinished), contributed by Stefan Reinauer CVS patchset: 801 CVS date: 2001/10/14 16:26:32 --- AUTHORS | 3 +++ configure.in | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/AUTHORS b/AUTHORS index d834e58aa..3093b3382 100644 --- a/AUTHORS +++ b/AUTHORS @@ -144,6 +144,9 @@ Contributions Andrew Meredith Snapshot feature + Stefan Reinauer + ia64, s/390 patches + (let us know if we've forgotten anyone) diff --git a/configure.in b/configure.in index 8719d32f1..e1322a14e 100644 --- a/configure.in +++ b/configure.in @@ -573,6 +573,18 @@ case "$host_or_hostalias" in AC_DEFINE(FPM_DEFAULT) ;; + ia64*) + GLOBAL_CFLAGS="$GLOBAL_CFLAGS -O3" + DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" + AC_DEFINE(FPM_64BIT) + ;; + + s390*) + GLOBAL_CFLAGS="$GLOBAL_CFLAGS -O3" + DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" + AC_DEFINE(FPM_DEFAULT) + ;; + *) echo "Host type '$host' ($host_alias) is currently not supported by xine" exit 1 -- cgit v1.2.3