Stanislav Ochotnicky 7f7e97
From 2c58c04e648f9c956c3c691ff456f9d1c7470ebe Mon Sep 17 00:00:00 2001
Stanislav Ochotnicky 7f7e97
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Stanislav Ochotnicky 7f7e97
Date: Tue, 18 Jan 2011 14:56:18 +0100
Stanislav Ochotnicky 7f7e97
Subject: [PATCH 3/3] s390x configure
Stanislav Ochotnicky 7f7e97
Stanislav Ochotnicky 7f7e97
---
Stanislav Ochotnicky 7f7e97
 src/native/unix/configure |    8 ++++----
Stanislav Ochotnicky 7f7e97
 1 files changed, 4 insertions(+), 4 deletions(-)
Stanislav Ochotnicky 7f7e97
Stanislav Ochotnicky 7f7e97
diff --git a/src/native/unix/configure b/src/native/unix/configure
Stanislav Ochotnicky 7f7e97
index 62f35d9..deac6e3 100755
Stanislav Ochotnicky 7f7e97
--- a/src/native/unix/configure
Stanislav Ochotnicky 7f7e97
+++ b/src/native/unix/configure
Stanislav Ochotnicky 7f7e97
@@ -3030,10 +3030,10 @@ $as_echo "failed" >&6; }
Stanislav Ochotnicky ca084f
     CFLAGS="$CFLAGS -DCPU=\\\"ia64\\\""
Stanislav Ochotnicky ca084f
     supported_os="ia64"
Stanislav Ochotnicky ca084f
     HOST_CPU=ia64;;
Stanislav Ochotnicky ca084f
-  s390)
Stanislav Ochotnicky ca084f
-    CFLAGS="$CFLAGS -DCPU=\\\"s390\\\""
Stanislav Ochotnicky ca084f
-    supported_os="s390"
Stanislav Ochotnicky ca084f
-    HOST_CPU=s390;;
Stanislav Ochotnicky ca084f
+  s390*)
Stanislav Ochotnicky ca084f
+    CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
Stanislav Ochotnicky ca084f
+    supported_os="$host_cpu"
Stanislav Ochotnicky ca084f
+    HOST_CPU=$host_cpu;;
Stanislav Ochotnicky ca084f
   *)
Stanislav Ochotnicky 7f7e97
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
Stanislav Ochotnicky 7f7e97
 $as_echo "failed" >&6; }
Stanislav Ochotnicky 7f7e97
-- 
Stanislav Ochotnicky 7f7e97
1.7.3.4
Stanislav Ochotnicky 7f7e97