summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-20 12:41:08 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-20 13:05:23 +0200
commitb30db013a27eaff3f7e938aff5565ec874e1e692 (patch)
tree1793bd9499b8249f625f4b7dc5a2fa0381e25678 /configure.in
parent3877aa04dd0b424735b39d9c8874319ffce1ddd3 (diff)
configure: fix S390X CPUNAME:
The value was changed to S390x, presumably by accident, breaking the build (regression from 480b32d3809830002ecc28508d40af3ecd4ad272). (cherry picked from commit 8c482683edf6aee17d4718150158293461b88b3b) Change-Id: Icca90818c6363855437a273714a8317becdfd0e5 Signed-off-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e631f6d0ca4c..2cd50551639c 100644
--- a/configure.in
+++ b/configure.in
@@ -3258,7 +3258,7 @@ linux-gnu*)
;;
s390x)
CPU=3
- CPUNAME=S390x
+ CPUNAME=S390X
RTL_ARCH=S390x
LIB64="lib64"
OUTPATH=unxlngs390x