From bf461e4451dfc822550a320612918b8d938cdb72 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 30 Mar 2020 11:08:33 +0200 Subject: [PATCH] improve the s390s change doc --- debian/README.source | 5 ++++- debian/rules | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/README.source b/debian/README.source index d7f69b46..3e2e1ad7 100644 --- a/debian/README.source +++ b/debian/README.source @@ -25,6 +25,9 @@ and symlinks are managed by the other package llvm-defaults * For riscv64, the hard-float ABI is used instead of the float one, and the target CPU is set to RV64GC instead of RV64I. +* For s390x: set default abi to z196 for debian, and z13 for ubuntu. + See https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-10/+bug/1864226 + = Libraries = * sonames are created @@ -32,5 +35,5 @@ and symlinks are managed by the other package llvm-defaults * Build-ID are enabled - -- Sylvestre Ledru , Wed, 26 Dec 2018 22:56:30 +0100 + -- Sylvestre Ledru , Mon, 30 Mar 2020 11:08:10 +0200 diff --git a/debian/rules b/debian/rules index bca42739..d901e4d9 100755 --- a/debian/rules +++ b/debian/rules @@ -75,6 +75,7 @@ ifneq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) endif endif +# Change the default CPU for s390x ZARCH=z196 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) ZARCH=z13