summaryrefslogtreecommitdiffstats
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 12:42:46 +0200
commit8c482683edf6aee17d4718150158293461b88b3b (patch)
treea42b163376d1841bc1179b7afd1b6718b0c2dfc7 /configure.in
parentSwXTextTable::setPropertyValue: de-dent (diff)
downloadcore-8c482683edf6aee17d4718150158293461b88b3b.tar.gz
core-8c482683edf6aee17d4718150158293461b88b3b.zip
configure: fix S390X CPUNAME:
The value was changed to S390x, presumably by accident, breaking the build (regression from 480b32d3809830002ecc28508d40af3ecd4ad272). Change-Id: Icca90818c6363855437a273714a8317becdfd0e5
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 c47a5fed6713..6f8d11530d60 100644
--- a/configure.in
+++ b/configure.in
@@ -3459,7 +3459,7 @@ linux-gnu*)
;;
s390x)
CPU=3
- CPUNAME=S390x
+ CPUNAME=S390X
RTL_ARCH=S390x
LIB64="lib64"
OUTPATH=unxlngs390x