Kaydet (Commit) 8c482683 authored tarafından Michael Stahl's avatar Michael Stahl

configure: fix S390X CPUNAME:

The value was changed to S390x, presumably by accident, breaking the
build (regression from 480b32d3).

Change-Id: Icca90818c6363855437a273714a8317becdfd0e5
üst 139cbd04
...@@ -3459,7 +3459,7 @@ linux-gnu*) ...@@ -3459,7 +3459,7 @@ linux-gnu*)
;; ;;
s390x) s390x)
CPU=3 CPU=3
CPUNAME=S390x CPUNAME=S390X
RTL_ARCH=S390x RTL_ARCH=S390x
LIB64="lib64" LIB64="lib64"
OUTPATH=unxlngs390x OUTPATH=unxlngs390x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment